LGMLFeb 24, 2025

Deep Minimax Classifiers for Imbalanced Datasets with a Small Number of Minority Samples

arXiv:2502.16948v1h-index: 2Has CodeIEEE J Sel Top Signal Process
Originality Incremental advance
AI Analysis

This addresses the problem of class imbalance in machine learning, particularly for scenarios with limited minority samples, offering a robust solution that is incremental in improving upon existing minimax methods.

The paper tackles the challenge of implementing minimax classifiers with neural networks for imbalanced datasets having few minority samples, proposing a novel algorithm that iteratively minimizes risk for worst-performing classes and maximizes target priors, with empirical results showing it performs better than or comparably to existing methods.

The concept of a minimax classifier is well-established in statistical decision theory, but its implementation via neural networks remains challenging, particularly in scenarios with imbalanced training data having a limited number of samples for minority classes. To address this issue, we propose a novel minimax learning algorithm designed to minimize the risk of worst-performing classes. Our algorithm iterates through two steps: a minimization step that trains the model based on a selected target prior, and a maximization step that updates the target prior towards the adversarial prior for the trained model. In the minimization, we introduce a targeted logit-adjustment loss function that efficiently identifies optimal decision boundaries under the target prior. Moreover, based on a new prior-dependent generalization bound that we obtained, we theoretically prove that our loss function has a better generalization capability than existing loss functions. During the maximization, we refine the target prior by shifting it towards the adversarial prior, depending on the worst-performing classes rather than on per-class risk estimates. Our maximization method is particularly robust in the regime of a small number of samples. Additionally, to adapt to overparameterized neural networks, we partition the entire training dataset into two subsets: one for model training during the minimization step and the other for updating the target prior during the maximization step. Our proposed algorithm has a provable convergence property, and empirical results indicate that our algorithm performs better than or is comparable to existing methods. All codes are publicly available at https://github.com/hansung-choi/TLA-linear-ascent.

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