Fixup Initialization: Residual Learning Without Normalization
About
Normalization layers are a staple in state-of-the-art deep neural network architectures. They are widely believed to stabilize training, enable higher learning rate, accelerate convergence and improve generalization, though the reason for their effectiveness is still an active research topic. In this work, we challenge the commonly-held beliefs by showing that none of the perceived benefits is unique to normalization. Specifically, we propose fixed-update initialization (Fixup), an initialization motivated by solving the exploding and vanishing gradient problem at the beginning of training via properly rescaling a standard initialization. We find training residual networks with Fixup to be as stable as training with normalization -- even for networks with 10,000 layers. Furthermore, with proper regularization, Fixup enables residual networks without normalization to achieve state-of-the-art performance in image classification and machine translation.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 (test) | -- | 3381 | |
| Image Classification | ImageNet (test) | Top-1 Acc75.7 | 235 | |
| Classification | SVHN (test) | Error Rate1.4 | 182 | |
| Machine Translation | IWSLT De-En 2014 (test) | BLEU34.5 | 146 | |
| Machine Translation | IWSLT German-to-English '14 (test) | BLEU Score35.59 | 110 | |
| Machine Translation | IWSLT En-De 2014 (test) | BLEU34.5 | 92 | |
| Machine Translation | WMT EN-DE 2017 (test) | BLEU Score0.284 | 46 | |
| Machine Translation | WMT en-de | BLEU29.3 | 10 | |
| Machine Translation | IWSLT DE-EN | BLEU Score34.5 | 3 |