LGCLJul 2

Denser $\neq$ Better: Limits of On-Policy Self-Distillation for Continual Post-Training

arXiv:2607.0176319.0Has Code
Predicted impact top 5% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners of continual learning in foundation models, this work cautions that dense self-distillation is not a default stabilizer and can harm generalization.

The paper shows that on-policy self-distillation (SDPO) accelerates in-domain specialization but fails in continual post-training, causing stronger forgetting and collapse, while on-policy RL methods like GRPO better preserve prior capabilities.

Continual post-training enables foundation models to acquire new knowledge while preserving existing capabilities. Recent work suggests that on-policy learning can mitigate forgetting, with on-policy self-distillation emerging as a particularly attractive approach. In this work, we revisit this optimistic view through self-distillation policy optimization (SDPO). Our experiments show that SDPO can accelerate in-domain specialization when teacher signals are stable and well aligned, but it struggles to generalize to out-of-distribution scenarios. In continual post-training, SDPO exhibits stronger forgetting and can even collapse, whereas on-policy reinforcement learning methods such as GRPO adapt more conservatively and better preserve prior capabilities. Further analyses reveal that denser self-distillation induces larger drift in both parameter space and response space, and can amplify high-frequency formatting artifacts through a self-reinforcing teacher--student loop. These findings suggest that on-policy data alone is insufficient for continual learning. Dense self-distillation can accelerate specialization when teacher targets are stable and token-level supervision is reliable, but it should not be treated as a default stabilizer for continual post-training. Our code is available at https://github.com/Moenupa/SDPO-CL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes