paper-with-me

Papers

DisWOT: Student Architecture Search for Distillation WithOut Training

2023-03-28 · CVPR 2023 1 · Peijie Dong, Lujun Li, Zimian Wei

Knowledge distillation (KD) is an effective training strategy to improve the lightweight student models under the guidance of cumbersome teachers. However, the large architecture difference across the teacher-student pairs limits the distillation gains. In contrast to previous adaptive distillation methods to reduce the teacher-student gap, we explore a novel training-free framework to search for the best student architectures for a given teacher. Our work first empirically show that the optimal model under vanilla training cannot be the winner in distillation. Secondly, we find that the similarity of feature semantics and sample relations between random-initialized teacher-student networks have good correlations with final distillation performances. Thus, we efficiently measure similarity matrixs conditioned on the semantic activation maps to select the optimal student via an evolutionary algorithm without any training. In this way, our student architecture search for Distillation WithOut Training (DisWOT) significantly improves the performance of the model in the distillation stage with at least 180$\times$ training acceleration. Additionally, we extend similarity metrics in DisWOT as new distillers and KD-based zero-proxies. Our experiments on CIFAR, ImageNet and NAS-Bench-201 demonstrate that our technique achieves state-of-the-art results on different search spaces. Our project and code are available at https://lilujunai.github.io/DisWOT-CVPR2023/.

📄 PDF Abstract BibTeX arXiv:2303.15678

Code (1)

lliai/DisWOT-CVPR2023 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Joint-DetNAS: Upgrade Your Detector with NAS, Pruning and Dynamic Distillation

2021-05-27 · CVPR 2021 1 · Lewei Yao, Renjie Pi, Hang Xu, Wei zhang 외

We propose Joint-DetNAS, a unified NAS framework for object detection, which integrates 3 key components: Neural Architecture Search, pruning, and Knowledge Distillation. Instead of naively pipelining these techniques, o…

Knowledge DistillationNeural Architecture Searchobject-detectionObject Detection

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

AutoDistil: Few-shot Task-agnostic Neural Architecture Search for Distilling Large Language Models

2022-01-29 · Dongkuan Xu, Subhabrata Mukherjee, Xiaodong Liu, Debadeepta Dey 외

Knowledge distillation (KD) methods compress large models into smaller students with manually-designed student architectures given pre-specified computational cost. This requires several trials to find a viable student, …

Inductive BiasKnowledge DistillationNeural Architecture Search

Meta-prediction Model for Distillation-Aware NAS on Unseen Datasets

2023-05-26 · Hayeon Lee, Sohyun An, Minseon Kim, Sung Ju Hwang

Distillation-aware Neural Architecture Search (DaNAS) aims to search for an optimal student architecture that obtains the best performance and/or efficiency when distilling the knowledge from a given teacher model. Previ…

Meta-LearningNeural Architecture Search

RoSearch: Search for Robust Student Architectures When Distilling Pre-trained Language Models

2021-06-07 · Xin Guo, Jianlei Yang, Haoyi Zhou, Xucheng Ye 외

Pre-trained language models achieve outstanding performance in NLP tasks. Various knowledge distillation methods have been proposed to reduce the heavy computation and storage requirements of pre-trained language models.…

Adversarial RobustnessKnowledge DistillationLanguage ModelingLanguage Modelling