Local AI models destroyed by further Distillation
Summary
A new paper from Zhejiang University, DAMO Academy Lab (Alibaba Group), Wang Shang University of Science and Technology, and Nanyang Technological University, published July 2nd, 2026, reveals that on-policy self-distillation (OPSD) can destroy local AI models by causing performance degradation. This occurs because teacher models, knowing the "golden solution," inadvertently guide student models to memorize shortcuts (reference-induced supervision) rather than learn true reasoning skills (inference-transferable supervision). Benchmarks like AIM 24/25 showed models such as Qwen-3-8B and DeepSeek-R-1-7B losing accuracy with more training steps. The authors propose a novel OPSD-PMI methodology, which uses Pointwise Mutual Information (PMI) to mathematically isolate and anchor the pure reasoning signal to the base model's distribution. This approach successfully improves self-distillation performance across tested models with less than 10% additional computational effort.
Key takeaway
For MLOps Engineers deploying local AI models, if you are considering self-distillation to enhance performance, be aware that standard on-policy methods can degrade reasoning capabilities by promoting memorization over true learning. Your models may lose accuracy, as shown in benchmarks. Instead, implement the new OPSD-PMI methodology, which isolates and purifies the reasoning signal, enabling effective self-distillation with less than 10% additional compute. This approach ensures your local models genuinely learn and improve.
Key insights
Self-distillation fails because teacher models impart memorized shortcuts, not reasoning, to student AI.
Principles
- Teacher models knowing solutions can inadvertently poison student learning with shortcuts.
- Decomposing teacher supervision reveals learning failures by separating memorization from reasoning.
- Information theory, specifically PMI, can purify reasoning signals for effective distillation.
Method
Decompose teacher supervision into reference-induced and inference-transferable components. Use three forward passes through a frozen base model to isolate the inference-transferable signal. Convert this into a stabilized PMI target distribution for student learning, minimizing Jensen-Shannon divergence.
In practice
- Avoid standard on-policy self-distillation for local AI models to prevent performance degradation.
- Implement decomposed supervision to separate memorization from reasoning signals.
- Consider information-theoretic methods like PMI to purify teacher guidance for student models.
Topics
- Self-Distillation
- Local AI Models
- Reasoning Capabilities
- Pointwise Mutual Information
- Model Performance
- Large Language Models
- Zhejiang University
Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, MLOps Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Discover AI.