paper-with-me

Papers

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 extension to multimodal large language models (MLLMs) can create a shortcut: the privileged target may guide tokens mainly based on the text reference target rather than the image. We propose ViGOS, a visually grounded OPSD framework for MLLM post-training. The student first writes a visual description and then reasons toward the final answer. For valid rollouts, an image-only perception teacher supervises the description, while a privileged reasoning teacher supervises the reasoning and final answer on the same student prefix. A reference teacher is used only for invalid rollouts to recover the output format. Across general vision-language, expert reasoning, visual math, spatial grounding, and visual-language-prior benchmarks, ViGOS keeps the main benefits of OPSD and improves image-grounded behavior in shortcut-prone settings.

📄 PDF Abstract BibTeX arXiv:2606.19120

Code (0)

등록된 구현이 없습니다.

Similar 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 외 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 …

Visual Reasoning

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

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

Seeing Before Reasoning: A Unified Framework for Generalizable and Explainable Fake Image Detection

2025-09-29 · Kaiqing Lin, Zhiyuan Yan, Ruoxin Chen, Junyan Ye 외 arxiv

Detecting AI-generated images with multimodal large language models (MLLMs) has gained increasing attention, due to their rich world knowledge, common-sense reasoning, and potential for explainability. However, naively a…

Visual Room 2.0: Seeing is Not Understanding for MLLMs

2025-11-17 · Haokun Li, Yazhou Zhang, Jizhi Ding, Qiuchi Li 외 arxiv

Can multi-modal large language models (MLLMs) truly understand what they can see? Extending Searle's Chinese Room into the multi-modal domain, this paper proposes the Visual Room argument: MLLMs may describe every visual…

Scene Understanding