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

RSG: A Simple but Effective Module for Learning Imbalanced Datasets

About

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.

Jianfeng Wang, Thomas Lukasiewicz, Xiaolin Hu, Jianfei Cai, Zhenghua Xu• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationiNaturalist 2018
Top-1 Accuracy67.9
287
Image ClassificationImageNet LT--
251
Image ClassificationPlaces-LT (test)
Accuracy (Medium)41.4
128
Long-tailed recognitionPlaces-LT (test)
Accuracy (Overall)39.3
71
Image ClassificationiNaturalist 2018 (natural world distribution)
Acc (Total)0.703
39
Image ClassificationCIFAR-10-LT IF 100
Top-1 Accuracy79.5
36
Image ClassificationCIFAR100 LT-100 1.0 (test)
Top-1 Acc (All)44.6
35
Image ClassificationCIFAR-10-LT (IF 50)
Top-1 Accuracy82.8
35
Image ClassificationCIFAR-100 Long-Tailed (rho=50) (test)--
18
Image ClassificationCIFAR-10 Long-Tailed (rho=50) (test)--
17
Showing 10 of 17 rows

Other info

Code

Follow for update