Regression Augmentation With Data-Driven Segmentation
By: Shayan Alahyari, Shiva Mehdipour Ghobadlou, Mike Domaratzki
Potential Business Impact:
Makes AI predict rare cases accurately
Imbalanced regression arises when the target distribution is skewed, causing models to focus on dense regions and struggle with underrepresented (minority) samples. Despite its relevance across many applications, few methods have been designed specifically for this challenge. Existing approaches often rely on fixed, ad hoc thresholds to label samples as rare or common, overlooking the continuous complexity of the joint feature-target space and fail to represent the true underlying rare regions. To address these limitations, we propose a fully data-driven GAN-based augmentation framework that uses Mahalanobis-Gaussian Mixture Modeling (GMM) to automatically identify minority samples and employs deterministic nearest-neighbour matching to enrich sparse regions. Rather than preset thresholds, our method lets the data determine which observations are truly rare. Evaluation on 32 benchmark imbalanced regression datasets demonstrates that our approach consistently outperforms state-of-the-art data augmentation methods.
Similar Papers
SMOGAN: Synthetic Minority Oversampling with GAN Refinement for Imbalanced Regression
Machine Learning (CS)
Makes computer predictions better for rare events.
Disentangled Deep Smoothed Bootstrap for Fair Imbalanced Regression
Machine Learning (CS)
Makes computer predictions better with uneven data.
CART-based Synthetic Tabular Data Generation for Imbalanced Regression
Machine Learning (CS)
Helps computers learn from rare data better.