paper-with-me

Papers

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 framework have recently been proposed. By considering the problem as a constrained bilevel optimization, we present and analyze DARTS-PRIME, a variant including improvements to architectural weight update scheduling and regularization towards discretization. We propose a dynamic schedule based on per-minibatch network information to make architecture updates more informed, as well as proximity regularization to promote well-separated discretization. Our results in multiple domains show that DARTS-PRIME improves both performance and reliability, comparable to state-of-the-art in differentiable NAS.

📄 PDF Abstract BibTeX arXiv:2106.11655

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationNeural Architecture SearchScheduling

Methods 이 논문이 사용한 방법론

Proximity Regularization 설명 없음
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 제목 키워드 기반

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

$Λ$-DARTS: Mitigating Performance Collapse by Harmonizing Operation Selection among Cells

2022-10-14 · Sajad Movahedi, Melika Adabinejad, Ayyoob Imani, Arezou Keshavarz 외

Differentiable neural architecture search (DARTS) is a popular method for neural architecture search (NAS), which performs cell-search and utilizes continuous relaxation to improve the search efficiency via gradient-base…

Neural Architecture Search

Heterogeneous Learning Rate Scheduling for Neural Architecture Search on Long-Tailed Datasets

2024-06-11 · Chenxia Tang

In this paper, we attempt to address the challenge of applying Neural Architecture Search (NAS) algorithms, specifically the Differentiable Architecture Search (DARTS), to long-tailed datasets where class distribution is…

Neural Architecture SearchScheduling

$β$-DARTS++: Bi-level Regularization for Proxy-robust Differentiable Architecture Search

2023-01-16 · Peng Ye, Tong He, Baopu Li, Tao Chen 외

Neural Architecture Search has attracted increasing attention in recent years. Among them, differential NAS approaches such as DARTS, have gained popularity for the search efficiency. However, they still suffer from thre…

Neural Architecture Search

sharpDARTS: Faster and More Accurate Differentiable Architecture Search

2019-03-23 · Andrew Hundt, Varun Jain, Gregory D. Hager

Neural Architecture Search (NAS) has been a source of dramatic improvements in neural network design, with recent results meeting or exceeding the performance of hand-tuned architectures. However, our understanding of ho…

Hyperparameter OptimizationImage ClassificationNeural Architecture Search