paper-with-me

홈 › Papers

AUTOKD: Automatic Knowledge Distillation Into A Student Architecture Family

2021-11-05 · Roy Henha Eyono, Fabio Maria Carlucci, Pedro M Esperança, Binxin Ru, Phillip Torr

State-of-the-art results in deep learning have been improving steadily, in good part due to the use of larger models. However, widespread use is constrained by device hardware limitations, resulting in a substantial performance gap between state-of-the-art models and those that can be effectively deployed on small devices. While Knowledge Distillation (KD) theoretically enables small student models to emulate larger teacher models, in practice selecting a good student architecture requires considerable human expertise. Neural Architecture Search (NAS) appears as a natural solution to this problem but most approaches can be inefficient, as most of the computation is spent comparing architectures sampled from the same distribution, with negligible differences in performance. In this paper, we propose to instead search for a family of student architectures sharing the property of being good at learning from a given teacher. Our approach AutoKD, powered by Bayesian Optimization, explores a flexible graph-based search space, enabling us to automatically learn the optimal student architecture distribution and KD parameters, while being 20x more sample efficient compared to existing state-of-the-art. We evaluate our method on 3 datasets; on large images specifically, we reach the teacher performance while using 3x less memory and 10x less parameters. Finally, while AutoKD uses the traditional KD loss, it outperforms more advanced KD variants using hand-designed students.

📄 PDF Abstract BibTeX arXiv:2111.03555

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationKnowledge DistillationNeural Architecture Search

Methods 이 논문이 사용한 방법론

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.…

Similar Papers 제목 키워드 기반

Don't be picky, all students in the right family can learn from good teachers

2021-01-01 · Roy Henha Eyono, Fabio Maria Carlucci, Pedro M Esperança, Binxin Ru 외

State-of-the-art results in deep learning have been improving steadily, in good part due to the use of larger models. However, widespread use is constrained by device hardware limitations, resulting in a substantial perf…

AllBayesian OptimizationKnowledge DistillationNeural Architecture Search

Education distillation:getting student models to learn in shcools

2023-11-23 · Ling Feng, Danyang Li, Tianhao Wu, Xuliang Duan

Knowledge distillation is one of the methods for model compression, and existing knowledge distillation techniques focus on how to improve the distillation algorithm so as to enhance the distillation efficiency. This pap…

Incremental LearningKnowledge DistillationModel Compression

ASKD-Whisper: Adaptive Self-knowledge Distillation for Efficient and Low-Latency Automatic Speech Recognition

2026-01-08 · Junseok Lee, Nahun Kim, Sangyong Lee, Chang-Jae Chun arxiv

Knowledge distillation (KD) is one of the most effective paradigms for compressing large-scale foundation models into deployable architectures. In the context of Automatic Speech Recognition (ASR), previous studies have …

Knowledge DistillationSpeech RecognitionModel Compression

Comparison of Soft and Hard Target RNN-T Distillation for Large-scale ASR

2022-10-11 · Dongseong Hwang, Khe Chai Sim, Yu Zhang, Trevor Strohman

Knowledge distillation is an effective machine learning technique to transfer knowledge from a teacher model to a smaller student model, especially with unlabeled data. In this paper, we focus on knowledge distillation f…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognition+2

AMD: Automatic Multi-step Distillation of Large-scale Vision Models

2024-07-05 · Cheng Han, Qifan Wang, Sohail A. Dianat, Majid Rabbani 외

Transformer-based architectures have become the de-facto standard models for diverse vision tasks owing to their superior performance. As the size of the models continues to scale up, model distillation becomes extremely…

image-classificationImage ClassificationKnowledge DistillationModel Compression