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

📄 arXiv: 2606.19120v1 📥 PDF

作者: Sihan Wang, Xiyao Liu, Lianqing Liu, Zhi Han

分类: cs.LG, cs.CV

发布日期: 2026-06-17

备注: 29 pages, 5 figures, 8 tables


💡 一句话要点

提出ViGOS框架以解决多模态自蒸馏中的快捷问题

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 多模态大型语言模型 政策自蒸馏 视觉描述 推理教师 图像感知教师 快捷问题 视觉推理 模型优化

📋 核心要点

  1. 现有的OPSD方法在多模态大型语言模型中存在快捷问题,导致模型对图像信息的利用不足。
  2. ViGOS框架通过视觉描述和推理的分离,利用图像感知教师和推理教师的监督来改善模型性能。
  3. 在多个基准测试中,ViGOS在保持OPSD主要优点的同时,显著提高了模型在图像基础行为方面的表现。

📝 摘要(中文)

在政策自蒸馏(OPSD)中,模型通过自身的回放进行训练,并使用一个冻结的副本提供基于参考目标的密集标记级目标。虽然这种方法在大型语言模型(LLM)推理中表现良好,但直接扩展到多模态大型语言模型(MLLM)时可能会导致快捷问题:特权目标可能主要基于文本参考目标而非图像来引导标记。为此,本文提出了ViGOS,一个视觉基础的OPSD框架,旨在改善MLLM的后训练过程。该框架通过图像感知教师和推理教师的协同监督,提升了在快捷易发场景中的图像基础行为。

🔬 方法详解

问题定义:本文旨在解决多模态大型语言模型(MLLM)在政策自蒸馏(OPSD)中出现的快捷问题。现有方法在训练过程中可能过度依赖文本参考目标,导致对图像信息的忽视。

核心思路:ViGOS框架通过将视觉描述与推理过程解耦,首先生成视觉描述,然后进行推理,利用图像感知教师和推理教师的监督来提升模型的图像基础行为。

技术框架:ViGOS的整体架构包括三个主要模块:图像感知教师负责监督视觉描述的生成,推理教师负责监督推理过程和最终答案,而参考教师仅在无效回放中用于恢复输出格式。

关键创新:ViGOS的主要创新在于通过视觉描述的生成与推理的分离,避免了传统方法中对文本参考目标的过度依赖,从而提升了模型的图像理解能力。

关键设计:在模型设计中,采用了特定的损失函数来平衡图像感知教师与推理教师的监督效果,并在网络结构上进行了优化,以确保模型在多模态任务中的有效性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在多个基准测试中,ViGOS显著提升了模型的表现,例如在视觉数学和空间定位任务中,相较于传统OPSD方法,模型的准确率提高了约10%至15%。这些结果表明,ViGOS在处理多模态信息时更具鲁棒性和有效性。

🎯 应用场景

ViGOS框架具有广泛的应用潜力,尤其在需要结合视觉和语言信息的任务中,如图像问答、视觉推理和多模态内容生成等领域。其改进的图像基础行为能够提升这些应用的准确性和可靠性,推动相关技术的发展。

📄 摘要(原文)

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.