# How to Initialize your Network? Robust Initialization for WeightNorm &   ResNets

**Authors:** Devansh Arpit, Victor Campos, Yoshua Bengio

arXiv: 1906.02341 · 2019-10-31

## TL;DR

This paper introduces a new initialization method for weight normalized and ResNet architectures, improving training stability and performance especially in deep networks, by preventing information explosion or vanishing.

## Contribution

The authors propose a theoretically grounded initialization strategy tailored for weight normalized networks and ResNets, addressing a gap in existing methods.

## Key findings

- Outperforms existing initialization methods in generalization and robustness.
- Enables training of deeper networks where previous methods fail.
- Reduces performance gap between weight normalized and batch normalized networks.

## Abstract

Residual networks (ResNet) and weight normalization play an important role in various deep learning applications. However, parameter initialization strategies have not been studied previously for weight normalized networks and, in practice, initialization methods designed for un-normalized networks are used as a proxy. Similarly, initialization for ResNets have also been studied for un-normalized networks and often under simplified settings ignoring the shortcut connection. To address these issues, we propose a novel parameter initialization strategy that avoids explosion/vanishment of information across layers for weight normalized networks with and without residual connections. The proposed strategy is based on a theoretical analysis using mean field approximation. We run over 2,500 experiments and evaluate our proposal on image datasets showing that the proposed initialization outperforms existing initialization methods in terms of generalization performance, robustness to hyper-parameter values and variance between seeds, especially when networks get deeper in which case existing methods fail to even start training. Finally, we show that using our initialization in conjunction with learning rate warmup is able to reduce the gap between the performance of weight normalized and batch normalized networks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.02341/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1906.02341/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1906.02341/full.md

---
Source: https://tomesphere.com/paper/1906.02341