paper-with-me

홈 › Papers

Large-scale Knowledge Distillation with Elastic Heterogeneous Computing Resources

2022-07-14 · Ji Liu, daxiang dong, Xi Wang, An Qin, Xingjian Li, Patrick Valduriez, Dejing Dou, dianhai yu

Although more layers and more parameters generally improve the accuracy of the models, such big models generally have high computational complexity and require big memory, which exceed the capacity of small devices for inference and incurs long training time. In addition, it is difficult to afford long training time and inference time of big models even in high performance servers, as well. As an efficient approach to compress a large deep model (a teacher model) to a compact model (a student model), knowledge distillation emerges as a promising approach to deal with the big models. Existing knowledge distillation methods cannot exploit the elastic available computing resources and correspond to low efficiency. In this paper, we propose an Elastic Deep Learning framework for knowledge Distillation, i.e., EDL-Dist. The advantages of EDL-Dist are three-fold. First, the inference and the training process is separated. Second, elastic available computing resources can be utilized to improve the efficiency. Third, fault-tolerance of the training and inference processes is supported. We take extensive experimentation to show that the throughput of EDL-Dist is up to 3.125 times faster than the baseline method (online knowledge distillation) while the accuracy is similar or higher.

📄 PDF Abstract BibTeX arXiv:2207.06667

Code (1)

elasticdeeplearning/edl 공식 구현 paddle

Tasks

Knowledge Distillation

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 제목 키워드 기반

Nemotron Elastic: Towards Efficient Many-in-One Reasoning LLMs

2025-11-20 · Ali Taghibakhshi, Sharath Turuvekere Sreenivas, Saurav Muralidharan, Ruisi Cai 외 arxiv

Training a family of large language models targeting multiple scales and deployment objectives is prohibitively expensive, requiring separate training runs for each different size. Recent work on model compression throug…

Knowledge DistillationModel Compression

Overcoming Catastrophic Forgetting in Incremental Object Detection via Elastic Response Distillation

2022-04-05 · CVPR 2022 1 · Tao Feng, Mang Wang, Hangjie Yuan

Traditional object detectors are ill-equipped for incremental learning. However, fine-tuning directly on a well-trained detection model with only new data will lead to catastrophic forgetting. Knowledge distillation is a…

Class-Incremental Object DetectionIncremental LearningKnowledge Distillationobject-detection+1

On Elastic Language Models

2023-11-13 · Chen Zhang, Benyou Wang, Dawei Song

Large-scale pretrained language models have achieved compelling performance in a wide range of language understanding and information retrieval tasks. Knowledge distillation offers an opportunity to compress a large lang…

Information RetrievalKnowledge DistillationLanguage ModelingLanguage Modelling+4

HierarchyFL: Heterogeneous Federated Learning via Hierarchical Self-Distillation

2022-12-05 · Jun Xia, Yi Zhang, Zhihao Yue, Ming Hu 외

Federated learning (FL) has been recognized as a privacy-preserving distributed machine learning paradigm that enables knowledge sharing among various heterogeneous artificial intelligence (AIoT) devices through centrali…

DiversityFederated LearningPrivacy Preserving

Teaching MLPs to Master Heterogeneous Graph-Structured Knowledge for Efficient and Accurate Inference

2024-11-21 · Yunhui Liu, Xinyi Gao, Tieke He, Jianhua Zhao 외

Heterogeneous Graph Neural Networks (HGNNs) have achieved promising results in various heterogeneous graph learning tasks, owing to their superiority in capturing the intricate relationships and diverse relational semant…

Graph LearningKnowledge Distillation