paper-with-me

Papers

Classifier-Free Diffusion Guidance

2022-07-26 · Jonathan Ho, Tim Salimans

Classifier guidance is a recently introduced method to trade off mode coverage and sample fidelity in conditional diffusion models post training, in the same spirit as low temperature sampling or truncation in other types of generative models. Classifier guidance combines the score estimate of a diffusion model with the gradient of an image classifier and thereby requires training an image classifier separate from the diffusion model. It also raises the question of whether guidance can be performed without a classifier. We show that guidance can be indeed performed by a pure generative model without such a classifier: in what we call classifier-free guidance, we jointly train a conditional and an unconditional diffusion model, and we combine the resulting conditional and unconditional score estimates to attain a trade-off between sample quality and diversity similar to that obtained using classifier guidance.

📄 PDF Abstract BibTeX arXiv:2207.12598

Code (11)

DeepakSridhar/fgdm pytorch
Michedev/DDPM-Pytorch pytorch
alexmaols/elucd pytorch
coderpiaobozhe/classifier-free-diffusion-guidance-Pytorch pytorch
dewenzeng/clsp pytorch
dzq84/MusicScore-script pytorch
elodiegermani/style-transfer_diffusion pytorch
g4vrel/DDPM pytorch
kjsman/stable-diffusion-pytorch pytorch
lucidrains/classifier-free-guidance-pytorch pytorch
teapearce/conditional_diffusion_mnist pytorch

Tasks

Diversity

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 제목 키워드 기반

Studying Classifier(-Free) Guidance From a Classifier-Centric Perspective

2025-03-13 · Xiaoming Zhao, Alexander G. Schwing

Classifier-free guidance has become a staple for conditional generation with denoising diffusion models. However, a comprehensive understanding of classifier-free guidance is still missing. In this work, we carry out an …

Denoising

C$^2$FG: Control Classifier-Free Guidance via Score Discrepancy Analysis

2026-03-09 · Jiayang Gao, Tianyi Zheng, Jiayang Zou, Fengxiang Yang 외 arxiv

Classifier-Free Guidance (CFG) is a cornerstone of modern conditional diffusion models, yet its reliance on the fixed or heuristic dynamic guidance weight is predominantly empirical and overlooks the inherent dynamics of…

Incorporating Classifier-Free Guidance in Diffusion Model-Based Recommendation

2024-09-16 · Noah Buchanan, Susan Gauch, Quan Mai

This paper presents a diffusion-based recommender system that incorporates classifier-free guidance. Most current recommender systems provide recommendations using conventional methods such as collaborative or content-ba…

Recommendation Systems

Understanding and Improving Training-free Loss-based Diffusion Guidance

2024-03-19 · Yifei Shen, Xinyang Jiang, Yezhen Wang, Yifan Yang 외

Adding additional control to pretrained diffusion models has become an increasingly popular research area, with extensive applications in computer vision, reinforcement learning, and AI for science. Recently, several stu…

Motion Generation

Elucidating The Design Space of Classifier-Guided Diffusion Generation

2023-10-17 · Jiajun Ma, Tianyang Hu, Wenjia Wang, Jiacheng Sun

Guidance in conditional diffusion generation is of great importance for sample quality and controllability. However, existing guidance schemes are to be desired. On one hand, mainstream methods such as classifier guidanc…

Conditional Image GenerationImage GenerationText to Image GenerationText-to-Image Generation