Score Distillation Beyond Acceleration: Generative Modeling from Corrupted Data
About
Learning generative models directly from corrupted observations is a long standing challenge across natural and scientific domains. We introduce Restoration Score Distillation (RSD), a unified framework for learning high fidelity, one step generative models using only degraded data and the mapping $A$ may be the identity or a non invertible corruption operator (e.g., blur, masking, subsampling, Fourier acquisition). RSD first pretrains a corruption aware diffusion teacher on the observed measurements, then distills it into an efficient one step generator whose samples are statistically closer to the clean distribution p_X. The framework subsumes identity corruption (denoising task) as a special case of our general formulation. Empirically, RSD consistently reduces Frechet Inception Distance (FID) relative to corruption aware diffusion teachers across noisy generation (CIFAR 10, FFHQ, CelebA HQ, AFHQ v2), image restoration (Gaussian deblurring, random inpainting, super resolution, and mixtures with additive noise), and multi coil MRI without access to any clean images. The distilled generator inherits one step sampling efficiency, yielding up to 30x speedups over multi step diffusion while surpassing the teachers after substantially fewer training iterations. These results establish score distillation as a practical tool for generative modeling from corrupted data, not merely for acceleration. We provide theoretical support for the use of distillation in enhancing generation quality in the Appendix.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Generative Modeling | CIFAR-10 | FID3.98 | 27 | |
| Image Denoising | CIFAR-10 (test) | PSNR24.11 | 13 | |
| Denoising | CIFAR-10 32x32 | FID4.77 | 13 | |
| MRI Reconstruction | fastMRI (test) | FID10.71 | 12 | |
| Denoising | CelebA-HQ 64x64 | FID6.48 | 9 | |
| Image Generation | CIFAR-10 | FID3.98 | 6 | |
| Gaussian Deblurring | CelebA-HQ noiseless σ=0.0 | FID31.9 | 4 | |
| Random Inpainting (p=0.9) | CelebA-HQ noiseless σ=0.0 | FID16.86 | 4 | |
| Random Inpainting (p=0.9) | CelebA-HQ σ=0.2 (noisy) | FID79.48 | 4 | |
| Super-Resolution (×2) | CelebA-HQ σ=0.0 (noiseless) | FID12.99 | 4 |