paper-with-me

Papers

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 DARTS is very inferior, especially skip connections aggregation that leads to performance collapse. Though existing methods leverage Hessian eigenvalues to alleviate skip connections aggregation, they make DARTS unable to explore architectures with better performance. In the paper, we propose operation-level progressive differentiable neural architecture search (OPP-DARTS) to avoid skip connections aggregation and explore better architectures simultaneously. We first divide the search process into several stages during the search phase and increase candidate operations into the search space progressively at the beginning of each stage. It can effectively alleviate the unfair competition between operations during the search phase of DARTS by offsetting the inherent unfair advantage of the skip connection over other operations. Besides, to keep the competition between operations relatively fair and select the operation from the candidate operations set that makes training loss of the supernet largest. The experiment results indicate that our method is effective and efficient. Our method's performance on CIFAR-10 is superior to the architecture found by standard DARTS, and the transferability of our method also surpasses standard DARTS. We further demonstrate the robustness of our method on three simple search spaces, i.e., S2, S3, S4, and the results show us that our method is more robust than standard DARTS. Our code is available at https://github.com/zxunyu/OPP-DARTS.

📄 PDF Abstract BibTeX arXiv:2302.05632

Code (1)

zhuxunyu/OPP-DARTS 공식 구현 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…

Similar Papers 제목 키워드 기반

TF-NAS: Rethinking Three Search Freedoms of Latency-Constrained Differentiable Neural Architecture Search

2020-08-12 · ECCV 2020 8 · Yibo Hu, Xiang Wu, Ran He

With the flourish of differentiable neural architecture search (NAS), automatically searching latency-constrained architectures gives a new perspective to reduce human labor and expertise. However, the searched architect…

GPUNeural Architecture Search

Scheduled Differentiable Architecture Search for Visual Recognition

2019-09-23 · Zhaofan Qiu, Ting Yao, Yiheng Zhang, Yongdong Zhang 외

Convolutional Neural Networks (CNN) have been regarded as a capable class of models for visual recognition problems. Nevertheless, it is not trivial to develop generic and powerful network architectures, which requires s…

Video Recognition

Efficient Search of Implantable Adaptive Cells for Medical Image Segmentation

2026-04-16 · Emil Benedykciuk, Marcin Denkowski, Grzegorz M. Wójcik arxiv

Purpose: Adaptive skip modules can improve medical image segmentation, but searching for them is computationally costly. Implantable Adaptive Cells (IACs) are compact NAS modules inserted into U-Net skip connections, red…

Medical Image Segmentation

MGAS: Multi-Granularity Architecture Search for Trade-Off Between Model Effectiveness and Efficiency

2023-10-23 · Xiaoyun Liu, Divya Saxena, Jiannong Cao, Yuqing Zhao 외

Neural architecture search (NAS) has gained significant traction in automating the design of neural networks. To reduce the time cost, differentiable architecture search (DAS) transforms the traditional paradigm of discr…

Neural Architecture Search

TND-NAS: Towards Non-differentiable Objectives in Progressive Differentiable NAS Framework

2021-11-06 · Bo Lyu, Shiping Wen

Differentiable architecture search has gradually become the mainstream research topic in the field of Neural Architecture Search (NAS) for its high efficiency compared with the early NAS methods. Recent differentiable NA…

GPUNeural Architecture Search