Learning Imbalanced Datasets with Maximum Margin Loss
Haeyong Kang, Thang Vu, and Chang D. Yoo

TL;DR
This paper introduces a Maximum Margin (MM) loss function designed to improve learning on imbalanced datasets by focusing on better generalization for minority classes, validated through experiments on CIFAR datasets.
Contribution
It proposes a theoretically motivated maximum margin loss function tailored for imbalanced data, integrating it with LDAM training strategies for improved minority class performance.
Findings
Maximum margin loss improves minority class prediction
Effective on artificially imbalanced CIFAR datasets
Enhances generalization for minority classes
Abstract
A learning algorithm referred to as Maximum Margin (MM) is proposed for considering the class-imbalance data learning issue: the trained model tends to predict the majority of classes rather than the minority ones. That is, underfitting for minority classes seems to be one of the challenges of generalization. For a good generalization of the minority classes, we design a new Maximum Margin (MM) loss function, motivated by minimizing a margin-based generalization bound through the shifting decision bound. The theoretically-principled label-distribution-aware margin (LDAM) loss was successfully applied with prior strategies such as re-weighting or re-sampling along with the effective training schedule. However, they did not investigate the maximum margin loss function yet. In this study, we investigate the performances of two types of hard maximum margin-based decision boundary shift with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Artificial Intelligence in Healthcare · Text and Document Classification Technologies
