paper-with-me

홈 › Papers

Explicit Learning Topology for Differentiable Neural Architecture Search

2021-01-01 · Tao Huang, Shan You, Yibo Yang, Zhuozhuo Tu, Fei Wang, Chen Qian, ChangShui Zhang

Differentiable neural architecture search (NAS) has gained much success in discovering more flexible and diverse cell types. Current methods couple the operations and topology during search, and simply derive optimal topology by a hand-craft rule. However, topology also matters for neural architectures since it controls the interactions between features of operations. In this paper, we highlight the topology learning in differentiable NAS, and propose an explicit topology modeling method, named TopoNAS, to directly decouple the operation selection and topology during search. Concretely, we introduce a set of topological variables and a combinatorial probabilistic distribution to explicitly indicate the target topology. Besides, we also leverage a passive-aggressive regularization to suppress invalid topology within supernet. Our introduced topological variables can be jointly learned with operation variables and supernet weights, and apply to various DARTS variants. Extensive experiments on CIFAR-10 and ImageNet validate the effectiveness of our proposed TopoNAS. The results show that TopoNAS does enable to search cells with more diverse and complex topology, and boost the performance significantly. For example, TopoNAS can improve DARTS by 0.16% accuracy on CIFAR-10 dataset with 40% parameters reduced or 0.35% with similar parameters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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

DOTS: Decoupling Operation and Topology in Differentiable Architecture Search

2020-10-02 · CVPR 2021 1 · Yu-Chao Gu, Li-Juan Wang, Yun Liu, Yi Yang 외

Differentiable Architecture Search (DARTS) has attracted extensive attention due to its efficiency in searching for cell structures. DARTS mainly focuses on the operation search and derives the cell topology from the ope…

DiNTS: Differentiable Neural Network Topology Search for 3D Medical Image Segmentation

2021-03-29 · CVPR 2021 1 · Yufan He, Dong Yang, Holger Roth, Can Zhao 외

Recently, neural architecture search (NAS) has been applied to automatically search high-performance networks for medical image segmentation. The NAS search space usually contains a network topology level (controlling co…

GPUImage SegmentationMedical Image SegmentationNeural Architecture Search+2

Stretchable Cells Help DARTS Search Better

2020-11-18 · Tao Huang, Shan You, Yibo Yang, Zhuozhuo Tu 외

Differentiable neural architecture search (DARTS) has gained much success in discovering flexible and diverse cell types. To reduce the evaluation gap, the supernet is expected to have identical layers with the target ne…

Neural Architecture Search

Understanding the wiring evolution in differentiable neural architecture search

2020-09-02 · Sirui Xie, Shoukang Hu, Xinjiang Wang, Chunxiao Liu 외

Controversy exists on whether differentiable neural architecture search methods discover wiring topology effectively. To understand how wiring topology evolves, we study the underlying mechanism of several existing diffe…

global-optimizationNeural Architecture Search

Towards Improving the Consistency, Efficiency, and Flexibility of Differentiable Neural Architecture Search

2021-01-27 · CVPR 2021 1 · Yibo Yang, Shan You, Hongyang Li, Fei Wang 외

Most differentiable neural architecture search methods construct a super-net for search and derive a target-net as its sub-graph for evaluation. There exists a significant gap between the architectures in search and eval…

GPUNeural Architecture Search