paper-with-me

Papers

Feature Alignment and Representation Transfer in Knowledge Distillation for Large Language Models

2025-04-18 · 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

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.

📄 PDF Abstract BibTeX arXiv:2504.13825

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge DistillationLanguage ModelingLanguage Modellingobject-detectionObject DetectionSentiment Analysistext-classificationText ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Feature Structure Distillation with Centered Kernel Alignment in BERT Transferring

2022-04-01 · Hee-Jun Jung, Doyeon Kim, Seung-Hoon Na, Kangil Kim

Knowledge distillation is an approach to transfer information on representations from a teacher to a student by reducing their difference. A challenge of this approach is to reduce the flexibility of the student's repres…

Knowledge DistillationLanguage ModelingLanguage Modelling

Feature Structure Distillation for BERT Transferring

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge distillation is an approach to transfer information on feature representations from a teacher to a student by reducing their difference. A challenge of this approach is to reduce the flexibility of the student'…

Knowledge Distillation

Knowledge distillation through geometry-aware representational alignment

2025-09-27 · Prajjwal Bhattarai, Mohammad Amjad, Dmytro Zhylko, Tuka Alhanai arxiv

Knowledge distillation is a common paradigm for transferring capabilities from larger models to smaller ones. While traditional distillation methods leverage a probabilistic divergence over the output of the teacher and …

Knowledge Distillation

What Should Feature Distillation Transfer in LLMs? A Task-Tangent Geometry View

2025-07-14 · Khouloud Saadi, Di Wang arxiv

Feature-based knowledge distillation aims to transfer intermediate representations from a teacher LLM model to a student. Existing approaches typically rely on direct feature matching or learned projections, implicitly t…

Knowledge Distillation

RadarDistill: Boosting Radar-based Object Detection Performance via Knowledge Distillation from LiDAR Features

2024-03-08 · CVPR 2024 1 · Geonho Bang, Kwangjin Choi, Jisong Kim, Dongsuk Kum 외

The inherent noisy and sparse characteristics of radar data pose challenges in finding effective representations for 3D object detection. In this paper, we propose RadarDistill, a novel knowledge distillation (KD) method…

3D Object DetectionKnowledge DistillationObjectobject-detection+2