ClueTracer: Question-to-Vision Clue Tracing for Training-Free Hallucination Suppression in Multimodal Reasoning
Gongli Xi, Kun Wang, Zeming Gao, Huahui Yi, Haolang Lu, Ye Tian, Wendong Wang
TL;DR
This work investigates hallucinations in Multimodal Large Reasoning Models (MLRMs) arising from reasoning drift during long-horizon inference. It introduces ClueRecall, a layer-wise visual-grounding metric, and ClueTracer, a training-free plug-in that traces the flow of task-relevant clues along the query→output→vision pathway to localize minimal, high-signal visual evidence and suppress spurious cues. By selecting an optimal grounding layer $L_{ m max}$ and identifying key query tokens via output-axis variability, ClueTracer constructs evidence-regions and supports a two-stage inference with focused visual crops, achieving consistent improvements on reasoning benchmarks (e.g., HallusionBench, VMCBench) and transferring to non-reasoning MLLMs (e.g., LLaVA, Qwen). The method is architecture-agnostic and training-free, offering a practical, deployment-friendly approach to reduce visual hallucinations while maintaining or improving reasoning performance, with average gains around the mid-teens in percentage points.
Abstract
Large multimodal reasoning models solve challenging visual problems via explicit long-chain inference: they gather visual clues from images and decode clues into textual tokens. Yet this capability also increases hallucinations, where the model generates content that is not supported by the input image or the question. To understand this failure mode, we identify \emph{reasoning drift}: during clue gathering, the model over-focuses on question-irrelevant entities, diluting focus on task-relevant cues and gradually decoupling the reasoning trace from visual grounding. As a consequence, many inference-time localization or intervention methods developed for non-reasoning models fail to pinpoint the true clues in reasoning settings. Motivated by these insights, we introduce ClueRecall, a metric for assessing visual clue retrieval, and present ClueTracer, a training-free, parameter-free, and architecture-agnostic plugin for hallucination suppression. ClueTracer starts from the question and traces how key clues propagate along the model's reasoning pathway (question $\rightarrow$ outputs $\rightarrow$ visual tokens), thereby localizing task-relevant patches while suppressing spurious attention to irrelevant regions. Remarkably, \textbf{without any additional training}, ClueTracer improves all \textbf{reasoning} architectures (including \texttt{R1-OneVision}, \texttt{Ocean-R1}, \texttt{MM-Eureka}, \emph{etc}.) by $\mathbf{1.21\times}$ on reasoning benchmarks. When transferred to \textbf{non-reasoning} settings, it yields a $\mathbf{1.14\times}$ gain.
