SGD-Mix: Enhancing Domain-Specific Image Classification with Label-Preserving Data Augmentation
Yixuan Dong, Fang-Yi Su, Jung-Hsien Chiang
TL;DR
This work addresses domain-specific image classification where data augmentation must balance diversity, faithfulness, and label clarity. It introduces SGD-Mix, a saliency-guided diffusion mix framework that preserves the foreground of a source image, replaces the background with a contextually diverse target image, and refines the result with a domain-specific diffusion model. The method combines saliency-based target selection, saliency-guided mixing via binary masks, and DreamBooth-LoRA/Textual Inversion fine-tuning, with a Strength parameter to trade off faithfulness and diversity. Empirical results across fine-grained, long-tail, few-shot, and background-robustness benchmarks demonstrate consistent improvements over state-of-the-art diffusion-based and traditional augmentation methods, highlighting practical viability for domain-specific tasks.
Abstract
Data augmentation for domain-specific image classification tasks often struggles to simultaneously address diversity, faithfulness, and label clarity of generated data, leading to suboptimal performance in downstream tasks. While existing generative diffusion model-based methods aim to enhance augmentation, they fail to cohesively tackle these three critical aspects and often overlook intrinsic challenges of diffusion models, such as sensitivity to model characteristics and stochasticity under strong transformations. In this paper, we propose a novel framework that explicitly integrates diversity, faithfulness, and label clarity into the augmentation process. Our approach employs saliency-guided mixing and a fine-tuned diffusion model to preserve foreground semantics, enrich background diversity, and ensure label consistency, while mitigating diffusion model limitations. Extensive experiments across fine-grained, long-tail, few-shot, and background robustness tasks demonstrate our method's superior performance over state-of-the-art approaches.
