1S-DAug: One-Shot Data Augmentation for Robust Few-Shot Generalization
Yunwei Bai, Ying Kiat Tan, Yao Shu, Tsuhan Chen
TL;DR
1S-DAug addresses the challenge of robust few-shot generalization by providing a one-shot, test-time augmentation operator that generates diverse yet faithful variants from a single image using shape tweaks, controlled noise, and image-conditioned diffusion. It is model-agnostic and requires no parameter updates, delivering consistent improvements across four benchmarks and multiple backbones. The work couples empirical gains with theoretical analyses showing that diversity and radius reduction tighten margin-based generalization bounds, explaining the observed robustness to distribution shift. Practically, 1S-DAug offers a scalable data-side augmentation that enhances reliability in real-world, low-label settings without retraining, making it attractive for deployment in safety-critical perception systems.
Abstract
Few-shot learning (FSL) challenges model generalization to novel classes based on just a few shots of labeled examples, a testbed where traditional test-time augmentations fail to be effective. We introduce 1S-DAug, a one-shot generative augmentation operator that synthesizes diverse yet faithful variants from just one example image at test time. 1S-DAug couples traditional geometric perturbations with controlled noise injection and a denoising diffusion process conditioned on the original image. The generated images are then encoded and aggregated, alongside the original image, into a combined representation for more robust FSL predictions. Integrated as a training-free model-agnostic plugin, 1S-DAug consistently improves FSL across standard benchmarks of 4 different datasets without any model parameter update, including achieving over 10% proportional accuracy improvement on the miniImagenet 5-way-1-shot benchmark. Codes will be released.
