paper-with-me

Papers

Noise Conditional Variational Score Distillation

2025-06-11 · Xinyu Peng, Ziyang Zheng, Yaoming Wang, Han Li, Nuowen Kan, Wenrui Dai, Chenglin Li, Junni Zou, Hongkai Xiong

We propose Noise Conditional Variational Score Distillation (NCVSD), a novel method for distilling pretrained diffusion models into generative denoisers. We achieve this by revealing that the unconditional score function implicitly characterizes the score function of denoising posterior distributions. By integrating this insight into the Variational Score Distillation (VSD) framework, we enable scalable learning of generative denoisers capable of approximating samples from the denoising posterior distribution across a wide range of noise levels. The proposed generative denoisers exhibit desirable properties that allow fast generation while preserve the benefit of iterative refinement: (1) fast one-step generation through sampling from pure Gaussian noise at high noise levels; (2) improved sample quality by scaling the test-time compute with multi-step sampling; and (3) zero-shot probabilistic inference for flexible and controllable sampling. We evaluate NCVSD through extensive experiments, including class-conditional image generation and inverse problem solving. By scaling the test-time compute, our method outperforms teacher diffusion models and is on par with consistency models of larger sizes. Additionally, with significantly fewer NFEs than diffusion-based methods, we achieve record-breaking LPIPS on inverse problems.

📄 PDF Abstract BibTeX arXiv:2506.09416

Code (1)

xypeng9903/ncvsd 공식 구현 pytorch

Tasks

Conditional Image GenerationDenoisingImage Generation

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…
Consistency Models 설명 없음

Similar Papers 제목 키워드 기반

RewardSDS: Aligning Score Distillation via Reward-Weighted Sampling

2025-03-12 · Itay Chachy, Guy Yariv, Sagie Benaim

Score Distillation Sampling (SDS) has emerged as an effective technique for leveraging 2D diffusion priors for tasks such as text-to-3D generation. While powerful, SDS struggles with achieving fine-grained alignment to u…

3D GenerationText to 3D

DASH: Dual-Branch Score Distillation for Guidance-Calibrated Compact Diffusion Models

2026-05-30 · Abdullah Al Shafi, Kazi Saeed Alam, Sk Imran Hossain, Engelbert Mephu Nguifo arxiv

Parameter compression of class-conditional diffusion models reveals an underexplored limitation in output-level distillation: the unconditional score branch remains unsupervised, leaving the classifier-free guidance gap …

ScaleDreamer: Scalable Text-to-3D Synthesis with Asynchronous Score Distillation

2024-07-02 · Zhiyuan Ma, Yuxiang Wei, Yabin Zhang, Xiangyu Zhu 외

By leveraging the text-to-image diffusion priors, score distillation can synthesize 3D contents without paired text-3D training data. Instead of spending hours of online optimization per text prompt, recent studies have …

PredictionText to 3D

Understanding Diffusion Models: A Unified Perspective

2022-08-25 · Calvin Luo

Diffusion models have shown incredible capabilities as generative models; indeed, they power the current state-of-the-art models on text-conditioned image generation such as Imagen and DALL-E 2. In this work we review, d…

3D Absolute Human Pose EstimationImage Generation

Advancing Text-to-3D Generation with Linearized Lookahead Variational Score Distillation

2025-07-13 · Yu Lei, Bingde Liu, Qingsong Xie, Haonan Lu 외 arxiv

Text-to-3D generation based on score distillation of pre-trained 2D diffusion models has gained increasing interest, with variational score distillation (VSD) as a remarkable example. VSD proves that vanilla score distil…

3D Generation