Visual Reasoning Tracer: Object-Level Grounded Reasoning Benchmark
Haobo Yuan, Yueyi Sun, Yanwei Li, Tao Zhang, Xueqing Deng, Henghui Ding, Lu Qi, Anran Wang, Xiangtai Li, Ming-Hsuan Yang
TL;DR
Visual Reasoning Tracer tackles opacity in multimodal reasoning by requiring step-by-step traces grounded in pixel-level segmentation masks. The authors release VRT-Bench and VRT-80k, plus Logical Quality (LQ) and Visual Quality (VQ) metrics to enable evaluation and training of interpretable visual reasoning. Empirical results show existing models struggle to ground intermediate steps, while the proposed R-Sa2VA approach, trained on VRT-80k, can produce faithful traces and improve final answers. The work lays a foundation for verifiable visual reasoning in multimodal models and points to future extensions, including video reasoning and self-correction capabilities.
Abstract
Recent advances in Multimodal Large Language Models (MLLMs) have significantly improved performance on tasks such as visual grounding and visual question answering. However, the reasoning processes of these models remain largely opaque; they typically output only final predictions without revealing the intermediate steps or fine-grained evidence (e.g., pixels, locations) that lead to the result. This contrasts with human intelligence, which naturally operates through a chain of visual reasoning. To address this limitation, we introduce the Visual Reasoning Tracer (VRT) task, which requires models to not only localize the target object but also explicitly predict the intermediate objects that form the reasoning path. To advance research in this area, we contribute: (1) VRT-Bench, a human-annotated benchmark for evaluating visual reasoning; (2) a new metric for assessing the quality of reasoning traces; and (3) VRT-80k, a large-scale dataset for reasoning model training. Our experiments reveal that while existing models often produce the correct final output, they struggle to ground their intermediate reasoning. In contrast, models trained on VRT-80k achieve substantial improvements in tracing the reasoning path.
