Unsupervised Adaptive Normalization
Bilal Faye, Hanane Azzag, Mustapha Lebbah, Fangchen Fang

TL;DR
Unsupervised Adaptive Normalization (UAN) introduces a unified clustering-based normalization method that adapts to dynamic activation distributions, improving training stability and performance in neural networks.
Contribution
UAN uniquely combines Gaussian mixture model clustering with normalization, updating parameters during training to adapt to task-specific data distributions.
Findings
UAN enhances gradient stability and accelerates learning.
UAN outperforms classical normalization methods in classification tasks.
UAN is effective in domain adaptation scenarios.
Abstract
Deep neural networks have become a staple in solving intricate problems, proving their mettle in a wide array of applications. However, their training process is often hampered by shifting activation distributions during backpropagation, resulting in unstable gradients. Batch Normalization (BN) addresses this issue by normalizing activations, which allows for the use of higher learning rates. Despite its benefits, BN is not without drawbacks, including its dependence on mini-batch size and the presumption of a uniform distribution of samples. To overcome this, several alternatives have been proposed, such as Layer Normalization, Group Normalization, and Mixture Normalization. These methods may still struggle to adapt to the dynamic distributions of neuron activations during the learning process. To bridge this gap, we introduce Unsupervised Adaptive Normalization (UAN), an innovative…
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
TopicsNeural Networks and Applications
MethodsLayer Normalization · Mixture Normalization · Group Normalization · Batch Normalization
