paper-with-me

홈 › Papers

Chain-of-Spot: Interactive Reasoning Improves Large Vision-Language Models

2024-03-19 · Zuyan Liu, Yuhao Dong, Yongming Rao, Jie zhou, Jiwen Lu

In the realm of vision-language understanding, the proficiency of models in interpreting and reasoning over visual content has become a cornerstone for numerous applications. However, it is challenging for the visual encoder in Large Vision-Language Models (LVLMs) to extract useful features tailored to questions that aid the language model's response. Furthermore, a common practice among existing LVLMs is to utilize lower-resolution images, which restricts the ability for visual recognition. Our work introduces the Chain-of-Spot (CoS) method, which we describe as Interactive Reasoning, a novel approach that enhances feature extraction by focusing on key regions of interest (ROI) within the image, corresponding to the posed questions or instructions. This technique allows LVLMs to access more detailed visual information without altering the original image resolution, thereby offering multi-granularity image features. By integrating Chain-of-Spot with instruct-following LLaVA-1.5 models, the process of image reasoning consistently improves performance across a wide range of multimodal datasets and benchmarks without bells and whistles and achieves new state-of-the-art results. Our empirical findings demonstrate a significant improvement in LVLMs' ability to understand and reason about visual content, paving the way for more sophisticated visual instruction-following applications. Code and models are available at https://github.com/dongyh20/Chain-of-Spot

📄 PDF Abstract BibTeX arXiv:2403.12966

Code (1)

dongyh20/chain-of-spot 공식 구현 pytorch

Tasks

Instruction Followingvisual instruction followingVisual Question Answering

Similar Papers 제목 키워드 기반

ReasoningLens: Hierarchical Visualization and Diagnostic Auditing for Large Reasoning Models

2026-06-22 · Jun Zhang, Jiasheng Zheng, Boxi Cao, Yaojie Lu 외 arxiv

The emergence of Large Reasoning Models has introduced exceptionally long Chain-of-Thought traces, creating a transparency burden where critical logic is often buried under massive procedural text. To address this, we pr…

Vis-CoT: A Human-in-the-Loop Framework for Interactive Visualization and Intervention in LLM Chain-of-Thought Reasoning

2025-09-01 · Kaviraj Pather, Elena Hadjigeorgiou, Arben Krasniqi, Claire Schmit 외 arxiv

Large language models (LLMs) show strong reasoning via chain-of-thought (CoT) prompting, but the process is opaque, which makes verification, debugging, and control difficult in high-stakes settings. We present Vis-CoT, …

SPOT: Span-level Pause-of-Thought for Efficient and Interpretable Latent Reasoning in Large Language Models

2026-03-06 · Yunlong Chu, Minglai Shao, Yuhang Liu, Bing Hao 외 arxiv

Explicit Chain-of-Thought improves the reasoning performance of large language models but often incurs high inference cost due to verbose token-level traces. While recent approaches reduce this overhead via concise promp…

Search-in-the-Chain: Interactively Enhancing Large Language Models with Search for Knowledge-intensive Tasks

2023-04-28 · Shicheng Xu, Liang Pang, HuaWei Shen, Xueqi Cheng 외

Making the content generated by Large Language Model (LLM), accurate, credible and traceable is crucial, especially in complex knowledge-intensive tasks that require multi-step reasoning and each step needs knowledge to …

Fact CheckingInformation RetrievalLanguage ModellingLarge Language Model+7

Non-Interactive Symbolic-Aided Chain-of-Thought for Logical Reasoning

2025-08-17 · Phuong Minh Nguyen, Tien Huu Dang, Naoya Inoue arxiv

This work introduces Symbolic-Aided Chain-of-Thought (CoT), an improved approach to standard CoT, for logical reasoning in large language models (LLMs). The key idea is to integrate lightweight symbolic representations i…

Logical Reasoning