ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
On-Policy Self-Distillation (OPSD) has become a standard post-training approach for improving visual reasoning in multimodal large language models (MLLMs). Existing methods draw privileged information from diverse input sources to guide self-distillation. Yet these designs overlook Modality Imbalance, a challenge inherent to MLLM reasoning. When textual information dominates generation, the model cannot fully integrate its multimodal input. Consequently, carefully designed privileged information remains underused, limiting the effectiveness of OPSD. To examine this limitation, we construct a Positive Teacher with the Zoom-In Image and a Negative Teacher with the Mask Image, which exhibit different degrees of Modality Imbalance. Changes in their reasoning correctness and token logits reveal that Modality Balance can itself serve as privileged information. Motivated by this finding, we introduce OPD-V, a visual OPSD paradigm that instantiates such information through the Positive Teacher and Negative Teacher. Positive Modality-Balance Logits Margins define a Modality-Balance Trust Region that selects the on-policy tokens used for self-distillation. Experiments across 6 benchmarks, 4 MLLM backbones, and 5 post-training methods show that OPD-V consistently improves reasoning performance while reducing training cost.
Multimodal large language models (MLLMs) have become central to AI systems that need to reason across text and images. However, a persistent issue is modality imbalance, where the model relies too heavily on textual cues and underutilizes visual information. This paper tackles this problem in the context of on-policy self-distillation (OPSD), a common post-training technique. The authors argue that existing OPSD methods overlook modality imbalance, leading to underused privileged information and suboptimal reasoning.
The paper's significance lies in its novel insight: modality balance itself can serve as privileged information. By constructing a Positive Teacher (with zoomed-in images) and a Negative Teacher (with masked images), they show that the degree of modality imbalance directly affects reasoning correctness and token logits. This finding motivates a new paradigm, OPD-V, which uses modality-balance trust regions to guide self-distillation. This is a fresh angle that could inspire further research on balancing modalities in MLLMs.
The paper reports that OPD-V consistently improves reasoning performance across all tested benchmarks and backbones. For instance, it outperforms existing OPSD methods while also reducing training cost. The exact metrics are not detailed in the abstract, but the claim of consistent improvement across 6 benchmarks and 4 backbones suggests strong generalizability. The reduction in training cost is a practical advantage, making OPD-V attractive for real-world deployment.
OPD-V offers a new direction for improving MLLM reasoning by explicitly addressing modality imbalance. This could lead to more robust multimodal systems that fully leverage visual information, which is crucial for applications like autonomous driving, medical imaging, and robotics. The concept of using modality balance as privileged information may also extend to other modalities (e.g., audio, video) and other self-distillation frameworks. The paper's findings encourage the community to consider modality balance as a first-class design principle in MLLM training.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba