The Hidden Influence of Latent Feature Magnitude When Learning with Imbalanced Data
Damien A. Dablain, Nitesh V. Chawla

TL;DR
This paper reveals that the magnitude of latent features significantly influences the generalization ability of ML models on imbalanced data, showing that models rely heavily on feature magnitudes during inference, which affects their performance.
Contribution
The study uncovers the role of latent feature magnitude in model inference on imbalanced data, highlighting a core cause of generalization issues beyond data scarcity.
Findings
Models rely on the magnitude of encoded signals during inference.
Aggressive data augmentation does not fully mitigate the influence of feature magnitude.
Feature magnitude dependence affects minority class prediction accuracy.
Abstract
Machine learning (ML) models have difficulty generalizing when the number of training class instances are numerically imbalanced. The problem of generalization in the face of data imbalance has largely been attributed to the lack of training data for under-represented classes and to feature overlap. The typical remedy is to implement data augmentation for classes with fewer instances or to assign a higher cost to minority class prediction errors or to undersample the prevalent class. However, we show that one of the central causes of impaired generalization when learning with imbalanced data is the inherent manner in which ML models perform inference. These models have difficulty generalizing due to their heavy reliance on the magnitude of encoded signals. During inference, the models predict classes based on a combination of encoded signal magnitudes that linearly sum to the largest…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Text and Document Classification Technologies · Machine Learning and Data Classification
