Masking Teacher and Reinforcing Student for Distilling Vision-Language Models
Byung-Kwan Lee, Yu-Chiang Frank Wang, Ryo Hachiuma
TL;DR
The paper tackles the challenge of distilling large vision-language models into compact, deployable ones by introducing Masters, a mask-progressive RL distillation framework. It combines (i) magnitude-based masking of the teacher with per-layer thresholds to shrink the active parameter space, (ii) a progressive restoration of teacher capacity to align with the student’s learning progress, and (iii) offline reinforcement learning with dual rewards (accuracy and distillation) using pre-generated responses to stabilize and accelerate knowledge transfer. The approach yields consistent gains over baselines across multiple benchmarks and model scales, and reveals that gradually increasing the teacher size during distillation can improve convergence and generalization. The framework emphasizes practicality for on-device intelligence by avoiding expensive think-answer cycles and maintaining fast inference, while offering a scalable path toward continually improving VLMs.
Abstract
Large-scale vision-language models (VLMs) have recently achieved remarkable multimodal understanding, but their massive size makes them impractical for deployment on mobile or edge devices. This raises the need for compact yet capable VLMs that can efficiently learn from powerful large teachers. However, distilling knowledge from a large teacher to a small student remains challenging due to their large size gap: the student often fails to reproduce the teacher's complex, high-dimensional representations, leading to unstable learning and degraded performance. To address this, we propose Masters (Masking Teacher and Reinforcing Student), a mask-progressive reinforcement learning (RL) distillation framework. Masters first masks non-dominant weights of the teacher to reduce unnecessary complexity, then progressively restores the teacher by gradually increasing its capacity during training. This strategy allows the student to learn richer representations from the teacher in a smooth and stable manner. To further refine knowledge transfer, Masters integrates an offline RL stage with two complementary rewards: an accuracy reward that measures the correctness of the generated responses, and a distillation reward that quantifies the ease of transferring responses from teacher to student. Unlike online think-answer RL paradigms that are computationally expensive and generate lengthy responses, our offline RL leverages pre-generated responses from masked teachers. These provide rich yet efficient guidance, enabling students to achieve strong performance without requiring the think-answer process.
