Salient Concept-Aware Generative Data Augmentation
Tianchen Zhao, Xuanbai Chen, Zhihua Li, Jun Fang, Dongsheng An, Xiang Xu, Zhuowen Tu, Yifan Xing
TL;DR
This work tackles the fidelity-diversity trade-off in generative data augmentation for fine-grained visual classification by introducing a domain-specific Salient Concept-Aware (SCA) image embedding paired with a diffusion-based synthesis model. The SCA embedding is trained with an angular-margin loss to emphasize the salient concept and suppress irrelevant background information, while the synthesis model fuses image and text prompts through cross-attention and LoRA adapters. Training occurs in two stages: first the SCA embedding is learned, then the synthesis model is fine-tuned with frozen embeddings, enabling faithful yet diverse synthetic data generation guided by contextually rich prompts. Across eight FGVC datasets, this approach yields state-of-the-art gains, especially in long-tail and out-of-distribution settings, demonstrating improved classifier robustness with a practical training cost and scalable data generation.
Abstract
Recent generative data augmentation methods conditioned on both image and text prompts struggle to balance between fidelity and diversity, as it is challenging to preserve essential image details while aligning with varied text prompts. This challenge arises because representations in the synthesis process often become entangled with non-essential input image attributes such as environmental contexts, creating conflicts with text prompts intended to modify these elements. To address this, we propose a personalized image generation framework that uses a salient concept-aware image embedding model to reduce the influence of irrelevant visual details during the synthesis process, thereby maintaining intuitive alignment between image and text inputs. By generating images that better preserve class-discriminative features with additional controlled variations, our framework effectively enhances the diversity of training datasets and thereby improves the robustness of downstream models. Our approach demonstrates superior performance across eight fine-grained vision datasets, outperforming state-of-the-art augmentation methods with averaged classification accuracy improvements by 0.73% and 6.5% under conventional and long-tail settings, respectively.
