Feature Alignment and Representation Transfer in Knowledge Distillation for Large Language Models
Junjie Yang, Junhao Song, Xudong Han, Ziqian Bi, Tianyang Wang, Chia Xin Liang, Xinyuan Song, Yichao Zhang, Qian Niu, Benji Peng, Keyu Chen, Ming Liu
TL;DR
This survey analyzes how knowledge distillation transfers representation from large teachers to smaller students, with emphasis on feature alignment and representation transfer, including large language model settings. It catalogs variants such as PWKD, CAKD, LAD, CAM-based distillation, and attention-based KD, and discusses efficient training, semiparametric foundations, and reproducibility concerns. The review highlights key techniques that improve transfer, such as block-wise logit distillation and frequency attention, while identifying challenges in scalability, data efficiency, and standardized evaluation. It concludes with future directions for robust, transferable KD methods applicable to computer vision and natural language processing.
Abstract
Knowledge distillation (KD) is a technique for transferring knowledge from complex teacher models to simpler student models, significantly enhancing model efficiency and accuracy. It has demonstrated substantial advancements in various applications including image classification, object detection, language modeling, text classification, and sentiment analysis. Recent innovations in KD methods, such as attention-based approaches, block-wise logit distillation, and decoupling distillation, have notably improved student model performance. These techniques focus on stimulus complexity, attention mechanisms, and global information capture to optimize knowledge transfer. In addition, KD has proven effective in compressing large language models while preserving accuracy, reducing computational overhead, and improving inference speed. This survey synthesizes the latest literature, highlighting key findings, contributions, and future directions in knowledge distillation to provide insights for researchers and practitioners on its evolving role in artificial intelligence and machine learning.
