paper-with-me

Papers

IDARTS: Interactive Differentiable Architecture Search

2021-01-01 · ICCV 2021 10 · Song Xue, Runqi Wang, Baochang Zhang, Tian Wang, Guodong Guo, David Doermann

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 parameters is neglected, leading to a sub-optimal optimization process. The reason lies in the fact that the gradient descent method used in DARTS ignores the coupling relationship of the parameters and therefore degrades the optimization. In this paper, we address this issue by formulating DARTS as a bilinear optimization problem and introducing an Interactive Differentiable Architecture Search (IDARTS). We first develop a backtracking backpropagation process, which can decouple the relationships of different kinds of parameters and train them in the same framework. The backtracking method coordinates the training of different parameters that fully explore their interaction and optimize training. We present experiments on the CIFAR10 and ImageNet datasets that demonstrate the efficacy of the IDARTS approach by achieving a top-1 accuracy of 76.52% on ImageNet without additional search cost vs. 75.8% with the state-of-the-art PC-DARTS.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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

iDARTS: Improving DARTS by Node Normalization and Decorrelation Discretization

2021-08-25 · Huiqun Wang, Ruijie Yang, Di Huang, Yunhong Wang

Differentiable ARchiTecture Search (DARTS) uses a continuous relaxation of network representation and dramatically accelerates Neural Architecture Search (NAS) by almost thousands of times in GPU-day. However, the search…

GPUNeural Architecture Search

iDARTS: Differentiable Architecture Search with Stochastic Implicit Gradients

2021-06-21 · Miao Zhang, Steven Su, Shirui Pan, Xiaojun Chang 외

\textit{Differentiable ARchiTecture Search} (DARTS) has recently become the mainstream of neural architecture search (NAS) due to its efficiency and simplicity. With a gradient-based bi-level optimization, DARTS alternat…

Neural Architecture Search

UNAS: Differentiable Architecture Search Meets Reinforcement Learning

2019-12-16 · CVPR 2020 6 · Arash Vahdat, Arun Mallya, Ming-Yu Liu, Jan Kautz

Neural architecture search (NAS) aims to discover network architectures with desired properties such as high accuracy or low latency. Recently, differentiable NAS (DNAS) has demonstrated promising results while maintaini…

Neural Architecture Searchreinforcement-learningReinforcement LearningReinforcement Learning (RL)

DARTS: Differentiable Architecture Search

2018-06-24 · ICLR 2019 5 · Hanxiao Liu, Karen Simonyan, Yiming Yang

This paper addresses the scalability challenge of architecture search by formulating the task in a differentiable manner. Unlike conventional approaches of applying evolution or reinforcement learning over a discrete and…

General Classificationimage-classificationImage ClassificationLanguage Modeling+5

Improved Differentiable Architecture Search for Language Modeling and Named Entity Recognition

2019-11-01 · IJCNLP 2019 11 · Yufan Jiang, Chi Hu, Tong Xiao, Chunliang Zhang 외

In this paper, we study differentiable neural architecture search (NAS) methods for natural language processing. In particular, we improve differentiable architecture search by removing the softmax-local constraint. Also…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3