Balancing the Scales: A Theoretical and Algorithmic Framework for Learning from Imbalanced Data

Abstract

Class imbalance remains a major challenge in machine learning, especially in multi-class problems with long-tailed distributions. Existing methods, such as data resampling, cost-sensitive techniques, and logistic loss modifications, though popular and often effective, lack solid theoretical foundations. As an example, we demonstrate that cost-sensitive methods are not Bayes-consistent. This paper introduces a novel theoretical framework for analyzing generalization in imbalanced classification. We propose a new class-imbalanced margin loss function for both binary and multi-class settings, prove its strong $H$-consistency, and derive corresponding learning guarantees based on empirical loss and a new notion of class-sensitive Rademacher complexity. Leveraging these theoretical results, we devise novel and general learning algorithms, IMMAX (Imbalanced Margin Maximization), which incorporate confidence margins and are applicable to various hypothesis sets. While our focus is theoretical, we also present extensive empirical results demonstrating the effectiveness of our algorithms compared to existing baselines.

Cite

Text

Cortes et al. "Balancing the Scales: A Theoretical and Algorithmic Framework for Learning from Imbalanced Data." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Cortes et al. "Balancing the Scales: A Theoretical and Algorithmic Framework for Learning from Imbalanced Data." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/cortes2025icml-balancing/)

BibTeX

@inproceedings{cortes2025icml-balancing,
  title     = {{Balancing the Scales: A Theoretical and Algorithmic Framework for Learning from Imbalanced Data}},
  author    = {Cortes, Corinna and Mao, Anqi and Mohri, Mehryar and Zhong, Yutao},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {11255-11287},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/cortes2025icml-balancing/}
}