Enhancing Minority Classes by Mixing: An Adaptative Optimal Transport Approach for Long-Tailed Classification

Abstract

Real-world data usually confronts severe class-imbalance problems, where several majority classes have a significantly larger presence in the training set than minority classes. One effective solution is using mixup-based methods to generate synthetic samples to enhance the presence of minority classes. Previous approaches mix the background images from the majority classes and foreground images from theminority classes in a random manner, which ignores the sample-level semantic similarity, possibly resulting in less reasonable or less useful images. In this work, we propose an adaptive image-mixing method based on optimal transport (OT) to incorporate both class-level and sample-level information, which is able to generate semantically reasonable and meaningful mixed images for minority classes. Due toits flexibility, our method can be combined with existing long-tailed classification methods to enhance their performance and it can also serve as a general data augmentation method for balanced datasets. Extensive experiments indicate that our method achieves effective performance for long-tailed classification tasks. The code is available at https://github.com/JintongGao/Enhancing-Minority-Classes-by-Mixing.

Cite

Text

Gao et al. "Enhancing Minority Classes by Mixing: An Adaptative Optimal Transport Approach for Long-Tailed Classification." Neural Information Processing Systems, 2023.

Markdown

[Gao et al. "Enhancing Minority Classes by Mixing: An Adaptative Optimal Transport Approach for Long-Tailed Classification." Neural Information Processing Systems, 2023.](https://mlanthology.org/neurips/2023/gao2023neurips-enhancing/)

BibTeX

@inproceedings{gao2023neurips-enhancing,
  title     = {{Enhancing Minority Classes by Mixing: An Adaptative Optimal Transport Approach for Long-Tailed Classification}},
  author    = {Gao, Jintong and Zhao, He and Li, Zhuo and Guo, Dandan},
  booktitle = {Neural Information Processing Systems},
  year      = {2023},
  url       = {https://mlanthology.org/neurips/2023/gao2023neurips-enhancing/}
}