paper-with-me

홈 › Papers

Masking Teacher and Reinforcing Student for Distilling Vision-Language Models

2025-12-23 · Byung-Kwan Lee, Yu-Chiang Frank Wang, Ryo Hachiuma arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.22238

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Merge-of-Thought Distillation

2025-09-10 · Zhanming Shen, Zeyu Qin, Zenan Huang, Hao Chen 외 arxiv

Efficient reasoning distillation for long chain-of-thought (CoT) models is increasingly constrained by the assumption of a single oracle teacher, despite the practical availability of multiple candidate teachers and grow…

The Role of Masking for Efficient Supervised Knowledge Distillation of Vision Transformers

2023-02-21 · Seungwoo Son, Jegwang Ryu, Namhoon Lee, Jaeho Lee

Knowledge distillation is an effective method for training lightweight vision models. However, acquiring teacher supervision for training samples is often costly, especially from large-scale models like vision transforme…

Knowledge Distillation

Masked Autoencoders Enable Efficient Knowledge Distillers

2022-08-25 · CVPR 2023 1 · Yutong Bai, Zeyu Wang, Junfei Xiao, Chen Wei 외

This paper studies the potential of distilling knowledge from pre-trained models, especially Masked Autoencoders. Our approach is simple: in addition to optimizing the pixel reconstruction loss on masked inputs, we minim…

Knowledge Distillation

ACAM-KD: Adaptive and Cooperative Attention Masking for Knowledge Distillation

2025-03-08 · Qizhen Lan, Qing Tian

Dense visual prediction tasks, such as detection and segmentation, are crucial for time-critical applications (e.g., autonomous driving and video surveillance). While deep models achieve strong performance, their efficie…

Autonomous Drivingfeature selectionKnowledge DistillationModel Compression+3

Reward-Gated On-Policy Distillation

2026-07-04 · Mohammad Sadegh Akhondzadeh, Vijay Lingam, Atula Tejaswi, Chanakya Ekbote 외 arxiv

On-policy distillation is a powerful way to transfer reasoning ability from a strong teacher to a smaller student: the student samples trajectories from its own policy, and the teacher provides dense token-level supervis…