paper-with-me

Papers

Differentiable Architecture Search with Ensemble Gumbel-Softmax

2019-05-06 · Jianlong Chang, Xinbang Zhang, Yiwen Guo, Gaofeng Meng, Shiming Xiang, Chunhong Pan

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 space includes arbitrary feed-forward network consisting of the predefined number of connections. Benefiting from a proposed ensemble Gumbel-Softmax estimator, our method optimizes both the architecture of a deep network and its parameters in the same round of backward propagation, yielding an end-to-end mechanism of searching network architectures. Extensive experiments on a variety of popular datasets strongly evidence that our method is capable of discovering high-performance architectures, while guaranteeing the requisite efficiency during searching.

📄 PDF Abstract BibTeX arXiv:1905.01786

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Differentiable NAS 설명 없음

Similar Papers 제목 키워드 기반

DATA: Differentiable ArchiTecture Approximation

2019-12-01 · NeurIPS 2019 12 · Jianlong Chang, Xinbang Zhang, Yiwen Guo, Gaofeng Meng 외

Neural architecture search (NAS) is inherently subject to the gap of architectures during searching and validating. To bridge this gap, we develop Differentiable ArchiTecture Approximation (DATA) with an Ensemble Gumbel-…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+2

Categorical Reparametrization with Gumbel-Softmax

2016-11-01 · ICLR 2017 2016 11 · Eric Jang, Shixiang Gu, Ben Poole

Categorical variables are a natural choice for representing discrete structure in the world. However, stochastic neural networks rarely use categorical latent variables due to the inability to backpropagate through sampl…

Categorical Reparameterization with Gumbel-Softmax

2016-11-03 · Eric Jang, Shixiang Gu, Ben Poole

Categorical variables are a natural choice for representing discrete structure in the world. However, stochastic neural networks rarely use categorical latent variables due to the inability to backpropagate through sampl…

General Classification

GANS for Sequences of Discrete Elements with the Gumbel-softmax Distribution

2016-11-12 · Matt J. Kusner, José Miguel Hernández-Lobato

Generative Adversarial Networks (GAN) have limitations when the goal is to generate sequences of discrete elements. The reason for this is that samples from a distribution on discrete objects such as the multinomial are …

Neural Machine Translation with Gumbel-Greedy Decoding

2017-06-22 · Jiatao Gu, Daniel Jiwoong Im, Victor O. K. Li

Previous neural machine translation models used some heuristic search algorithms (e.g., beam search) in order to avoid solving the maximum a posteriori problem over translation sentences at test time. In this paper, we p…

Heuristic SearchMachine TranslationTranslation