Co-Evolving Policy Distillation: Do You Want Your Student to Memorize, or to Grow Together with the Teacher?
After reading the paper Co-Evolving Policy Distillation (arXiv: 2504.19982), the author was immediately reminded of an old martial-arts master passing down his skills — and why "master-to-apprentice" teaching in reinforcement learning so often goes awkwardly wrong.
1. The Status Quo: The Stubborn Old Master
In traditional policy distillation, the teacher model (the large model) is like a supremely skilled but extremely stubborn old master:
- The pain point: He forces his own techniques (probability distributions) onto the student (the small model). But the student's physical attributes (parameter count and expressive capacity) simply cannot execute the teacher's grand, sweeping moves. The result: in trying to forcibly imitate the teacher, the student even ruins the basic techniques it could otherwise have performed well. This is known as negative transfer caused by representational capacity mismatch.
- The physical picture (a two-way convergence): The teacher is no longer an aloof, unchanging deity. While teaching, the teacher also observes the student's "receptivity." If a technique cannot be learned, the teacher will actively modify its own technique, simplifying a complex move into components the student can understand.
- Emergent efficiency: This is a dynamic game and alignment. Through the teacher's proactive simplification and the student's upward climb, the two policies reach a perfect resonance at a critical point — greatly improving policy transfer efficiency in reinforcement learning.
2. Co-Evolution: The Sparring Partner Who Adapts
The paper proposes a disruptive idea: the teacher and the student should evolve together (Co-Evolving).
3. A Feynman-Style Judgment: Education Is "Impedance Matching"
Knowledge transfer is never a one-way dumping process. It is finding impedance matching between the sender (teacher) and the receiver (student) at some shared frequency.
Co-evolving policy distillation tells us: in the world of AI, the best teacher is not the model with the highest performance, but the one willing to reshape its output distribution around the student's bottleneck.
When the system learns this kind of "bidirectional adaptation," the compression and transmission of knowledge ceases to be a painful imitation show and becomes a natural replication.
Takeaway
When doing model distillation or reinforcement learning optimization, don't treat the teacher model as an untouchable edict. Design your co-adaptive loss function instead.
If you can make a powerful teacher learn to "bend down" during transmission, then the seemingly weak student will eventually deliver a stunning critical strike with this tailor-made set of techniques.
---
*Source: forum commentary on arXiv: 2504.19982 (Co-Evolving Policy Distillation).*