TL;DR
Permuted AdaIN is a novel technique that reduces reliance on global image statistics in CNN classifiers by swapping batch sample statistics, leading to improved robustness and domain transfer performance.
Contribution
We introduce Permuted AdaIN, a method that distorts global statistics in CNNs to encourage reliance on shape and texture cues, improving classification and robustness.
Findings
Outperforms baselines on CIFAR100 and ImageNet.
Enhances robustness on ImageNet-C and Cifar-100-C.
Achieves state-of-the-art results in domain adaptation tasks.
Abstract
Recent work has shown that convolutional neural network classifiers overly rely on texture at the expense of shape cues. We make a similar but different distinction between shape and local image cues, on the one hand, and global image statistics, on the other. Our method, called Permuted Adaptive Instance Normalization (pAdaIN), reduces the representation of global statistics in the hidden layers of image classifiers. pAdaIN samples a random permutation that rearranges the samples in a given batch. Adaptive Instance Normalization (AdaIN) is then applied between the activations of each (non-permuted) sample and the corresponding activations of the sample , thus swapping statistics between the samples of the batch. Since the global image statistics are distorted, this swapping procedure causes the network to rely on cues, such as shape or texture. By choosing the random…
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
MethodsAdaptive Instance Normalization · Instance Normalization
