DisWOT: Student Architecture Search for Distillation WithOut Training
Peijie Dong, Lujun Li, Zimian Wei

TL;DR
DisWOT introduces a training-free method to search for optimal student architectures for knowledge distillation by measuring feature similarity, significantly reducing training time while improving performance.
Contribution
The paper proposes a novel training-free architecture search framework for distillation that correlates feature similarity with distillation performance, eliminating the need for training during search.
Findings
Achieves state-of-the-art results on CIFAR, ImageNet, NAS-Bench-201.
Significantly accelerates architecture search by at least 180×.
Effectively extends similarity metrics as new distillers and zero-proxies.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
