Distribution Mismatch Correction for Improved Robustness in Deep Neural Networks
Alexander Fuchs, Christian Knoll, Franz Pernkopf

TL;DR
This paper introduces an unsupervised distribution correction technique for deep neural networks that minimizes distribution mismatch during test time, significantly enhancing robustness against noise and corruptions without retraining.
Contribution
The authors propose a novel non-parametric, unsupervised distribution correction method that adapts layer activations to reduce training-test distribution mismatch using Wasserstein distance minimization.
Findings
Reduces impact of image corruptions on classification accuracy
Improves robustness without retraining or fine-tuning
Effective against intense noise and distribution shifts
Abstract
Deep neural networks rely heavily on normalization methods to improve their performance and learning behavior. Although normalization methods spurred the development of increasingly deep and efficient architectures, they also increase the vulnerability with respect to noise and input corruptions. In most applications, however, noise is ubiquitous and diverse; this can often lead to complete failure of machine learning systems as they fail to cope with mismatches between the input distribution during training- and test-time. The most common normalization method, batch normalization, reduces the distribution shift during training but is agnostic to changes in the input distribution during test time. This makes batch normalization prone to performance degradation whenever noise is present during test-time. Sample-based normalization methods can correct linear transformations of the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Neural Networks and Applications · Face and Expression Recognition
MethodsTest · Batch Normalization
