Full text not available for this paper
Summary (Overview)
- Identifies a key limitation in multimodal on-policy distillation (OPD): teacher corrections are "source-mixed," combining visual signals with linguistic priors and teacher-specific effects, making it unclear which corrections are visually supported.
- Introduces Visual Attribution Distillation (VAD), a counterfactual target-reconstruction algorithm that estimates the visually attributable part of a teacher correction by contrasting evidence-present and evidence-removed teacher views.
- Develops a signed proxy for the visual evidence direction, projecting the original teacher correction onto this proxy to obtain an intervention-aligned component and a residual, then reconstructing a student-anchored target.
- Achieves state-of-the-art results across six fine-grained visual benchmarks at both 4B and 9B model scales, outperforming direct privileged-view distillation and visual-advantage weighting methods.
- Demonstrates semantic separation: the attributed component is enriched in task-relevant visual corrections and yields stronger target shifts, especially when evidence refutes a mistaken answer.
Introduction and Theoretical Foundation
Multimodal large language models (MLLMs) often fail due to small perceptual misses—overlooking a word, confusing an attribute, or misreading a spatial relation—while maintaining fluent but visually ungrounded responses. Knowledge distillation transfers predictive structure from a stronger teacher model, and on-policy distillation (OPD) makes this supervision relevant to deployment by querying the teacher on prefixes generated by the student itself.
The paper identifies two key limitations of existing multimodal OPD approaches:
-
Vision-OPD (Yuan et al., 2026) conditions the teacher on an evidence-centered crop but directly distills its complete next-token distribution. Diagnostic analysis shows that only 23.2% of the strongest response-token corrections for the 4B model and 22.8% for the 9B model are strongly aligned with the teacher's evidence-conditioned response; the remaining corrections are "source-mixed."
-
VA-OPD (Liu et al., 2026) and V-Zero (Sun et al., 2026) contrast informative and degraded views to prioritize tokens or trajectories but retain the whole evidence-present teacher as the underlying target. Moreover, positive visual advantage can miss refutation when clear evidence should lower the probability of the student's mistaken token.
These limitations expose a visual-correction attribution problem: estimating which component of the teacher's proposed correction is supported by a controlled visual intervention.
Methodology
On-Policy Counterfactual Views
Let denote the full image available to the student. The student policy samples a response , and all teacher queries reuse the student prefix . A fixed copy of the initial model serves as the teacher with two training-only views:
- Evidence-present crop:
- Evidence-removed/degraded crop:
At position , the three next-token distributions are:
Each distribution is mapped to a centered log-probability vector:
Correction Attribution
The privileged-teacher correction and its response to the visual intervention are:
The proxy vector captures the visual evidence direction: means revealing evidence raises relative probability, while means evidence refutes it.
The one-sided projection is:
Budgeted Support and Refutation
The method decouples support and refutation:
The resulting correction and target are:
Training Objective
The primary supervision uses Jensen-Shannon divergence:
A weak regularizer is added to prevent language drift:
Empirical Validation / Results
Experimental Setup
- Models: Qwen3.5-4B and Qwen3.5-9B
- Training data: 6,241 synthetic visual QA examples from Vision-OPD
- Benchmarks: VStar, ZoomBench, HRBench (4K/8K), MME-RealWorld (EN/CN)
- Baselines: GRPO, VA-OPD, V-Zero, Vision-OPD, Decomposed OPD
RQ1: Fine-Grained Visual Accuracy
Table 1: Overall comparison on six fine-grained visual benchmarks
| Model | Param. | V⋆ | Zoom | HR-4K | HR-8K | MME-EN | MME-CN | Avg 6 |
|---|---|---|---|---|---|---|---|---|
| 4B Scale | ||||||||
| Qwen3.5 | 4B | 82.20 | 48.28 | 85.75 | 81.38 | 63.89 | 63.58 | 70.85 |
| Vision-OPD | 4B | 89.53 | 59.41 | 81.75 | 80.12 | 74.51 | 70.17 | 75.92 |
| Decomposed OPD | 4B | 89.80 | 58.70 | 82.60 | 79.50 | 73.80 | 67.82 | 75.37 |
| VAD (Ours) | 4B | 92.15 | 60.59 | 85.38 | 83.38 | 76.97 | 71.47 | 78.32 |
| 9B Scale | ||||||||
| Qwen3.5 | 9B | 86.39 | 52.31 | 85.12 | 80.88 | 71.13 | 67.31 | 73.86 |
| Vision-OPD | 9B | 92.72 | 59.26 | 85.13 | 83.75 | 71.76 | 68.65 | 76.88 |
| Decomposed OPD | 9B | 91.40 | 60.20 | 85.80 | 83.10 | 72.70 | 69.10 | 77.05 |
| VAD (Ours) | 9B | 94.76 | 62.49 | 87.88 | 85.75 | 76.56 | 72.13 | 79.93 |
VAD achieves 78.32 and 79.93 Avg 6 at 4B and 9B respectively, leading the best scale-matched alternative by 2.40 points at 4B and 2.80 points at 9B.
RQ2: Semantics of the Attributed Correction
The attributed direction selectively concentrates visual evidence and decision semantics:
- Visual attributes, objects/content, and A–D decisions account for 42.0% of the relative top-5 composition in , compared with 26.7% in and only 17.7% in
- Language/format and artifact/meta semantics decrease to 58.0% in , versus 73.3% in and 82.3% in
Token-level analysis shows A–D answer symbols, attribute tokens (e.g., vertical, metal) are more prominent in , while language scaffolding tokens (e.g., to, inside) are more prominent in .
RQ3: Effects of Alternative Supervision Targets
Table 2: Target-construction and regularization ablation (Qwen3.5-4B)
| Target | V⋆ | Zoom | HR-4K | HR-8K | MME-EN | MME-CN | Avg 6 |
|---|---|---|---|---|---|---|---|
| Direct | 89.53 | 59.41 | 81.75 | 80.12 | 74.51 | 70.17 | 75.92 |
| Scalar-shrunk | 90.61 | 59.49 | 82.24 | 79.71 | 74.67 | 70.42 | 76.19 |
| One-sided w/o reg. | 92.40 | 59.58 | 84.90 | 79.95 | 74.85 | 70.70 | 77.06 |
| One-sided | 93.19 | 59.64 | 86.12 | 80.12 | 75.07 | 70.98 | 77.52 |
| VAD w/o reg. | 92.06 | 60.57 | 86.75 | 82.74 | 75.92 | 70.29 | 78.06 |
| Full VAD | 92.15 | 60.59 | 85.38 | 83.38 | 76.97 | 71.47 | 78.32 |
Branch-aware target reconstruction provides the main gain (1.00 point from one-sided to VAD), with a smaller benefit from regularization.
RQ4: Generalization of Post-Trained Checkpoints
Table 3: Held-out generalization
| Model | MMVP | CV | MMStar | POPE | Avg 4 | ∆ |
|---|---|---|---|---|---|---|
| 4B Scale | ||||||
| Base | 60.00 | 87.12 | 80.27 | 88.22 | 78.90 | – |
| VAD (Ours) | 62.00 | 88.30 | 77.53 | 88.72 | 79.14 | +0.24 |
| 9B Scale | ||||||
| Base | 68.67 | 88.40 | 83.80 | 88.68 | 82.39 | – |
| VAD (Ours) | 70.00 | 88.87 | 82.13 | 89.46 | 82.62 | +0.23 |
VAD is the only post-trained method with positive ∆ at both scales, showing attribution-based reconstruction preserves held-out capability while improving fine-grained perception.
RQ5: Effects of Training Choices
Table 4: Effect of supervision divergence
| Benchmark | JSD | F-KL | R-KL | JSD | F-KL | R-KL |
|---|---|---|---|---|---|---|
| 4B Scale | 9B Scale | |||||
| Avg 6 | 78.32 | 77.62 | 77.85 | 79.93 | 79.21 | 79.56 |
JSD yields the highest aggregate accuracy at both scales, making it the most balanced default across tasks.
Theoretical and Practical Implications
Theoretical implications:
- The paper identifies "source-mixed teacher correction" as a central limitation of privileged multimodal OPD, showing that direct teacher matching and positive visual-advantage weighting do not explicitly estimate which correction component is supported by a controlled visual intervention.
- VAD introduces a principled framework for counterfactual target reconstruction that separates visually attributable corrections from residual components, providing a more interpretable and targeted supervision signal.
- The signed proxy captures both support and refutation directions, addressing the limitation of positive visual advantage that misses evidence-based suppression of wrong tokens.
Practical implications:
- VAD achieves consistent improvements across six benchmarks and two model scales with only modest additional training cost (3.8% more step time than Vision-OPD at 4B).
- The method requires no additional teacher views or model calls at inference time, making it a practical drop-in replacement for existing OPD approaches.
- The gains are broad rather than benchmark-specific, spanning fine-detail localization, high-resolution perception, and real-world recognition.
- VAD preserves or improves held-out generalization, unlike other post-training methods that often sacrifice broader capability.
Conclusion
VAD addresses source-mixed teacher corrections in multimodal on-policy distillation by contrasting evidence-present and evidence-removed teacher views, attributing the visually aligned correction, and reconstructing a student-anchored target with separate support and refutation budgets. Across six benchmarks, it leads scale-matched methods at 4B and 9B while preserving Base-level held-out performance. Semantic and offline analyses show that the attributed direction concentrates visual and decision-relevant content while strengthening correct-token support and wrong-token suppression.
Limitations:
- Each intervention is represented by one contrastive vector from a single view pair, which may bias compositional evidence; multiple views or learned directional bases could provide a richer estimate.
- The current projection yields semantic enrichment rather than an identifiable separation: the attributed component can retain nonvisual teacher effects, and the residual remains source-mixed. Learned decompositions with grounding constraints may yield cleaner attribution.
Related papers
- Agent Lightning v1.0: Towards Harnessed Agentic RL
Agent Lightning enables harnessed agentic RL with rollout-level advantage and normalization, boosting coding agents on SWE-bench Verified from 41.8% to 56.4% using only ~6K examples.
- Self-Supervised Visual On-Policy Distillation
Self-supervised visual on-policy distillation improves a 4B VLM from 70.7% to 77.4% average accuracy on fine-grained perception benchmarks by adding noise and downscaling to the student's view instead of using privileged information.
- VERDI: RETRIEVAL IS NOT TRANSFER FOR CONTINUAL WORLD MODEL OPTIMIZATION
VERDI reduces world model optimization cost by 68% and negative transfer from 0.34 to 0.06 by treating retrieved strategies as hypotheses requiring target-side validation, not transferable facts.