paper-with-me

Papers

Efficient Forward Architecture Search

2019-05-31 · NeurIPS 2019 12 · Hanzhang Hu, John Langford, Rich Caruana, Saurajit Mukherjee, Eric Horvitz, Debadeepta Dey

We propose a neural architecture search (NAS) algorithm, Petridish, to iteratively add shortcut connections to existing network layers. The added shortcut connections effectively perform gradient boosting on the augmented layers. The proposed algorithm is motivated by the feature selection algorithm forward stage-wise linear regression, since we consider NAS as a generalization of feature selection for regression, where NAS selects shortcuts among layers instead of selecting features. In order to reduce the number of trials of possible connection combinations, we train jointly all possible connections at each stage of growth while leveraging feature selection techniques to choose a subset of them. We experimentally show this process to be an efficient forward architecture search algorithm that can find competitive models using few GPU days in both the search space of repeatable network modules (cell-search) and the space of general networks (macro-search). Petridish is particularly well-suited for warm-starting from existing models crucial for lifelong-learning scenarios.

📄 PDF Abstract BibTeX arXiv:1905.13360

Code (2)

microsoft/petridishnn 공식 구현 tf
microsoft/archai pytorch

Tasks

feature selectionGPULifelong learningNeural Architecture Searchregression

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
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 제목 키워드 기반

Unsupervised inference for optimizing deep feedforward neural network architecture

2021-01-01 · Anonymous

We propose an unsupervised inference algorithm to find optimal deep feedforward neural network architecture by modeling hierarchical representations of given data set. Our algorithm learns the optimal neural network arch…

A Local Optima Network Analysis of the Feedforward Neural Architecture Space

2022-06-02 · Isak Potgieter, Christopher W. Cleghorn, Anna S. Bosman

This study investigates the use of local optima network (LON) analysis, a derivative of the fitness landscape of candidate solutions, to characterise and visualise the neural architecture space. The search space of feedf…

Sequence Approximation using Feedforward Spiking Neural Network for Spatiotemporal Learning: Theory and Optimization Methods

2021-09-29 · ICLR 2022 4 · Xueyuan She, Saurabh Dash, Saibal Mukhopadhyay

A dynamical system of spiking neurons with only feedforward connections can classify spatiotemporal patterns without recurrent connections. However, the theoretical construct of a feedforward Spiking Neural Network (SNN)…

Gesture RecognitionImage ClassificationLearning Theory

Differentiable Architecture Search with Ensemble Gumbel-Softmax

2019-05-06 · Jianlong Chang, Xinbang Zhang, Yiwen Guo, Gaofeng Meng 외

For network architecture search (NAS), it is crucial but challenging to simultaneously guarantee both effectiveness and efficiency. Towards achieving this goal, we develop a differentiable NAS solution, where the search …

Neural Architecture Search

Efficacy of Neural Prediction-Based Zero-Shot NAS

2023-08-31 · Minh Le, Nhan Nguyen, Ngoc Hoang Luong

In prediction-based Neural Architecture Search (NAS), performance indicators derived from graph convolutional networks have shown remarkable success. These indicators, achieved by representing feed-forward structures as …

Neural Architecture SearchPrediction