English

Beyond Signal Propagation: Is Feature Diversity Necessary in Deep Neural Network Initialization?

Machine Learning 2020-07-03 v1 Machine Learning

Abstract

Deep neural networks are typically initialized with random weights, with variances chosen to facilitate signal propagation and stable gradients. It is also believed that diversity of features is an important property of these initializations. We construct a deep convolutional network with identical features by initializing almost all the weights to 00. The architecture also enables perfect signal propagation and stable gradients, and achieves high accuracy on standard benchmarks. This indicates that random, diverse initializations are \textit{not} necessary for training neural networks. An essential element in training this network is a mechanism of symmetry breaking; we study this phenomenon and find that standard GPU operations, which are non-deterministic, can serve as a sufficient source of symmetry breaking to enable training.

Keywords

Cite

@article{arxiv.2007.01038,
  title  = {Beyond Signal Propagation: Is Feature Diversity Necessary in Deep Neural Network Initialization?},
  author = {Yaniv Blumenfeld and Dar Gilboa and Daniel Soudry},
  journal= {arXiv preprint arXiv:2007.01038},
  year   = {2020}
}

Comments

ICML 2020

R2 v1 2026-06-23T16:47:52.650Z