paper-with-me

Papers

Multi-Step Visual Reasoning with Visual Tokens Scaling and Verification

2025-06-08 · Tianyi Bai, Zengjie Hu, Fupeng Sun, Jiantao Qiu, Yizhen Jiang, Guangxin He, Bohan Zeng, Conghui He, Binhang Yuan, Wentao Zhang

Multi-modal large language models (MLLMs) have achieved remarkable capabilities by integrating visual perception with language understanding, enabling applications such as image-grounded dialogue, visual question answering, and scientific analysis. However, most MLLMs adopt a static inference paradigm, encoding the entire image into fixed visual tokens upfront, which limits their ability to iteratively refine understanding or adapt to context during inference. This contrasts sharply with human perception, which is dynamic, selective, and feedback-driven. In this work, we introduce a novel framework for inference-time visual token scaling that enables MLLMs to perform iterative, verifier-guided reasoning over visual content. We formulate the problem as a Markov Decision Process, involving a reasoner that proposes visual actions and a verifier, which is trained via multi-step Direct Preference Optimization (DPO), that evaluates these actions and determines when reasoning should terminate. To support this, we present a new dataset, VTS, comprising supervised reasoning trajectories (VTS-SFT) and preference-labeled reasoning comparisons (VTS-DPO). Our method significantly outperforms existing approaches across diverse visual reasoning benchmarks, offering not only improved accuracy but also more interpretable and grounded reasoning processes. These results demonstrate the promise of dynamic inference mechanisms for enabling fine-grained, context-aware visual reasoning in next-generation MLLMs.

📄 PDF Abstract BibTeX arXiv:2506.07235

Code (1)

open-dataflow/vts-v 공식 구현

Tasks

Question AnsweringVisual Question AnsweringVisual Reasoning

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

VisionPulse: Dynamic Visual Sparsity for Efficient Multimodal Reasoning

2026-05-29 · Hengbo Xu, Shengjie Jin, Yanbiao Ma, Zhiwu Lu arxiv

With the rapid advancement of large multimodal models (LMMs), inference-time overhead has become a key bottleneck for real-world deployment. Existing methods typically prune visual tokens at prefill, assuming the require…

Multimodal Reasoning

ImgCoT: Compressing Long Chain of Thought into Compact Visual Tokens for Efficient Reasoning of Large Language Model

2026-01-30 · Xiaoshu Chen, Sihang Zhou, Ke Liang, Taichun Zhou 외 arxiv

Compressing long chains of thought (CoT) into compact latent tokens is crucial for efficient reasoning with large language models (LLMs). Recent studies employ autoencoders to achieve this by reconstructing textual CoT f…

Sketch-in-Latents: Eliciting Unified Reasoning in MLLMs

2025-12-18 · Jintao Tong, Jiaqi Gu, Yujing Lou, Lubin Fan 외 arxiv

While Multimodal Large Language Models (MLLMs) excel at visual understanding tasks through text reasoning, they often fall short in scenarios requiring visual imagination. Unlike current works that take predefined extern…

What's Holding Back Latent Visual Reasoning?

2026-05-18 · André G. Viveiros, Nuno Gonçalves, André F. T. Martins, Matthias Lindemann arxiv

Humans can approach complex visual problems by mentally simulating intermediate visual steps, rather than reasoning through language alone. Inspired by this, several works on Vision-Language Models have recently explored…

Visual Reasoning

Visually-Guided Policy Optimization for Multimodal Reasoning

2026-04-10 · Zengbin Wang, Feng Xiong, Liang Lin, Xuecai Hu 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has significantly advanced the reasoning ability of vision-language models (VLMs). However, the inherent text-dominated nature of VLMs often leads to insufficient vis…

Reinforcement LearningMultimodal Reasoning