Adversarial Score identity Distillation: Rapidly Surpassing the Teacher in One Step
Mingyuan Zhou, Huangjie Zheng, Yi Gu, Zhendong Wang, Hai, Huang

TL;DR
This paper introduces SiDA, an adversarial score distillation method that rapidly surpasses the teacher diffusion model's performance in a single step, achieving state-of-the-art image generation quality without training data.
Contribution
SiDA integrates adversarial loss into score distillation, enabling one-step, data-free, high-quality image generation that outperforms previous methods and large models.
Findings
Achieves FID of 1.110 on ImageNet 64x64 in one step
Surpasses larger teacher models on ImageNet 512x512 without guidance
Converges faster and improves performance during fine-tuning
Abstract
Score identity Distillation (SiD) is a data-free method that has achieved SOTA performance in image generation by leveraging only a pretrained diffusion model, without requiring any training data. However, its ultimate performance is constrained by how accurate the pretrained model captures the true data scores at different stages of the diffusion process. In this paper, we introduce SiDA (SiD with Adversarial Loss), which not only enhances generation quality but also improves distillation efficiency by incorporating real images and adversarial loss. SiDA utilizes the encoder from the generator's score network as a discriminator, allowing it to distinguish between real images and those generated by SiD. The adversarial loss is batch-normalized within each GPU and then combined with the original SiD loss. This integration effectively incorporates the average "fakeness" per GPU batch into…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsDiffusion
