Few-Shot Image Generation by Conditional Relaxing Diffusion Inversion
Yu Cao, Shaogang Gong
TL;DR
This work tackles Few-Shot Image Generation by introducing Conditional Relaxing Diffusion Inversion (CRDI), a training-free approach that enhances distribution diversity without fine-tuning. CRDI leverages a per-sample Sample-wise Guidance Embedding (SGE) to reconstruct target instances and then employs an annealing noise scheduler to diversify the generated outputs, with a rigidity parameter $\eta$ controlling the time-dependence of guidance. The method provides a theoretical diffusion-model perspective and demonstrates strong empirical performance, outperforming GAN-based reconstruction and matching or exceeding state-of-the-art FSIG methods across multiple target domains while mitigating overfitting and forgetting. The approach is compatible with existing diffusion models, scalable, and emphasizes a practical balance between reconstruction quality and distribution coverage, with potential extensions such as CLIP-guided guidance for semantic emphasis.
Abstract
In the field of Few-Shot Image Generation (FSIG) using Deep Generative Models (DGMs), accurately estimating the distribution of target domain with minimal samples poses a significant challenge. This requires a method that can both capture the broad diversity and the true characteristics of the target domain distribution. We present Conditional Relaxing Diffusion Inversion (CRDI), an innovative `training-free' approach designed to enhance distribution diversity in synthetic image generation. Distinct from conventional methods, CRDI does not rely on fine-tuning based on only a few samples. Instead, it focuses on reconstructing each target image instance and expanding diversity through few-shot learning. The approach initiates by identifying a Sample-wise Guidance Embedding (SGE) for the diffusion model, which serves a purpose analogous to the explicit latent codes in certain Generative Adversarial Network (GAN) models. Subsequently, the method involves a scheduler that progressively introduces perturbations to the SGE, thereby augmenting diversity. Comprehensive experiments demonstrates that our method surpasses GAN-based reconstruction techniques and equals state-of-the-art (SOTA) FSIG methods in performance. Additionally, it effectively mitigates overfitting and catastrophic forgetting, common drawbacks of fine-tuning approaches.
