SOTAVerified

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

2020-07-02ICML 2020Code Available0· sign in to hype

Yaniv Blumenfeld, Dar Gilboa, Daniel Soudry

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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 0. The architecture also enables perfect signal propagation and stable gradients, and achieves high accuracy on standard benchmarks. This indicates that random, diverse initializations are 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.

Tasks

Reproductions