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

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A study revisiting on-policy self-distillation policy optimization (SDPO) for continual post-training of foundation models reveals its limitations despite prior optimistic views. Published on 2026-07-02, the research indicates that SDPO can accelerate in-domain specialization when teacher signals are stable and well-aligned. However, it struggles with out-of-distribution scenarios, exhibiting stronger forgetting and potential collapse during continual post-training. In contrast, on-policy reinforcement learning methods like GRPO adapt more conservatively and better preserve prior capabilities. Analyses show that denser self-distillation induces larger drift in both parameter and response spaces, amplifying high-frequency formatting artifacts. These findings suggest on-policy data alone is insufficient for robust continual learning.

Key takeaway

For Machine Learning Engineers implementing continual post-training for foundation models, you should reconsider on-policy self-distillation (SDPO) as a default stabilization technique. SDPO accelerates in-domain specialization but struggles with out-of-distribution scenarios and can amplify forgetting. Instead, evaluate methods like GRPO for better prior capability preservation, or ensure extremely stable teacher signals if using SDPO to mitigate drift and artifact amplification.

Key insights

On-policy self-distillation, while accelerating in-domain specialization, is insufficient for robust continual learning due to generalization issues and forgetting.

Principles

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.