paper-with-me

홈 › Papers

Denoising Score Distillation: From Noisy Diffusion Pretraining to One-Step High-Quality Generation

2025-03-10 · Tianyu Chen, Yasi Zhang, Zhendong Wang, Ying Nian Wu, Oscar Leong, Mingyuan Zhou

Diffusion models have achieved remarkable success in generating high-resolution, realistic images across diverse natural distributions. However, their performance heavily relies on high-quality training data, making it challenging to learn meaningful distributions from corrupted samples. This limitation restricts their applicability in scientific domains where clean data is scarce or costly to obtain. In this work, we introduce denoising score distillation (DSD), a surprisingly effective and novel approach for training high-quality generative models from low-quality data. DSD first pretrains a diffusion model exclusively on noisy, corrupted samples and then distills it into a one-step generator capable of producing refined, clean outputs. While score distillation is traditionally viewed as a method to accelerate diffusion models, we show that it can also significantly enhance sample quality, particularly when starting from a degraded teacher model. Across varying noise levels and datasets, DSD consistently improves generative performancewe summarize our empirical evidence in Fig. 1. Furthermore, we provide theoretical insights showing that, in a linear model setting, DSD identifies the eigenspace of the clean data distributions covariance matrix, implicitly regularizing the generator. This perspective reframes score distillation as not only a tool for efficiency but also a mechanism for improving generative models, particularly in low-quality data settings.

📄 PDF Abstract BibTeX arXiv:2503.07578

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Restoration Score Distillation: From Corrupted Diffusion Pretraining to One-Step High-Quality Generation

2025-05-19 · Yasi Zhang, Tianyu Chen, Zhendong Wang, Ying Nian Wu 외

Learning generative models from corrupted data is a fundamental yet persistently challenging task across scientific disciplines, particularly when access to clean data is limited or expensive. Denoising Score Distillatio…

Denoising

Advantage Weighted Matching: Aligning RL with Pretraining in Diffusion Models

2025-09-29 · Shuchen Xue, Chongjian Ge, Shilong Zhang, Yichen Li 외 arxiv

Reinforcement Learning (RL) has emerged as a central paradigm for advancing Large Language Models (LLMs), where pre-training and RL post-training share the same log-likelihood formulation. In contrast, recent RL approach…

Reinforcement Learning

Preference Score Distillation: Leveraging 2D Rewards to Align Text-to-3D Generation with Human Preference

2026-03-02 · Jiaqi Leng, Shuyuan Tu, Haidong Cao, Sicheng Xie 외 arxiv

Human preference alignment presents a critical yet underexplored challenge for diffusion models in text-to-3D generation. Existing solutions typically require task-specific fine-tuning, posing significant hurdles in data…

3D Generation

Score Distillation via Reparametrized DDIM

2024-05-24 · Artem Lukoianov, Haitz Sáez de Ocáriz Borde, Kristjan Greenewald, Vitor Campagnolo Guizilini 외

While 2D diffusion models generate realistic, high-detail images, 3D shape generation methods like Score Distillation Sampling (SDS) built on these 2D diffusion models produce cartoon-like, over-smoothed shapes. To help …

3D Generation3D Shape GenerationDenoising

Bridging Diffusion Pruning and Step Distillation with Teacher-Aligned Repair

2026-07-07 · Jincheng Ying, Li Wenlin, Minghui Xu, Yinhao Xiao arxiv

Diffusion models generate high-quality images, but their inference cost comes from two sources: large denoising networks and repeated denoising steps. Existing compression pipelines usually attack these costs separately.…