paper-with-me

홈 › Papers

See, Think, Confirm: Interactive Prompting Between Vision and Language Models for Knowledge-based Visual Reasoning

2023-01-12 · Zhenfang Chen, Qinhong Zhou, Yikang Shen, Yining Hong, Hao Zhang, Chuang Gan

Large pre-trained vision and language models have demonstrated remarkable capacities for various tasks. However, solving the knowledge-based visual reasoning tasks remains challenging, which requires a model to comprehensively understand image content, connect the external world knowledge, and perform step-by-step reasoning to answer the questions correctly. To this end, we propose a novel framework named Interactive Prompting Visual Reasoner (IPVR) for few-shot knowledge-based visual reasoning. IPVR contains three stages, see, think and confirm. The see stage scans the image and grounds the visual concept candidates with a visual perception model. The think stage adopts a pre-trained large language model (LLM) to attend to the key concepts from candidates adaptively. It then transforms them into text context for prompting with a visual captioning model and adopts the LLM to generate the answer. The confirm stage further uses the LLM to generate the supporting rationale to the answer, verify the generated rationale with a cross-modality classifier and ensure that the rationale can infer the predicted output consistently. We conduct experiments on a range of knowledge-based visual reasoning datasets. We found our IPVR enjoys several benefits, 1). it achieves better performance than the previous few-shot learning baselines; 2). it enjoys the total transparency and trustworthiness of the whole reasoning process by providing rationales for each reasoning step; 3). it is computation-efficient compared with other fine-tuning baselines.

📄 PDF Abstract BibTeX arXiv:2301.05226

Code (1)

UMass-Foundation-Model/VisualCoT 공식 구현 pytorch

Tasks

Few-Shot LearningImage CaptioningLanguage ModellingLarge Language ModelVisual ReasoningWorld Knowledge

Similar Papers 제목 키워드 기반

V-Thinker: Interactive Thinking with Images

2025-11-06 · Runqi Qiao, Qiuna Tan, Minghan Yang, Guanting Dong 외 arxiv

Empowering Large Multimodal Models (LMMs) to deeply integrate image interaction with long-horizon reasoning capabilities remains a long-standing challenge in this field. Recent advances in vision-centric reasoning explor…

Reinforcement LearningMultimodal Reasoning

Using customized GPT to develop prompting proficiency in architectural AI-generated images

2025-04-16 · Juan David Salazar Rodriguez, Sam Conrad Joyce, Julfendi

This research investigates the use of customized GPT models to enhance prompting proficiency among architecture students when generating AI-driven images. Prompt engineering is increasingly essential in architectural edu…

Experimental DesignPrompt Engineering

SwiftSage: A Generative Agent with Fast and Slow Thinking for Complex Interactive Tasks

2023-05-27 · NeurIPS 2023 11 · Bill Yuchen Lin, Yicheng Fu, Karina Yang, Faeze Brahman 외

We introduce SwiftSage, a novel agent framework inspired by the dual-process theory of human cognition, designed to excel in action planning for complex interactive reasoning tasks. SwiftSage integrates the strengths of …

Decoder

Reasoning as a Resource: Optimizing Fast and Slow Thinking in Code Generation Models

2025-06-11 · Zongjie Li, Shuai Wang

This position paper proposes a fundamental shift in designing code generation models: treating reasoning depth as a controllable resource. Rather than being an incidental byproduct of prompting, we argue that the trade-o…

BenchmarkingCode Generation

Reasoning While Asking: Transforming Reasoning Large Language Models from Passive Solvers to Proactive Inquirers

2026-01-29 · Xin Chen, Feng Jiang, Yiqian Zhang, Hardy Chen 외 arxiv

Reasoning-oriented Large Language Models (LLMs) have achieved remarkable progress with Chain-of-Thought (CoT) prompting, yet they remain fundamentally limited by a \emph{blind self-thinking} paradigm: performing extensiv…

Mathematical ReasoningQuestion AnsweringCode Generation