SOTAVerified

RSG: A Simple but Effective Module for Learning Imbalanced Datasets

2021-06-18CVPR 2021Code Available1· sign in to hype

JianFeng Wang, Thomas Lukasiewicz, Xiaolin Hu, Jianfei Cai, Zhenghua Xu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Imbalanced datasets widely exist in practice and area great challenge for training deep neural models with agood generalization on infrequent classes. In this work, wepropose a new rare-class sample generator (RSG) to solvethis problem. RSG aims to generate some new samplesfor rare classes during training, and it has in particularthe following advantages: (1) it is convenient to use andhighly versatile, because it can be easily integrated intoany kind of convolutional neural network, and it works wellwhen combined with different loss functions, and (2) it isonly used during the training phase, and therefore, no ad-ditional burden is imposed on deep neural networks duringthe testing phase. In extensive experimental evaluations, weverify the effectiveness of RSG. Furthermore, by leveragingRSG, we obtain competitive results on Imbalanced CIFARand new state-of-the-art results on Places-LT, ImageNet-LT, and iNaturalist 2018. The source code is available at https://github.com/Jianf-Wang/RSG.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100-LT (ρ=100)LDAM-DRW-RSGError Rate55.5Unverified
CIFAR-100-LT (ρ=50)LDAM-DRW-RSGError Rate51.5Unverified
ImageNet-LTLDAM-DRS-RSGTop-1 Accuracy51.8Unverified
iNaturalist 2018LDAM-DRS-RSGTop-1 Accuracy70.3Unverified
Places-LTLDAM-DRS-RSGTop-1 Accuracy39.3Unverified

Reproductions