Researchers propose Masters, a mask-progressive reinforcement learning framework for distilling large-scale vision-language models into compact versions suitable for edge deployment. The method addresses the instability caused by the size gap between teacher and student models.

  • Masters masks non-dominant weights of the teacher to reduce complexity, then progressively restores capacity during training to allow smoother learning.
  • It integrates an offline RL stage using pre-generated responses from masked teachers, avoiding the computational cost of online think-answer paradigms.
  • The framework employs two complementary rewards: an accuracy reward for response correctness and a distillation reward quantifying transfer ease.

This approach enables students to achieve strong performance by leveraging rich yet efficient guidance without requiring lengthy response generation processes.