pith. sign in

arxiv: 1906.07413 · v2 · pith:PND5TQXAnew · submitted 2019-06-18 · 💻 cs.LG · cs.CV· stat.ML

Learning Imbalanced Datasets with Label-Distribution-Aware Margin Loss

classification 💻 cs.LG cs.CVstat.ML
keywords traininglossmethodsre-weightingclass-imbalancedatasetgeneralizationimbalanced
0
0 comments X
read the original abstract

Deep learning algorithms can fare poorly when the training dataset suffers from heavy class-imbalance but the testing criterion requires good generalization on less frequent classes. We design two novel methods to improve performance in such scenarios. First, we propose a theoretically-principled label-distribution-aware margin (LDAM) loss motivated by minimizing a margin-based generalization bound. This loss replaces the standard cross-entropy objective during training and can be applied with prior strategies for training with class-imbalance such as re-weighting or re-sampling. Second, we propose a simple, yet effective, training schedule that defers re-weighting until after the initial stage, allowing the model to learn an initial representation while avoiding some of the complications associated with re-weighting or re-sampling. We test our methods on several benchmark vision tasks including the real-world imbalanced dataset iNaturalist 2018. Our experiments show that either of these methods alone can already improve over existing techniques and their combination achieves even better performance gains.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Quantile Adaptive Temperature Scaling for Confidence Calibration

    cs.CV 2026-06 unverdicted novelty 6.0

    QaTS adapts temperature scaling per confidence quantile to improve calibration of DNN predictions, especially in low-confidence regions, and reports outperforming prior post-hoc methods across datasets and tasks.

  2. On the Impact of Class Imbalance on the Learning Dynamics of Deep Neural Networks:An Intuitive Insight

    cs.LG 2026-05 unverdicted novelty 3.0

    Class imbalance causes DNNs to underfit minority classes early in training and produce non-generalizable minority representations later by overfitting to minimize overall loss.