paper-with-me

Papers

Reliable Thinking with Images

2026-02-13 · Haobin Li, Yutong Yang, Yijie Lin, Xiang Dai, Mouxing Yang, Xi Peng arxiv

As a multimodal extension of Chain-of-Thought (CoT), Thinking with Images (TWI) has recently emerged as a promising avenue to enhance the reasoning capability of Multi-modal Large Language Models (MLLMs), which generates interleaved CoT by incorporating visual cues into the textual reasoning process. However, the success of existing TWI methods heavily relies on the assumption that interleaved image-text CoTs are faultless, which is easily violated in real-world scenarios due to the complexity of multimodal understanding. In this paper, we reveal and study a highly-practical yet under-explored problem in TWI, termed Noisy Thinking (NT). Specifically, NT refers to the imperfect visual cues mining and answer reasoning process. As the saying goes, ``One mistake leads to another'', erroneous interleaved CoT would cause error accumulation, thus significantly degrading the performance of MLLMs. To solve the NT problem, we propose a novel method dubbed Reliable Thinking with Images (RTWI). In brief, RTWI estimates the reliability of visual cues and textual CoT in a unified text-centric manner and accordingly employs robust filtering and voting modules to prevent NT from contaminating the final answer. Extensive experiments on seven benchmarks verify the effectiveness of RTWI against NT.

📄 PDF Abstract BibTeX arXiv:2602.12916

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep But Reliable: Advancing Multi-turn Reasoning for Thinking with Images

2025-12-19 · Wenhao Yang, Yu Xia, Jinlong Huang, Shiyin Lu 외 arxiv

Recent advances in large Vision-Language Models (VLMs) have exhibited strong reasoning capabilities on complex visual tasks by thinking with images in their Chain-of-Thought (CoT), which is achieved by actively invoking …

ConFoThinking: Consolidated Focused Attention Driven Thinking for Visual Question Answering

2026-02-26 · Zhaodong Wu, Haochen Xue, Qi Cao, Wenqi Mo 외 arxiv

Thinking with Images improves fine-grained VQA for MLLMs by emphasizing visual cues. However, tool-augmented methods depend on the capacity of grounding, which remains unreliable for MLLMs. In parallel, attention-driven …

Visual Question Answering

SophiaVL-R1: Reinforcing MLLMs Reasoning with Thinking Reward

2025-05-22 · Kaixuan Fan, Kaituo Feng, Haoming Lyu, Dongzhan Zhou 외

Recent advances have shown success in eliciting strong reasoning abilities in multimodal large language models (MLLMs) through rule-based reinforcement learning (RL) with outcome rewards. However, this paradigm typically…

Reinforcement Learning (RL)

Medical thinking with multiple images

2026-04-14 · Zonghai Yao, Benlu Wang, Yifan Zhang, Junda Wang 외 arxiv

Large language models perform well on many medical QA benchmarks, but real clinical reasoning often requires integrating evidence across multiple images rather than interpreting a single view. We introduce MedThinkVQA, a…

Visual Grounding

When Thinking Hurts: Epistemic Signals in the Reasoning Chains of Visual Language Models

2026-07-09 · Mayank Singal arxiv

Uncertainty quantification for visual language models (VLMs) conventionally targets the answer token distribution. We provide the first three-family empirical characterisation of answer entropy behaviour in thinking-mode…