基于模态差距感知自蒸馏的符号状态视觉空间规划学习 / Learning Visual Spatial Planning from Symbolic State via Modality-Gap-Aware Self-Distillation
1️⃣ 一句话总结
这篇论文提出了一种名为MGSD的两阶段自蒸馏方法,通过先让视觉模型学习准确的物体状态表示,再让符号规划专家用“教师-学生”模式指导视觉模型进行多步推理,从而在不依赖符号输入的情况下,显著提升了视觉空间规划任务的表现。
While vision-language models excel at general multimodal understanding, they still struggle with visual spatial planning. We attribute this to a perception-reasoning modality gap: visual planning requires models to infer latent state structures from pixels and then reason over the recovered structure to produce valid actions, whereas symbolic planning directly leverages explicit objects and constraints. This creates dual bottlenecks in visual state recovery and multi-step planning. To address this, we propose MGSD, a two-stage modality-gap-aware self-distillation framework. First, a cold-start grounding stage equips the visual student with reliable state representations, minimizing early perception noise. Second, a privileged teacher transfers planning capabilities via on-policy distillation, using explicit symbolic states to supervise the student's own visual rollout prefixes. Crucially, symbolic data is used strictly during training, leaving inference purely visual. Experiments on visual planning benchmarks show that MGSD consistently improves visual planning across both 4B and 8B backbones, raising the macro average by 19.3% and 18.4%, respectively. The resulting models narrow the gap to symbolic-input upper bounds, while ablations and diagnostics confirm that the improvement comes from both visual state recovery and optimal-path reasoning. These results suggest that modality-gap-aware self-distillation improves not only how models perceive actionable states, but also how they plan over the inferred structure. Code is available at this https URL.
基于模态差距感知自蒸馏的符号状态视觉空间规划学习 / Learning Visual Spatial Planning from Symbolic State via Modality-Gap-Aware Self-Distillation
这篇论文提出了一种名为MGSD的两阶段自蒸馏方法,通过先让视觉模型学习准确的物体状态表示,再让符号规划专家用“教师-学生”模式指导视觉模型进行多步推理,从而在不依赖符号输入的情况下,显著提升了视觉空间规划任务的表现。
源自 arXiv: 2606.06076