paper-with-me

Papers

Stabilizing DARTS with Amended Gradient Estimation on Architectural Parameters

2019-10-25 · Kaifeng Bi, Changping Hu, Lingxi Xie, Xin Chen, Longhui Wei, Qi Tian

DARTS is a popular algorithm for neural architecture search (NAS). Despite its great advantage in search efficiency, DARTS often suffers weak stability, which reflects in the large variation among individual trials as well as the sensitivity to the hyper-parameters of the search process. This paper owes such instability to an optimization gap between the super-network and its sub-networks, namely, improving the validation accuracy of the super-network does not necessarily lead to a higher expectation on the performance of the sampled sub-networks. Then, we point out that the gap is due to the inaccurate estimation of the architectural gradients, based on which we propose an amended estimation method. Mathematically, our method guarantees a bounded error from the true gradients while the original estimation does not. Our approach bridges the gap from two aspects, namely, amending the estimation on the architectural gradients, and unifying the hyper-parameter settings in the search and re-training stages. Experiments on CIFAR10 and ImageNet demonstrate that our approach largely improves search stability and, more importantly, enables DARTS-based approaches to explore much larger search spaces that have not been investigated before.

📄 PDF Abstract BibTeX arXiv:1910.11831

Code (1)

chengaopro/AdversarialNAS pytorch

Tasks

Neural 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…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

IS-DARTS: Stabilizing DARTS through Precise Measurement on Candidate Importance

2023-12-19 · Hongyi He, Longjun Liu, Haonan Zhang, Nanning Zheng

Among existing Neural Architecture Search methods, DARTS is known for its efficiency and simplicity. This approach applies continuous relaxation of network representation to construct a weight-sharing supernet and enable…

GPUNeural Architecture Search

Efficient Federated Learning via Local Adaptive Amended Optimizer with Linear Speedup

2023-07-30 · Yan Sun, Li Shen, Hao Sun, Liang Ding 외

Adaptive optimization has achieved notable success for distributed learning while extending adaptive optimizer to federated Learning (FL) suffers from severe inefficiency, including (i) rugged convergence due to inaccura…

Federated Learning

Stabilizing Differentiable Architecture Search via Perturbation-based Regularization

2020-02-12 · ICML 2020 1 · Xiangning Chen, Cho-Jui Hsieh

Differentiable architecture search (DARTS) is a prevailing NAS solution to identify architectures. Based on the continuous relaxation of the architecture space, DARTS learns a differentiable architecture weight and large…

Adversarial AttackNeural Architecture Search

Fair DARTS: Eliminating Unfair Advantages in Differentiable Architecture Search

2019-11-27 · ECCV 2020 8 · Xiangxiang Chu, Tianbao Zhou, Bo Zhang, Jixiang Li

Differentiable Architecture Search (DARTS) is now a widely disseminated weight-sharing neural architecture search method. However, it suffers from well-known performance collapse due to an inevitable aggregation of skip …

AutoMLNeural Architecture Search

confopt: A Library for Implementation and Evaluation of Gradient-based One-Shot NAS Methods

2025-07-22 · Abhash Kumar Jha, Shakiba Moradian, Arjun Krishnakumar, Martin Rapp 외 arxiv

Gradient-based one-shot neural architecture search (NAS) has significantly reduced the cost of exploring architectural spaces with discrete design choices, such as selecting operations within a model. However, the field …

Neural Architecture Search