paper-with-me

Papers

MS-DARTS: Mean-Shift Based Differentiable Architecture Search

2021-08-23 · Jun-Wei Hsieh, Ming-Ching Chang, Ping-Yang Chen, Santanu Santra, Cheng-Han Chou, Chih-Sheng Huang

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 becomes one of the most useful paradigms in NAS. Although DARTS can produce superior efficiency over traditional NAS approaches with better control of complex parameters, oftentimes it suffers from stabilization issues in producing deteriorating architectures when discretizing the continuous architecture. We observed considerable loss of validity causing dramatic decline in performance at this final discretization step of DARTS. To address this issue, we propose a Mean-Shift based DARTS (MS-DARTS) to improve stability based on sampling and perturbation. Our approach can improve bot the stability and accuracy of DARTS, by smoothing the loss landscape and sampling architecture parameters within a suitable bandwidth. We investigate the convergence of our mean-shift approach, together with the effects of bandwidth selection that affects stability and accuracy. Evaluations performed on CIFAR-10, CIFAR-100, and ImageNet show that MS-DARTS archives higher performance over other state-of-the-art NAS methods with reduced search cost.

📄 PDF Abstract BibTeX arXiv:2108.09996

Code (1)

aaron851113/MS-DARTS 공식 구현 pytorch

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 제목 키워드 기반

DARTS+: Improved Differentiable Architecture Search with Early Stopping

2019-09-13 · Hanwen Liang, Shifeng Zhang, Jiacheng Sun, Xingqiu He 외

Recently, there has been a growing interest in automating the process of neural architecture design, and the Differentiable Architecture Search (DARTS) method makes the process available within a few GPU days. However, t…

GPU

DU-DARTS: Decreasing the Uncertainty of Differentiable Architecture Search

2021-11-23 · BMVC 2021 11 · Shun Lu, Yu Hu, Longxing Yang, Zihao Sun 외

Differentiable Neural Architecture Search (DARTS) recently attracts a lot of research attention because of its high efficiency. However, the competition of candidate operations in DARTS introduces high uncertainty for se…

Neural Architecture Search

LP-NAS: Linear Programming-based Neural Architecture Search

2026-08-14 · Abhishek Shukla, Ankur Sinha, Faiz Hamid arxiv

Neural Architecture Search (NAS) aims to automate neural network architecture design, reducing reliance on human expertise. Among the various NAS methods, differentiable NAS has gained prominence due to its efficiency an…

Neural Architecture Search

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…

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