English

Identity Matters in Deep Learning

Machine Learning 2018-07-23 v3 Neural and Evolutionary Computing Machine Learning

Abstract

An emerging design principle in deep learning is that each layer of a deep artificial neural network should be able to easily express the identity transformation. This idea not only motivated various normalization techniques, such as \emph{batch normalization}, but was also key to the immense success of \emph{residual networks}. In this work, we put the principle of \emph{identity parameterization} on a more solid theoretical footing alongside further empirical progress. We first give a strikingly simple proof that arbitrarily deep linear residual networks have no spurious local optima. The same result for linear feed-forward networks in their standard parameterization is substantially more delicate. Second, we show that residual networks with ReLu activations have universal finite-sample expressivity in the sense that the network can represent any function of its sample provided that the model has more parameters than the sample size. Directly inspired by our theory, we experiment with a radically simple residual architecture consisting of only residual convolutional layers and ReLu activations, but no batch normalization, dropout, or max pool. Our model improves significantly on previous all-convolutional networks on the CIFAR10, CIFAR100, and ImageNet classification benchmarks.

Keywords

Cite

@article{arxiv.1611.04231,
  title  = {Identity Matters in Deep Learning},
  author = {Moritz Hardt and Tengyu Ma},
  journal= {arXiv preprint arXiv:1611.04231},
  year   = {2018}
}

Comments

ICLR 2017; fixed minor typos in the previous version

R2 v1 2026-06-22T16:50:59.702Z