HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Iterative Normalization: Beyond Standardization towards Efficient Whitening

Lei Huang; Yi Zhou; Fan Zhu; Li Liu; Ling Shao

Iterative Normalization: Beyond Standardization towards Efficient Whitening

Abstract

Batch Normalization (BN) is ubiquitously employed for accelerating neural network training and improving the generalization capability by performing standardization within mini-batches. Decorrelated Batch Normalization (DBN) further boosts the above effectiveness by whitening. However, DBN relies heavily on either a large batch size, or eigen-decomposition that suffers from poor efficiency on GPUs. We propose Iterative Normalization (IterNorm), which employs Newton's iterations for much more efficient whitening, while simultaneously avoiding the eigen-decomposition. Furthermore, we develop a comprehensive study to show IterNorm has better trade-off between optimization and generalization, with theoretical and experimental support. To this end, we exclusively introduce Stochastic Normalization Disturbance (SND), which measures the inherent stochastic uncertainty of samples when applied to normalization operations. With the support of SND, we provide natural explanations to several phenomena from the perspective of optimization, e.g., why group-wise whitening of DBN generally outperforms full-whitening and why the accuracy of BN degenerates with reduced batch sizes. We demonstrate the consistently improved performance of IterNorm with extensive experiments on CIFAR-10 and ImageNet over BN and DBN.

Code Repositories

XingangPan/Switchable-Whitening
pytorch
Mentioned in GitHub
bhneo/DecorrelatedBN_tf
tf
Mentioned in GitHub
bhneo/decorrelated_bn
tf
Mentioned in GitHub
huangleiBuaa/IterNorm-pytorch
pytorch
Mentioned in GitHub
huangleiBuaa/IterNorm
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
robust-object-detection-on-dwdIterNorm
mPC [AP50]: 23.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Iterative Normalization: Beyond Standardization towards Efficient Whitening | Papers | HyperAI