paper-with-me

Papers

From Seeing to Thinking: Decoupling Perception and Reasoning Improves Post-Training of Vision-Language Models

2026-05-19 · Juncheng Wu, Hardy Chen, Haoqin Tu, Xianfeng Tang, Freda Shi, Hui Liu, Hanqing Lu, Cihang Xie, Yuyin Zhou arxiv

Recent advances in vision-language models (VLMs) emphasize long chain-of-thought reasoning; yet, we find that their performance on visual tasks is primarily limited by a lack of visual perception as opposed to reasoning itself. In this work, we systematically study the interplay between perception and reasoning in VLM post-training by decomposing their capabilities into three separate training stages: visual perception, visual reasoning, and textual reasoning, incorporating specialized training data. We demonstrate that visual perception (a) requires targeted optimization with specialized data; (b) serves as a fundamental scaffold that should be solidified through staged training before refining visual reasoning; and (c) is more effectively learned via RL than caption-based SFT. Our experiments across multiple VLMs demonstrate that staged training consistently improves both visual perception and reasoning performance over merged training. Notably, models trained with our approach achieve 1.5% higher reasoning accuracy with 20.8% shorter reasoning traces, suggesting that superior perception reduces the need for excessive reasoning. Furthermore, we show that this capability-based staging represents a new curriculum dimension orthogonal to traditional difficulty-based curricula, and combining both yields further additive gains. Our staged-training models achieve superior performance among open-weight VLMs, establishing advanced results on several visual math and perception (e.g., +5.2% on WeMath and +3.7% on RealWorldQA) tasks compared with the base counterpart.

📄 PDF Abstract BibTeX arXiv:2605.20177

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

Bad Seeing or Bad Thinking? Rewarding Perception for Multimodal Reasoning

2026-05-13 · Haozhe Wang, Qixin Xu, Changpeng Wang, Taofeng Xue 외 arxiv

Achieving robust perception-reasoning synergy is a central goal for advanced Vision-Language Models (VLMs). Recent advancements have pursued this goal via architectural designs or agentic workflows. However, these approa…

Reinforcement LearningMultimodal Reasoning

Seeing Before Reasoning: Decoupling Perception and Reasoning for Shortcut-Resilient Multimodal On-Policy Self-Distillation

2026-06-17 · Sihan Wang, Xiyao Liu, Lianqing Liu, Zhi Han arxiv

On-policy self-distillation (OPSD) trains a model on its own rollouts and uses a frozen copy to provide dense token-level targets conditioned on a reference target. This works well for LLM reasoning, but a direct extensi…

When Seeing Is not Enough: Revealing the Limits of Active Reasoning in MLLMs

2025-10-17 · Hongcheng Liu, Pingjie Wang, Yuhao Wang, Siqu Ou 외 arxiv

Multimodal large language models (MLLMs) have shown strong capabilities across a broad range of benchmarks. However, most existing evaluations focus on passive inference, where models perform step-by-step reasoning under…

Perceptual Decoupling for Scalable Multi-modal Reasoning via Reward-Optimized Captioning

2025-06-05 · Yunhao Gou, Kai Chen, Zhili Liu, Lanqing Hong 외

Recent advances in slow-thinking language models (e.g., OpenAI-o1 and DeepSeek-R1) have demonstrated remarkable abilities in complex reasoning tasks by emulating human-like reflective cognition. However, extending such c…

MathVisual Grounding

Prism: A Framework for Decoupling and Assessing the Capabilities of VLMs

2024-06-20 · Yuxuan Qiao, Haodong Duan, Xinyu Fang, Junming Yang 외

Vision Language Models (VLMs) demonstrate remarkable proficiency in addressing a wide array of visual questions, which requires strong perception and reasoning faculties. Assessing these two competencies independently is…

Language ModellingLarge Language Model