SOTAVerified

MetaSAug: Meta Semantic Augmentation for Long-Tailed Visual Recognition

2021-03-23CVPR 2021Code Available1· sign in to hype

Shuang Li, Kaixiong Gong, Chi Harold Liu, Yulin Wang, Feng Qiao, Xinjing Cheng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Real-world training data usually exhibits long-tailed distribution, where several majority classes have a significantly larger number of samples than the remaining minority classes. This imbalance degrades the performance of typical supervised learning algorithms designed for balanced training sets. In this paper, we address this issue by augmenting minority classes with a recently proposed implicit semantic data augmentation (ISDA) algorithm, which produces diversified augmented samples by translating deep features along many semantically meaningful directions. Importantly, given that ISDA estimates the class-conditional statistics to obtain semantic directions, we find it ineffective to do this on minority classes due to the insufficient training data. To this end, we propose a novel approach to learn transformed semantic directions with meta-learning automatically. In specific, the augmentation strategy during training is dynamically optimized, aiming to minimize the loss on a small balanced validation set, which is approximated via a meta update step. Extensive empirical results on CIFAR-LT-10/100, ImageNet-LT, and iNaturalist 2017/2018 validate the effectiveness of our method.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
iNaturalistMetaSAugTop 1 Accuracy63.28Unverified
iNaturalist 2018MetaSAugTop-1 Accuracy68.75Unverified

Reproductions