synthetic oversampling

Generating synthetic examples or feature-space augmentations to mitigate severe class imbalance and sparsity in multiclass labels, producing useful training signals that reduce bias and improve model performance on rare classes.

syntheticoversampling

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

To address the weak generalization and severe prediction bias of large language models (LLMs) on few-shot and class-imbalanced text data, this paper proposes an embedding-space synthetic feature augmentation method. Unlike conventional approaches, it operates directly in the language model’s latent embedding space—bypassing raw text generation—and jointly synthesizes minority-class features via embedding interpolation, noise perturbation, and adversarial generation to optimize semantic representation distributions. The method integrates seamlessly into standard fine-tuning pipelines and is compatible with mainstream open-source text classification benchmarks. Experiments across multiple benchmarks demonstrate up to a 12.3% improvement in minority-class F1 score, alongside consistent gains in overall accuracy and robustness. The core innovation lies in migrating synthetic data generation from the input space to the embedding space, enabling efficient, lossless, and fair representation calibration.

Imbalanced DataLarge Language ModelsPredictive Inequity

This study investigates the mechanism by which synthetic data augmentation improves score-based classification performance—measured by metrics such as AUROC and AUPRC—in class-imbalanced settings. By developing a theoretical framework that disentangles the effects of augmentation on effective class weighting and distributional bias, and integrating tools from statistical learning theory, minimax analysis, and finite-sample error decomposition, the work establishes that under correctly specified models, augmentation solely reduces variance without improving overall performance. However, under model misspecification, it can mitigate ranking errors by correcting class imbalance. The analysis yields novel minimax lower bounds, which are corroborated through simulation experiments.

class imbalancedistributional discrepancyimbalanced classification

This work addresses the challenge of label imbalance in multi-label classification, which often biases models toward frequent labels and degrades overall performance. To mitigate this issue, the authors propose a novel oversampling method based on label-specific distances. The approach introduces a label-aware distance metric that dynamically constructs a weighted feature subspace tailored to each label, enabling the selection of label-consistent nearest neighbors for synthetic sample generation. This strategy enhances both the label consistency and boundary representativeness of the synthesized instances. Experimental results across multiple multi-label datasets demonstrate that the proposed method significantly outperforms existing oversampling techniques, effectively alleviating label imbalance and improving classification performance.

class imbalancefeature relevancelabel inconsistency

Synthetic Oversampling: Theory and A Practical Approach Using LLMs to Address Data Imbalance

Jun 05, 2024
RN
Ryumei Nakada
🏛️ Rutgers University | University of California, Berkeley

In imbalanced classification, scarcity of minority-class samples induces model bias and spurious correlations. Method: This paper proposes a novel synthetic oversampling paradigm leveraging large language models (LLMs), establishing the first theoretical framework for synthetic data in imbalanced learning. It rigorously quantifies performance gains, derives scaling laws linking synthetic sample size to model accuracy, and characterizes the capability boundary of Transformers for generating high-fidelity synthetic samples. Contribution/Results: Theoretically, the method provably enhances classification accuracy, robustness, and generalization. Empirically, LLM-generated samples effectively mitigate class bias and outperform conventional resampling techniques (e.g., SMOTE) across multiple benchmarks. This work delivers an interpretable, scalable, and LLM-driven solution for trustworthy imbalanced learning.

Imbalanced ClassificationMachine LearningSpurious Correlations

DIRECT: Deep Active Learning under Imbalance and Label Noise

Dec 14, 2023
SN
Shyam Nuggehalli
🏛️ University of Wisconsin | University of Washington

To address sample selection bias arising from the coexistence of class imbalance and label noise in deep active learning, this paper proposes a robust one-dimensional threshold-driven active learning paradigm. The method jointly models class imbalance and label noise—first achieved in active learning—and employs deep feature embedding followed by one-dimensional projection to robustly estimate an inter-class separation threshold. This threshold defines a priority region near the decision boundary where high-uncertainty samples are selected for labeling. The framework is theoretically compatible with batch querying and label-noise tolerance. Evaluated on multiple imbalanced benchmark datasets, it reduces annotation cost by over 60% compared to state-of-the-art active learning methods and improves accuracy by more than 80% relative to random sampling, while significantly enhancing minority-class recognition performance.

Addresses class imbalance impact on minority class performanceHandles label noise and reduces annotation costs significantlyProposes active learning to collect balanced informative examples

Latest Papers

What's happening recently
View more

This study investigates the efficacy limits and optimal scale of synthetic data augmentation in class-imbalanced learning. By establishing a unified statistical learning framework grounded in balanced population risk analysis, the work reveals that augmentation benefits model performance only under “local asymmetry” conditions, and that the optimal number of synthetic minority samples depends critically on the generator’s accuracy and bias direction—challenging the conventional assumption that perfect class balance is inherently optimal. To address this, the authors propose a validation loss–based strategy for tuning the synthetic sample size (VTSS). Both theoretical analysis and empirical experiments demonstrate that ill-conceived augmentation can degrade performance, whereas VTSS reliably identifies the optimal augmentation scale, with consistent validation on both simulated data and real-world sepsis prediction tasks.

class imbalanceimbalanced learningminority class

To address model bias arising from severe class imbalance in tabular data—such as in fraud detection and medical diagnosis—where minority-class samples are critically scarce, this paper proposes an AI-driven oversampling method based on synthetic data generation. Unlike conventional oversampling techniques, our approach leverages the open-source MOSTLY AI Synthetic Data SDK to generate high-fidelity, mixed-type synthetic instances that precisely populate sparse regions of the minority class in feature space, thereby enhancing distributional diversity and representativeness. Extensive experiments on multiple real-world imbalanced datasets demonstrate that the proposed method consistently outperforms baseline oversamplers—including SMOTE and ADASYN—across key metrics such as F1-score, AUC, and G-mean. Notably, performance gains are most pronounced under extreme imbalance (minority class < 1%), underscoring the efficacy and generalizability of synthetic-data-driven oversampling for mitigating class bias.

Addressing under-representation of minority classes in unbalanced dataComparing synthetic upsampling with traditional methods like SMOTE-NCEvaluating synthetic data upsampling for improving predictive accuracy

Combined Image Data Augmentations diminish the benefits of Adaptive Label Smoothing

Jul 22, 2025
GS
Georg Siedel
🏛️ Federal Institute for Occupational Safety and Health (BAuA) | University of Stuttgart

Adaptive label smoothing (ALS) is widely adopted for regularization, yet its efficacy under diverse image augmentations—such as random erasing, noise injection, and TrivialAugment—remains poorly understood, particularly regarding robustness to common corruptions. Method: We extend ALS to operate across multiple heterogeneous augmentation operators and systematically evaluate its regularization behavior and robustness under both single-strong and composite-augmentation regimes. Results: ALS significantly improves generalization under strong single augmentations (e.g., aggressive random erasing), but its benefits vanish—or even become detrimental—under combined augmentations. Moreover, excessive smoothing degrades model robustness to noise, blur, and other common corruptions. This work identifies, for the first time, the failure mechanism of ALS in heterogeneous augmentation settings and establishes a critical balance condition between augmentation strength and diversity for effective ALS deployment. Our findings provide both theoretical insight and practical guidelines for applying ALS in realistic training scenarios.

Excessive label smoothing harms robustness to image corruptionsExtends adaptive label smoothing to aggressive image augmentationsShows benefits diminish with diverse transformations like TrivialAugment

Bias-Corrected Data Synthesis for Imbalanced Learning

Oct 29, 2025
PL
Pengfei Lyu
🏛️ Duke University | Rutgers University

In class-imbalanced classification, synthesizing minority-class samples often introduces distributional bias, leading to model overfitting and degraded generalization. To address this, we propose a novel framework that estimates and corrects synthesis-induced bias using distributional information from the majority class. Unlike conventional approaches assuming synthesized samples follow the true minority-class distribution, our method leverages structural consistency in majority-class features to construct a provably consistent bias estimator, coupled with dynamic error calibration during training. Theoretically, we derive bounds on the bias estimation error and provide guarantees on improved prediction accuracy. Empirically, extensive experiments on benchmark datasets—including MNIST—demonstrate significant gains in F1-score, AUC, and robustness against label noise. Moreover, the framework naturally extends to multi-task learning and causal inference settings, offering broad applicability without architectural modification.

Correcting bias in synthetic data for imbalanced classification problemsExtending bias correction to multi-task learning and causal inferenceImproving prediction accuracy by mitigating synthetic data adverse effects

Class Unbiasing for Generalization in Medical Diagnosis

Aug 09, 2025
LZ
Lishi Zuo
🏛️ The Hong Kong Polytechnic University

Medical diagnostic models often suffer from poor generalizability due to class-feature bias and class imbalance—i.e., overreliance on spurious features strongly correlated with only certain classes. To address this, we propose a class-unbiased training framework that jointly tackles both issues: (1) an inter-class inequality loss explicitly enforces balanced feature–class associations by penalizing disparities in feature attribution across classes; and (2) class-weighted distributionally robust optimization (DRO) improves worst-case performance under long-tailed class distributions. Our method is validated on hybrid datasets combining synthetic and real-world multicenter medical data. Experiments across multiple diagnostic tasks demonstrate consistent gains: average accuracy improvements of +3.2–5.8%, and a 37% reduction in performance standard deviation across classes—indicating markedly enhanced cross-class stability. To our knowledge, this is the first work to simultaneously decouple and model class-feature bias and class imbalance within a unified framework.

Address class imbalance to improve model generalizationMitigate class-feature bias in medical diagnosis modelsReduce biased performance across different disease classes

Hot Scholars

YG

Yann Gousseau

Professor at Telecom ParisTech
applied mathematicsimage processingcomputer vision
SB

Stefan Bilbao

Professor, Acoustics and Audio Group, University of Edinburgh
acousticsroom acousticsvirtual acousticssound synthesis
WL

Wenbo Li

The Chinese University of Hong Kong
Computer VisionDeep Learning
RH

Romain Hennequin

Deezer Research
Music Information RetrievalAudio Signal ProcessingMusic RecommendationNatural Language Processing