M2m: Imbalanced Classification via Major-to-Minor Translation

Abstract

In most real-world scenarios, labeled training datasets are highly class-imbalanced, where deep neural networks suffer from generalizing to a balanced testing criterion. In this paper, we explore a novel yet simple way to alleviate this issue by augmenting less-frequent classes via translating samples (e.g., images) from more-frequent classes. This simple approach enables a classifier to learn more generalizable features of minority classes, by transferring and leveraging the diversity of the majority information. Our experimental results on a variety of class-imbalanced datasets show that the proposed method improves the generalization on minority classes significantly compared to other existing re-sampling or re-weighting methods. The performance of our method even surpasses those of previous state-of-the-art methods for the imbalanced classification.

Cite

Text

Kim et al. "M2m: Imbalanced Classification via Major-to-Minor Translation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.01391

Markdown

[Kim et al. "M2m: Imbalanced Classification via Major-to-Minor Translation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/kim2020cvpr-m2m/) doi:10.1109/CVPR42600.2020.01391

BibTeX

@inproceedings{kim2020cvpr-m2m,
  title     = {{M2m: Imbalanced Classification via Major-to-Minor Translation}},
  author    = {Kim, Jaehyung and Jeong, Jongheon and Shin, Jinwoo},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.01391},
  url       = {https://mlanthology.org/cvpr/2020/kim2020cvpr-m2m/}
}