Online Normalization for Training Neural Networks
Vitaliy Chiley, Ilya Sharapov, Atli Kosson, Urs Koster, Ryan Reece,, Sofia Samaniego de la Fuente, Vishal Subbiah, Michael James

TL;DR
Online Normalization is a novel technique for normalizing neural network activations that works without batches, offering accuracy comparable to Batch Normalization and broad applicability to various network types.
Contribution
It introduces an unbiased gradient computation method for normalized activations and integrates normalization as a primitive in automatic differentiation.
Findings
Achieves comparable accuracy to Batch Normalization on ImageNet and CIFAR.
Effective in recurrent networks and networks with high activation memory.
Applicable to image classification, segmentation, and language modeling.
Abstract
Online Normalization is a new technique for normalizing the hidden activations of a neural network. Like Batch Normalization, it normalizes the sample dimension. While Online Normalization does not use batches, it is as accurate as Batch Normalization. We resolve a theoretical limitation of Batch Normalization by introducing an unbiased technique for computing the gradient of normalized activations. Online Normalization works with automatic differentiation by adding statistical normalization as a primitive. This technique can be used in cases not covered by some other normalizers, such as recurrent networks, fully connected networks, and networks with activation memory requirements prohibitive for batching. We show its applications to image classification, image segmentation, and language modeling. We present formal proofs and experimental results on ImageNet, CIFAR, and PTB datasets.
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 · Neural Networks and Applications · Advanced Image and Video Retrieval Techniques
Methods1x1 Convolution · Average Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Layer Normalization · Instance Normalization · Max Pooling · Global Average Pooling · Bottleneck Residual Block · Residual Block
