paper-with-me

Papers

Progressive DARTS: Bridging the Optimization Gap for NAS in the Wild

2019-12-23 · Xin Chen, Lingxi Xie, Jun Wu, Qi Tian

With the rapid development of neural architecture search (NAS), researchers found powerful network architectures for a wide range of vision tasks. However, it remains unclear if the searched architecture can transfer across different types of tasks as manually designed ones did. This paper puts forward this problem, referred to as NAS in the wild, which explores the possibility of finding the optimal architecture in a proxy dataset and then deploying it to mostly unseen scenarios. We instantiate this setting using a currently popular algorithm named differentiable architecture search (DARTS), which often suffers unsatisfying performance while being transferred across different tasks. We argue that the accuracy drop originates from the formulation that uses a super-network for search but a sub-network for re-training. The different properties of these stages have resulted in a significant optimization gap, and consequently, the architectural parameters "over-fit" the super-network. To alleviate the gap, we present a progressive method that gradually increases the network depth during the search stage, which leads to the Progressive DARTS (P-DARTS) algorithm. With a reduced search cost (7 hours on a single GPU), P-DARTS achieves improved performance on both the proxy dataset (CIFAR10) and a few target problems (ImageNet classification, COCO detection and three ReID benchmarks). Our code is available at \url{https://github.com/chenxin061/pdarts}.

📄 PDF Abstract BibTeX arXiv:1912.10952

Code (4)

chenxin061/pdarts 공식 구현 pytorch
2023-MindSpore-1/ms-code-215/tree/main/PGAN mindspore
MindSpore-paper-code-2/code2/tree/main/PDarts mindspore
code-implementation1/Code6/tree/main/PDarts mindspore

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…
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

Operation-level Progressive Differentiable Architecture Search

2023-02-11 · Xunyu Zhu, Jian Li, Yong liu, Weiping Wang

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 DAR…

Neural Architecture Search

Efficient Architecture Search via Bi-level Data Pruning

2023-12-21 · Chongjun Tu, Peng Ye, Weihao Lin, Hancheng Ye 외

Improving the efficiency of Neural Architecture Search (NAS) is a challenging but significant task that has received much attention. Previous works mainly adopted the Differentiable Architecture Search (DARTS) and improv…

Neural Architecture Search

Prune and Replace NAS

2019-06-18 · Kevin Alexander Laube, Andreas Zell

While recent NAS algorithms are thousands of times faster than the pioneering works, it is often overlooked that they use fewer candidate operations, resulting in a significantly smaller search space. We present PR-DARTS…

Single-DARTS: Towards Stable Architecture Search

2021-08-18 · Pengfei Hou, Ying Jin, Yukang Chen

Differentiable architecture search (DARTS) marks a milestone in Neural Architecture Search (NAS), boasting simplicity and small search costs. However, DARTS still suffers from frequent performance collapse, which happens…

Neural Architecture Search