Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

On Feature Normalization and Data Augmentation

About

The moments (a.k.a., mean and standard deviation) of latent features are often removed as noise when training image recognition models, to increase stability and reduce training time. However, in the field of image generation, the moments play a much more central role. Studies have shown that the moments extracted from instance normalization and positional normalization can roughly capture style and shape information of an image. Instead of being discarded, these moments are instrumental to the generation process. In this paper we propose Moment Exchange, an implicit data augmentation method that encourages the model to utilize the moment information also for recognition models. Specifically, we replace the moments of the learned features of one training image by those of another, and also interpolate the target labels -- forcing the model to extract training signal from the moments in addition to the normalized features. As our approach is fast, operates entirely in feature space, and mixes different signals than prior methods, one can effectively combine it with existing augmentation approaches. We demonstrate its efficacy across several recognition benchmark data sets where it improves the generalization capability of highly competitive baseline networks with remarkable consistency.

Boyi Li, Felix Wu, Ser-Nam Lim, Serge Belongie, Kilian Q. Weinberger• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet (val)
Top-1 Acc79.1
1206
Image ClassificationCIFAR-10 (test)--
906
Object DetectionPASCAL VOC 2007 (test)
mAP82.3
821
Image ClassificationImageNet A
Top-1 Acc8
553
Image ClassificationCIFAR-10--
471
Image ClassificationImageNet
Top-1 Accuracy79
429
Image ClassificationImageNet ILSVRC-2012 (val)--
405
3D Object ClassificationModelNet40 (test)--
302
Image ClassificationImageNet-C
mCE74.8
103
Image ClassificationStylized-ImageNet
Top-1 Accuracy5
89
Showing 10 of 16 rows

Other info

Code

Follow for update