Semantics-Aware Generative Latent Data Augmentation for Learning in Low-Resource Domains
Jae-Sung Bae, Minje Kim
TL;DR
Semantics-Aware Generative Latent Data Augmentation (GeLDA) addresses data scarcity and label imbalance by performing data augmentation in a foundation-model–derived latent space using conditional diffusion. By conditioning on semantic embeddings and subdomain information, GeLDA transfers cues from high-resource to low-resource classes and subdomains, while selecting an appropriate latent layer to balance diversity and learning capacity. The approach yields state-of-the-art tail-class performance in long-tailed image classification (ImageNet-LT) and a notable improvement in zero-shot language-specific speech emotion recognition, demonstrating cross-modal effectiveness and efficiency. GeLDA reduces data and computation requirements relative to input-space DA, enabling practical deployment in real-world low-resource scenarios and offering a generalizable framework for SEM and subdomain-aware augmentation.
Abstract
Despite strong performance in data-rich regimes, deep learning often underperforms in the data-scarce settings common in practice. While foundation models (FMs) trained on massive datasets demonstrate strong generalization by extracting general-purpose features, they can still suffer from scarce labeled data during downstream fine-tuning. To address this, we propose GeLDA, a semantics-aware generative latent data augmentation framework that leverages conditional diffusion models to synthesize samples in an FM-induced latent space. Because this space is low-dimensional and concentrates task-relevant information compared to the input space, GeLDA enables efficient, high-quality data generation. GeLDA conditions generation on auxiliary feature vectors that capture semantic relationships among classes or subdomains, facilitating data augmentation in low-resource domains. We validate GeLDA in two large-scale recognition tasks: (a) in zero-shot language-specific speech emotion recognition, GeLDA improves the Whisper-large baseline's unweighted average recall by 6.13%; and (b) in long-tailed image classification, it achieves 74.7% tail-class accuracy on ImageNet-LT, setting a new state-of-the-art result.
