Contrastive On-Policy Distillation

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Contrastive On-Policy Distillation (COPD) is a novel framework designed to enhance the efficiency of student models by addressing limitations in traditional On-policy Distillation (OPD). While OPD provides dense token-level supervision by minimizing divergence between teacher and student output distributions, it lacks explicit signals for comparing token compatibility across reasoning modes. COPD introduces a mechanism where a frozen teacher model scores a student's generated token under two contrasting instructions, eliciting "light" and "heavy" reasoning. The difference in resulting log probabilities acts as a token-level advantage signal, guiding the student model to learn more concise and efficient reasoning strategies. Experiments on nine multimodal benchmarks, covering reasoning and understanding tasks, demonstrate that COPD substantially reduces reasoning length without compromising model performance and consistently improves efficiency across different tasks and model scales. Furthermore, COPD can be seamlessly integrated into the On-policy Self-distillation (OPSD) framework, enabling self-contrastive supervision for lightweight reasoning without an additional teacher.

Key takeaway

For Machine Learning Engineers optimizing large language models for efficiency, Contrastive On-Policy Distillation (COPD) provides a robust solution. You should consider implementing COPD to achieve substantial reductions in reasoning length and computational costs across various tasks and model scales, without compromising performance. Its ability to integrate into On-policy Self-distillation (OPSD) also offers a path for models to self-distill towards lightweight reasoning, enhancing overall operational efficiency.

Key insights

COPD uses contrastive signals from a teacher to guide student models towards more efficient, concise reasoning strategies, reducing length without performance loss.

Principles

Method

A frozen teacher scores student states under "light" and "heavy" reasoning instructions; their log probability difference serves as a token-level advantage signal for student updates.

In practice

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.