paper-with-me

홈 › Papers

DistPro: Searching A Fast Knowledge Distillation Process via Meta Optimization

2022-04-12 · Xueqing Deng, Dawei Sun, Shawn Newsam, Peng Wang

Recent Knowledge distillation (KD) studies show that different manually designed schemes impact the learned results significantly. Yet, in KD, automatically searching an optimal distillation scheme has not yet been well explored. In this paper, we propose DistPro, a novel framework which searches for an optimal KD process via differentiable meta-learning. Specifically, given a pair of student and teacher networks, DistPro first sets up a rich set of KD connection from the transmitting layers of the teacher to the receiving layers of the student, and in the meanwhile, various transforms are also proposed for comparing feature maps along its pathway for the distillation. Then, each combination of a connection and a transform choice (pathway) is associated with a stochastic weighting process which indicates its importance at every step during the distillation. In the searching stage, the process can be effectively learned through our proposed bi-level meta-optimization strategy. In the distillation stage, DistPro adopts the learned processes for knowledge distillation, which significantly improves the student accuracy especially when faster training is required. Lastly, we find the learned processes can be generalized between similar tasks and networks. In our experiments, DistPro produces state-of-the-art (SoTA) accuracy under varying number of learning epochs on popular datasets, i.e. CIFAR100 and ImageNet, which demonstrate the effectiveness of our framework.

📄 PDF Abstract BibTeX arXiv:2204.05547

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMeta-Learning

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

Dual-Path Distillation: A Unified Framework to Improve Black-Box Attacks

2020-01-01 · ICML 2020 1 · Yonggang Zhang, Ya Li, Tongliang Liu, Xinmei Tian

We study the problem of constructing black-box adversarial attacks, where no model information is revealed except for the feedback knowledge of the given inputs. To obtain sufficient knowledge for crafting adversarial ex…

FasterSeg: Searching for Faster Real-time Semantic Segmentation

2019-12-23 · ICLR 2020 1 · Wuyang Chen, Xinyu Gong, Xian-Ming Liu, Qian Zhang 외

We present FasterSeg, an automatically designed semantic segmentation network with not only state-of-the-art performance but also faster speed than current methods. Utilizing neural architecture search (NAS), FasterSeg i…

Neural Architecture SearchReal-Time Semantic SegmentationSegmentationSemantic Segmentation

EfficientBERT: Progressively Searching Multilayer Perceptron via Warm-up Knowledge Distillation

2021-09-15 · Findings (EMNLP) 2021 11 · Chenhe Dong, Guangrun Wang, Hang Xu, Jiefeng Peng 외

Pre-trained language models have shown remarkable results on various NLP tasks. Nevertheless, due to their bulky size and slow inference speed, it is hard to deploy them on edge devices. In this paper, we have a critical…

Data AugmentationKnowledge Distillation

A Survey on Recent Teacher-student Learning Studies

2023-04-10 · Minghong Gao

Knowledge distillation is a method of transferring the knowledge from a complex deep neural network (DNN) to a smaller and faster DNN, while preserving its accuracy. Recent variants of knowledge distillation include teac…

Knowledge DistillationSurvey

Towards Oracle Knowledge Distillation with Neural Architecture Search

2019-11-29 · Minsoo Kang, Jonghwan Mun, Bohyung Han

We present a novel framework of knowledge distillation that is capable of learning powerful and efficient student models from ensemble teacher networks. Our approach addresses the inherent model capacity issue between te…

image-classificationImage ClassificationKnowledge DistillationNeural Architecture Search