TL;DR
This paper introduces OPP-DARTS, a new NAS method that progressively increases candidate operations during search to improve stability, performance, and robustness over standard DARTS, especially by mitigating skip connection issues.
Contribution
OPP-DARTS proposes a staged search process with progressive operation addition to enhance DARTS stability and explore better architectures, addressing skip connection aggregation problems.
Findings
Outperforms standard DARTS on CIFAR-10 in accuracy.
Demonstrates improved robustness across multiple search spaces.
Shows effective mitigation of skip connection issues.
Abstract
Differentiable Neural Architecture Search (DARTS) is becoming more and more popular among Neural Architecture Search (NAS) methods because of its high search efficiency and low compute cost. However, the stability of DARTS is very inferior, especially skip connections aggregation that leads to performance collapse. Though existing methods leverage Hessian eigenvalues to alleviate skip connections aggregation, they make DARTS unable to explore architectures with better performance. In the paper, we propose operation-level progressive differentiable neural architecture search (OPP-DARTS) to avoid skip connections aggregation and explore better architectures simultaneously. We first divide the search process into several stages during the search phase and increase candidate operations into the search space progressively at the beginning of each stage. It can effectively alleviate the…
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
MethodsDifferentiable Architecture Search
