Data-dependent Initializations of Convolutional Neural Networks
Philipp Kr\"ahenb\"uhl, Carl Doersch, Jeff Donahue, Trevor Darrell

TL;DR
This paper introduces a fast, data-dependent initialization method for convolutional neural networks that ensures stable training from scratch, matching state-of-the-art pre-training methods while being significantly faster.
Contribution
The authors propose a simple, efficient initialization procedure that enables training CNNs from scratch without vanishing or exploding gradients, improving upon prior methods.
Findings
Matches state-of-the-art on vision tasks
Three orders of magnitude faster than existing methods
Enhances pre-training performance when combined
Abstract
Convolutional Neural Networks spread through computer vision like a wildfire, impacting almost all visual tasks imaginable. Despite this, few researchers dare to train their models from scratch. Most work builds on one of a handful of ImageNet pre-trained models, and fine-tunes or adapts these for specific tasks. This is in large part due to the difficulty of properly initializing these networks from scratch. A small miscalibration of the initial weights leads to vanishing or exploding gradients, as well as poor convergence properties. In this work we present a fast and simple data-dependent initialization procedure, that sets the weights of a network such that all units in the network train at roughly the same rate, avoiding vanishing or exploding gradients. Our initialization matches the current state-of-the-art unsupervised or self-supervised pre-training methods on standard computer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
