paper-with-me

홈 › Papers

Unchain the Search Space with Hierarchical Differentiable Architecture Search

2021-01-11 · Guanting Liu, Yujie Zhong, Sheng Guo, Matthew R. Scott, Weilin Huang

Differentiable architecture search (DAS) has made great progress in searching for high-performance architectures with reduced computational cost. However, DAS-based methods mainly focus on searching for a repeatable cell structure, which is then stacked sequentially in multiple stages to form the networks. This configuration significantly reduces the search space, and ignores the importance of connections between the cells. To overcome this limitation, in this paper, we propose a Hierarchical Differentiable Architecture Search (H-DAS) that performs architecture search both at the cell level and at the stage level. Specifically, the cell-level search space is relaxed so that the networks can learn stage-specific cell structures. For the stage-level search, we systematically study the architectures of stages, including the number of cells in each stage and the connections between the cells. Based on insightful observations, we design several search rules and losses, and mange to search for better stage-level architectures. Such hierarchical search space greatly improves the performance of the networks without introducing expensive search cost. Extensive experiments on CIFAR10 and ImageNet demonstrate the effectiveness of the proposed H-DAS. Moreover, the searched stage-level architectures can be combined with the cell structures searched by existing DAS methods to further boost the performance. Code is available at: https://github.com/MalongTech/research-HDAS

📄 PDF Abstract BibTeX arXiv:2101.04028

Code (1)

MalongTech/research-hdas 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On the properties of $α$-unchaining single linkage hierarchical clustering

2014-02-18 · A. Martínez-Pérez

In the election of a hierarchical clustering method, theoretic properties may give some insight to determine which method is the most suitable to treat a clustering problem. Herein, we study some basic properties of two …

Clustering

A density-sensitive hierarchical clustering method

2012-10-23 · Álvaro Martínez-Pérez

We define a hierarchical clustering method: $\alpha$-unchaining single linkage or $SL(\alpha)$. The input of this algorithm is a finite metric space and a certain parameter $\alpha$. This method is sensitive to the densi…

Clustering

Gromov-Hausdorff stability of linkage-based hierarchical clustering methods

2013-11-20 · A. Martínez-Pérez

A hierarchical clustering method is stable if small perturbations on the data set produce small perturbations in the result. These perturbations are measured using the Gromov-Hausdorff metric. We study the problem of sta…

Clustering

Efficient NAS with FaDE on Hierarchical Spaces

2024-04-24 · Simon Neumeyer, Julian Stier, Michael Granitzer

Neural architecture search (NAS) is a challenging problem. Hierarchical search spaces allow for cheap evaluations of neural network sub modules to serve as surrogate for architecture evaluations. Yet, sometimes the hiera…

Neural Architecture Search

Bandits Dueling on Partially Ordered Sets

2017-12-01 · NeurIPS 2017 12 · Julien Audiffren, Liva Ralaivola

We address the problem of dueling bandits defined on partially ordered sets, or posets. In this setting, arms may not be comparable, and there may be several (incomparable) optimal arms. We propose an algorithm, Unchai…