paper-with-me

Papers

Hierarchical Neural Architecture Search via Operator Clustering

2019-09-26 · Guilin Li, Xing Zhang, Zitong Wang, Matthias Tan, Jiashi Feng, Zhenguo Li, Tong Zhang

Recently, the efficiency of automatic neural architecture design has been significantly improved by gradient-based search methods such as DARTS. However, recent literature has brought doubt to the generalization ability of DARTS, arguing that DARTS performs poorly when the search space is changed, i.e, when different set of candidate operators are used. Regularization techniques such as early stopping have been proposed to partially solve this problem. In this paper, we tackle this problem from a different perspective by identifying two contributing factors to the collapse of DARTS when the search space changes: (1) the correlation of similar operators incurs unfavorable competition among them and makes their relative importance score unreliable and (2) the optimization complexity gap between the proxy search stage and the final training. Based on these findings, we propose a new hierarchical search algorithm. With its operator clustering and optimization complexity match, the algorithm can consistently find high-performance architecture across various search spaces. For all the five variants of the popular cell-based search spaces, the proposed algorithm always obtains state-of-the-art architecture with best accuracy on the CIFAR-10, CIFAR-100 and ImageNet over other well-established DARTS-alike algorithms. Code is available at https://github.com/susan0199/StacNAS.

📄 PDF Abstract BibTeX arXiv:1909.11926

Code (1)

susan0199/stacnas 공식 구현 pytorch

Tasks

ClusteringNeural 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…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
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$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Compression of the Koopman matrix for nonlinear physical models via hierarchical clustering

2024-03-27 · Tomoya Nishikata, Jun Ohkubo

Machine learning methods allow the prediction of nonlinear dynamical systems from data alone. The Koopman operator is one of them, which enables us to employ linear analysis for nonlinear dynamical systems. The linear ch…

Clustering

Beyond Convolution: Advancing Hypergraph Neural Networks with Hypergraph U-Nets

2026-06-08 · Fuli Wang, Wei Qian, Daniel L. Lau, Gonzalo R. Arce arxiv

Convolutions have successfully transitioned from image processing to the complex realm of non-Euclidean higher-order domains, particularly in hypergraphs. Despite the success in convolution, the exploration of a popular …

Anomaly Detection

Higher-order Clustering and Pooling for Graph Neural Networks

2022-09-02 · Alexandre Duval, Fragkiskos Malliaros

Graph Neural Networks achieve state-of-the-art performance on a plethora of graph classification tasks, especially due to pooling operators, which aggregate learned node embeddings hierarchically into a final graph repre…

ClusteringGraph Classification

From Logits to Hierarchies: Hierarchical Clustering made Simple

2024-10-10 · Emanuele Palumbo, Moritz Vandenhirtz, Alain Ryser, Imant Daunhawer 외

The structure of many real-world datasets is intrinsically hierarchical, making the modeling of such hierarchies a critical objective in both unsupervised and supervised machine learning. Recently, novel approaches for h…

Clustering

Searching for TrioNet: Combining Convolution with Local and Global Self-Attention

2021-11-15 · Huaijin Pi, Huiyu Wang, Yingwei Li, Zizhang Li 외

Recently, self-attention operators have shown superior performance as a stand-alone building block for vision models. However, existing self-attention models are often hand-designed, modified from CNNs, and obtained by s…

Neural Architecture Search