CVJun 18, 2021

RSG: A Simple but Effective Module for Learning Imbalanced Datasets

arXiv:2106.09859v1118 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of poor generalization on infrequent classes in deep learning for practitioners dealing with imbalanced datasets, though it is an incremental improvement as it builds on existing methods.

The authors tackled the problem of training deep neural networks on imbalanced datasets by proposing a rare-class sample generator (RSG) that creates new samples for rare classes during training, achieving competitive results on Imbalanced CIFAR and new state-of-the-art results on Places-LT, ImageNet-LT, and iNaturalist 2018.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes