ICDARTS: Improving the Stability and Performance of Cyclic DARTS
Emily Herron, Derek Rose, and Steven Young

TL;DR
This paper proposes ICDARTS, an improved neural architecture search method based on Cyclic DARTS, enhancing stability, generalizability, and flexibility by removing dependency issues and expanding search space capabilities.
Contribution
ICDARTS introduces a new approach that eliminates dependency of evaluation network weights on the search network and allows zero operations to be retained, improving NAS stability and generalizability.
Findings
ICDARTS achieves more stable search processes.
Networks found by ICDARTS generalize better across tasks.
Expanded search space improves architecture diversity.
Abstract
This work introduces improvements to the stability and generalizability of Cyclic DARTS (CDARTS). CDARTS is a Differentiable Architecture Search (DARTS)-based approach to neural architecture search (NAS) that uses a cyclic feedback mechanism to train search and evaluation networks concurrently. This training protocol aims to optimize the search process by enforcing that the search and evaluation networks produce similar outputs. However, CDARTS introduces a loss function for the evaluation network that is dependent on the search network. The dissimilarity between the loss functions used by the evaluation networks during the search and retraining phases results in a search-phase evaluation network that is a sub-optimal proxy for the final evaluation network that is utilized during retraining. We present ICDARTS, a revised approach that eliminates the dependency of the evaluation network…
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
TopicsAdversarial Robustness in Machine Learning · Machine Learning and Data Classification · Advanced Neural Network Applications
