paper-with-me

Papers

Your Diffusion Model is Secretly a Noise Classifier and Benefits from Contrastive Training

2024-07-12 · Yunshu Wu, Yingtao Luo, Xianghao Kong, Evangelos E. Papalexakis, Greg Ver Steeg

Diffusion models learn to denoise data and the trained denoiser is then used to generate new samples from the data distribution. In this paper, we revisit the diffusion sampling process and identify a fundamental cause of sample quality degradation: the denoiser is poorly estimated in regions that are far Outside Of the training Distribution (OOD), and the sampling process inevitably evaluates in these OOD regions. This can become problematic for all sampling methods, especially when we move to parallel sampling which requires us to initialize and update the entire sample trajectory of dynamics in parallel, leading to many OOD evaluations. To address this problem, we introduce a new self-supervised training objective that differentiates the levels of noise added to a sample, leading to improved OOD denoising performance. The approach is based on our observation that diffusion models implicitly define a log-likelihood ratio that distinguishes distributions with different amounts of noise, and this expression depends on denoiser performance outside the standard training distribution. We show by diverse experiments that the proposed contrastive diffusion training is effective for both sequential and parallel settings, and it improves the performance and speed of parallel samplers significantly.

📄 PDF Abstract BibTeX arXiv:2407.08946

Code (1)

yunshuwu/ContrastiveDiffusionLoss 공식 구현 pytorch

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Your VAR Model is Secretly an Efficient and Explainable Generative Classifier

2025-10-14 · Yi-Chung Chen, David I. Inouye, Jing Gao arxiv

Generative classifiers, which leverage conditional generative models for classification, have recently demonstrated desirable properties such as robustness to distribution shifts. However, recent progress in this area ha…

class-incremental learning

Your Diffusion Model is Secretly a Zero-Shot Classifier

2023-03-28 · ICCV 2023 1 · Alexander C. Li, Mihir Prabhudesai, Shivam Duggal, Ellis Brown 외

The recent wave of large-scale text-to-image diffusion models has dramatically increased our text-based image generation abilities. These models can generate realistic images for a staggering variety of prompts and exhib…

Domain GeneralizationFine-Grained Image ClassificationImage ClassificationImage Generation+5

Your Absorbing Discrete Diffusion Secretly Models the Bayesian Posterior

2025-07-10 · Cooper Doyle arxiv

Discrete diffusion language models learn to reconstruct text from randomly masked inputs, yet under mild assumptions their denoiser already implements the exact Bayesian posterior over the original tokens. We prove that …

Your diffusion model secretly knows the dimension of the data manifold

2022-12-23 · Jan Stanczuk, Georgios Batzolis, Teo Deveney, Carola-Bibiane Schönlieb

In this work, we propose a novel framework for estimating the dimension of the data manifold using a trained diffusion model. A diffusion model approximates the score function i.e. the gradient of the log density of a no…

Null-text Guidance in Diffusion Models is Secretly a Cartoon-style Creator

2023-05-11 · Jing Zhao, Heliang Zheng, Chaoyue Wang, Long Lan 외

Classifier-free guidance is an effective sampling technique in diffusion models that has been widely adopted. The main idea is to extrapolate the model in the direction of text guidance and away from null-text guidance. …