paper-with-me

Papers

iDARTS: Improving DARTS by Node Normalization and Decorrelation Discretization

2021-08-25 · Huiqun Wang, Ruijie Yang, Di Huang, Yunhong Wang

Differentiable ARchiTecture Search (DARTS) uses a continuous relaxation of network representation and dramatically accelerates Neural Architecture Search (NAS) by almost thousands of times in GPU-day. However, the searching process of DARTS is unstable, which suffers severe degradation when training epochs become large, thus limiting its application. In this paper, we claim that this degradation issue is caused by the imbalanced norms between different nodes and the highly correlated outputs from various operations. We then propose an improved version of DARTS, namely iDARTS, to deal with the two problems. In the training phase, it introduces node normalization to maintain the norm balance. In the discretization phase, the continuous architecture is approximated based on the similarity between the outputs of the node and the decorrelated operations rather than the values of the architecture parameters. Extensive evaluation is conducted on CIFAR-10 and ImageNet, and the error rates of 2.25\% and 24.7\% are reported within 0.2 and 1.9 GPU-day for architecture search respectively, which shows its effectiveness. Additional analysis also reveals that iDARTS has the advantage in robustness and generalization over other DARTS-based counterparts.

📄 PDF Abstract BibTeX arXiv:2108.11014

Code (0)

등록된 구현이 없습니다.

Tasks

GPUNeural Architecture Search

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

IDARTS: Interactive Differentiable Architecture Search

2021-01-01 · ICCV 2021 10 · Song Xue, Runqi Wang, Baochang Zhang, Tian Wang 외

Differentiable Architecture Search (DARTS) improves the efficiency of architecture search by learning the architecture and network parameters end-to-end. However, the intrinsic relationship between the architecture's…

iDARTS: Differentiable Architecture Search with Stochastic Implicit Gradients

2021-06-21 · Miao Zhang, Steven Su, Shirui Pan, Xiaojun Chang 외

\textit{Differentiable ARchiTecture Search} (DARTS) has recently become the mainstream of neural architecture search (NAS) due to its efficiency and simplicity. With a gradient-based bi-level optimization, DARTS alternat…

Neural Architecture Search

DARTS-PRIME: Regularization and Scheduling Improve Constrained Optimization in Differentiable NAS

2021-06-22 · Kaitlin Maile, Erwan Lecarpentier, Hervé Luga, Dennis G. Wilson

Differentiable Architecture Search (DARTS) is a recent neural architecture search (NAS) method based on a differentiable relaxation. Due to its success, numerous variants analyzing and improving parts of the DARTS framew…

Bilevel OptimizationNeural Architecture SearchScheduling

MS-DARTS: Mean-Shift Based Differentiable Architecture Search

2021-08-23 · Jun-Wei Hsieh, Ming-Ching Chang, Ping-Yang Chen, Santanu Santra 외

Differentiable Architecture Search (DARTS) is an effective continuous relaxation-based network architecture search (NAS) method with low search cost. It has attracted significant attentions in Auto-ML research and become…

Regularizing Differentiable Architecture Search with Smooth Activation

2025-04-22 · Yanlin Zhou, Mostafa El-Khamy, Kee-Bong Song

Differentiable Architecture Search (DARTS) is an efficient Neural Architecture Search (NAS) method but suffers from robustness, generalization, and discrepancy issues. Many efforts have been made towards the performance …

Neural Architecture SearchSuper-Resolution