SOTAVerified

Exponential Moving Average Normalization for Self-supervised and Semi-supervised Learning

2021-01-21CVPR 2021Code Available1· sign in to hype

Zhaowei Cai, Avinash Ravichandran, Subhransu Maji, Charless Fowlkes, Zhuowen Tu, Stefano Soatto

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a plug-in replacement for batch normalization (BN) called exponential moving average normalization (EMAN), which improves the performance of existing student-teacher based self- and semi-supervised learning techniques. Unlike the standard BN, where the statistics are computed within each batch, EMAN, used in the teacher, updates its statistics by exponential moving average from the BN statistics of the student. This design reduces the intrinsic cross-sample dependency of BN and enhances the generalization of the teacher. EMAN improves strong baselines for self-supervised learning by 4-6/1-2 points and semi-supervised learning by about 7/2 points, when 1%/10% supervised labels are available on ImageNet. These improvements are consistent across methods, network architectures, training duration, and datasets, demonstrating the general effectiveness of this technique. The code is available at https://github.com/amazon-research/exponential-moving-average-normalization.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet - 0.2% labeled dataFixMatch w/ EMAN (ResNet-50)ImageNet Top-1 Accuracy43.6Unverified
ImageNet - 10% labeled dataFixMatch-EMANTop 1 Accuracy74Unverified
ImageNet - 1% labeled dataFixMatch-EMANTop 1 Accuracy63Unverified

Reproductions