paper-with-me

홈 › Papers

Data Augmentation for Imbalanced Regression

2023-02-18 · Samuel Stocksieker, Denys Pommeret, Arthur Charpentier

In this work, we consider the problem of imbalanced data in a regression framework when the imbalanced phenomenon concerns continuous or discrete covariates. Such a situation can lead to biases in the estimates. In this case, we propose a data augmentation algorithm that combines a weighted resampling (WR) and a data augmentation (DA) procedure. In a first step, the DA procedure permits exploring a wider support than the initial one. In a second step, the WR method drives the exogenous distribution to a target one. We discuss the choice of the DA procedure through a numerical study that illustrates the advantages of this approach. Finally, an actuarial application is studied.

📄 PDF Abstract BibTeX arXiv:2302.09288

Code (1)

sstocksieker/dair 공식 구현

Tasks

Data Augmentationregression

Similar Papers 제목 키워드 기반

More Data or Better Algorithms: Latent Diffusion Augmentation for Deep Imbalanced Regression

2025-09-27 · Shayan Alahyari arxiv

In many real-world regression tasks, the data distribution is heavily skewed, and models learn predominantly from abundant majority samples while failing to predict minority labels accurately. While imbalanced classifica…

Regression Augmentation With Data-Driven Segmentation

2025-08-02 · Shayan Alahyari, Shiva Mehdipour Ghobadlou, Mike Domaratzki arxiv

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 met…

Data Augmentation

Generalized Oversampling for Learning from Imbalanced datasets and Associated Theory

2023-08-05 · Samuel Stocksieker, Denys Pommeret, Arthur Charpentier

In supervised learning, it is quite frequent to be confronted with real imbalanced datasets. This situation leads to a learning difficulty for standard algorithms. Research and solutions in imbalanced learning have mainl…

Data Augmentationregression

Towards Understanding How Data Augmentation Works with Imbalanced Data

2023-04-12 · Damien A. Dablain, Nitesh V. Chawla

Data augmentation forms the cornerstone of many modern machine learning training pipelines; yet, the mechanisms by which it works are not clearly understood. Much of the research on data augmentation (DA) has focused on …

Data Augmentationfeature selection

Data Augmentation with Variational Autoencoder for Imbalanced Dataset

2024-12-09 · Samuel Stocksieker, Denys Pommeret, Arthur Charpentier

Learning from an imbalanced distribution presents a major challenge in predictive modeling, as it generally leads to a reduction in the performance of standard algorithms. Various approaches exist to address this issue, …

Data AugmentationregressionSynthetic Data Generation