paper-with-me

홈 › Papers

Seeing with You: Perception-Reasoning Coevolution for Multimodal Reasoning

2026-03-30 · Ziqi Miao, Haonan Jia, Lijun Li, Chen Qian, Yuan Xiong, Wenting Yan, Jing Shao arxiv

Reinforcement learning with verifiable rewards (RLVR) has substantially enhanced the reasoning capabilities of multimodal large language models (MLLMs). However, existing RLVR approaches typically rely on outcome-driven optimization that updates both perception and reasoning using a shared reward based solely on the final answer. This shared reward blurs credit assignment, frequently improving reasoning patterns while failing to reliably enhance the accuracy of upstream visual evidence extraction. To address this perception bottleneck, we introduce PRCO (Perception-Reasoning Coevolution), a dual-role RLVR framework with a shared policy. PRCO consists of two cooperative roles: an Observer that generates an evidence caption tailored to the question and a Solver that predicts the final answer based on this caption. Crucially, PRCO employs role-specific reward signals: the Solver is optimized using verifiable outcome rewards on the final answer, while the Observer receives a utility reward derived from the Solver's downstream success. Extensive experiments across eight challenging multimodal reasoning benchmarks demonstrate that PRCO yields consistent improvements across model scales by over 7 points on average accuracy compared to the base model, outperforming prior open-source RL-tuned baselines.

📄 PDF Abstract BibTeX arXiv:2603.28618

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMultimodal 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

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…

More Thinking, Less Seeing? Assessing Amplified Hallucination in Multimodal Reasoning Models

2025-05-23 · Chengzhi Liu, Zhongxing Xu, Qingyue Wei, Juncheng Wu 외

Test-time compute has empowered multimodal large language models to generate extended reasoning chains, yielding strong performance on tasks such as multimodal math reasoning. However, this improved reasoning ability oft…

DiagnosticHallucinationMathMultimodal Reasoning+1

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…

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