English

Variational Depth Search in ResNets

Machine Learning 2020-04-03 v4 Machine Learning

Abstract

One-shot neural architecture search allows joint learning of weights and network architecture, reducing computational cost. We limit our search space to the depth of residual networks and formulate an analytically tractable variational objective that allows for obtaining an unbiased approximate posterior over depths in one-shot. We propose a heuristic to prune our networks based on this distribution. We compare our proposed method against manual search over network depths on the MNIST, Fashion-MNIST, SVHN datasets. We find that pruned networks do not incur a loss in predictive performance, obtaining accuracies competitive with unpruned networks. Marginalising over depth allows us to obtain better-calibrated test-time uncertainty estimates than regular networks, in a single forward pass.

Keywords

Cite

@article{arxiv.2002.02797,
  title  = {Variational Depth Search in ResNets},
  author = {Javier Antorán and James Urquhart Allingham and José Miguel Hernández-Lobato},
  journal= {arXiv preprint arXiv:2002.02797},
  year   = {2020}
}

Comments

Appearing at the 1st ICLR workshop on Neural Architecture Search 2020

R2 v1 2026-06-23T13:34:16.638Z