paper-with-me

홈 › Papers

OStr-DARTS: Differentiable Neural Architecture Search based on Operation Strength

2024-09-22 · Le Yang, Ziwei Zheng, Yizeng Han, Shiji Song, Gao Huang, Fan Li

Differentiable architecture search (DARTS) has emerged as a promising technique for effective neural architecture search, and it mainly contains two steps to find the high-performance architecture: First, the DARTS supernet that consists of mixed operations will be optimized via gradient descent. Second, the final architecture will be built by the selected operations that contribute the most to the supernet. Although DARTS improves the efficiency of NAS, it suffers from the well-known degeneration issue which can lead to deteriorating architectures. Existing works mainly attribute the degeneration issue to the failure of its supernet optimization, while little attention has been paid to the selection method. In this paper, we cease to apply the widely-used magnitude-based selection method and propose a novel criterion based on operation strength that estimates the importance of an operation by its effect on the final loss. We show that the degeneration issue can be effectively addressed by using the proposed criterion without any modification of supernet optimization, indicating that the magnitude-based selection method can be a critical reason for the instability of DARTS. The experiments on NAS-Bench-201 and DARTS search spaces show the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2409.14433

Code (1)

Ziwei-Zheng/OSen-NAS 공식 구현 pytorch

Tasks

AttributeNeural Architecture Search

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
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 제목 키워드 기반

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

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

Partial Connection Based on Channel Attention for Differentiable Neural Architecture Search

2022-08-01 · Yu Xue, Jiafeng Qin

Differentiable neural architecture search (DARTS), as a gradient-guided search method, greatly reduces the cost of computation and speeds up the search. In DARTS, the architecture parameters are introduced to the candida…

Neural Architecture Search

Efficient Neural Architecture Search via Proximal Iterations

2019-05-30 · Quanming Yao, Ju Xu, Wei-Wei Tu, Zhanxing Zhu

Neural architecture search (NAS) recently attracts much research attention because of its ability to identify better architectures than handcrafted ones. However, many NAS methods, which optimize the search process in a …

GPUNeural Architecture Search

Partially-Connected Differentiable Architecture Search for Deepfake and Spoofing Detection

2021-04-07 · Wanying Ge, Michele Panariello, Jose Patino, Massimiliano Todisco 외

This paper reports the first successful application of a differentiable architecture search (DARTS) approach to the deepfake and spoofing detection problems. An example of neural architecture search, DARTS operates upon …

Face SwappingGPUNeural Architecture Search