paper-with-me

Papers

Classifier-free Guidance with Adaptive Scaling

2025-02-14 · Dawid Malarz, Artur Kasymov, Maciej Zięba, Jacek Tabor, Przemysław Spurek

Classifier-free guidance (CFG) is an essential mechanism in contemporary text-driven diffusion models. In practice, in controlling the impact of guidance we can see the trade-off between the quality of the generated images and correspondence to the prompt. When we use strong guidance, generated images fit the conditioned text perfectly but at the cost of their quality. Dually, we can use small guidance to generate high-quality results, but the generated images do not suit our prompt. In this paper, we present $\beta$-CFG ($\beta$-adaptive scaling in Classifier-Free Guidance), which controls the impact of guidance during generation to solve the above trade-off. First, $\beta$-CFG stabilizes the effects of guiding by gradient-based adaptive normalization. Second, $\beta$-CFG uses the family of single-modal ($\beta$-distribution), time-dependent curves to dynamically adapt the trade-off between prompt matching and the quality of samples during the diffusion denoising process. Our model obtained better FID scores, maintaining the text-to-image CLIP similarity scores at a level similar to that of the reference CFG.

📄 PDF Abstract BibTeX arXiv:2502.10574

Code (1)

gmum/beta-CFG 공식 구현 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…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

How Much To Guide: Revisiting Adaptive Guidance in Classifier-Free Guidance Text-to-Vision Diffusion Models

2025-06-10 · Huixuan Zhang, Junzhe Zhang, Xiaojun Wan

With the rapid development of text-to-vision generation diffusion models, classifier-free guidance has emerged as the most prevalent method for conditioning. However, this approach inherently requires twice as many steps…

DenoisingVideo Generation

Eliminating Oversaturation and Artifacts of High Guidance Scales in Diffusion Models

2024-10-03 · Seyedmorteza Sadat, Otmar Hilliges, Romann M. Weber

Classifier-free guidance (CFG) is crucial for improving both generation quality and alignment between the input condition and final output in diffusion models. While a high guidance scale is generally required to enhance…

Adaptive Classifier-Free Guidance via Dynamic Low-Confidence Masking

2025-05-26 · Pengxiang Li, Shilin Yan, Joey Tsai, Renrui Zhang 외

Classifier-Free Guidance (CFG) significantly enhances controllability in generative models by interpolating conditional and unconditional predictions. However, standard CFG often employs a static unconditional input, whi…

Language ModelingLanguage ModellingText Generation

Continuous Control of Editing Models via Adaptive-Origin Guidance

2026-02-03 · Alon Wolf, Chen Katzir, Kfir Aberman, Or Patashnik arxiv

Diffusion-based editing models have emerged as a powerful tool for semantic image and video manipulation. However, existing models lack a mechanism for smoothly controlling the intensity of text-guided edits. In standard…

Continuous Control

Gradient-Free Classifier Guidance for Diffusion Model Sampling

2024-11-23 · Rahul Shenoy, Zhihong Pan, Kaushik Balakrishnan, Qisen Cheng 외

Image generation using diffusion models have demonstrated outstanding learning capabilities, effectively capturing the full distribution of the training dataset. They are known to generate wide variations in sampled imag…

Image GenerationText to Image GenerationText-to-Image Generation