Topic
knowledge distillation
New Algorithm for Multi-Turn AI Agents Reduces Compounding Errors in Knowledge Distillation
A new algorithm called Guided On-Policy Distillation (Guided-OPD) addresses the failure mode where small student models compound errors in multi-turn tasks. By mixing teacher and student turns and using a curriculum that decays teacher intervention, the method improves average score by 21.1% and success rate by 25.5% over vanilla OPD.
Improved Knowledge Distillation Framework Achieves 99.04% Accuracy for Land-Use Classification
A research paper on arXiv presents an improved knowledge distillation framework for compressing deep neural networks used in land-use image classification. By integrating hard label supervision with soft losses (KL divergence and cosine similarity), the method achieves 99.04% accuracy on three land-use datasets, outperforming baseline and single-loss distillation approaches while substantially reducing model size.