Improving Differentiable Architecture Search via Self-Distillation
Xunyu Zhu, Jian Li, Yong Liu, Weiping Wang

TL;DR
This paper introduces SD-DARTS, a novel NAS method that employs self-distillation and voting teachers to reduce sharp minima convergence, thereby improving the performance of the derived architectures.
Contribution
The paper proposes a self-distillation approach with voting teachers to enhance DARTS, addressing the sharp minima issue and improving NAS results.
Findings
SD-DARTS reduces the sharpness of the loss landscape.
SD-DARTS outperforms state-of-the-art NAS methods.
Voting teachers improve the stability and accuracy of architecture search.
Abstract
Differentiable Architecture Search (DARTS) is a simple yet efficient Neural Architecture Search (NAS) method. During the search stage, DARTS trains a supernet by jointly optimizing architecture parameters and network parameters. During the evaluation stage, DARTS discretizes the supernet to derive the optimal architecture based on architecture parameters. However, recent research has shown that during the training process, the supernet tends to converge towards sharp minima rather than flat minima. This is evidenced by the higher sharpness of the loss landscape of the supernet, which ultimately leads to a performance gap between the supernet and the optimal architecture. In this paper, we propose Self-Distillation Differentiable Neural Architecture Search (SD-DARTS) to alleviate the discretization gap. We utilize self-distillation to distill knowledge from previous steps of the supernet…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Machine Learning and Data Classification · Machine Learning in Bioinformatics
MethodsDifferentiable Architecture Search
