paper-with-me

홈 › Papers

Dynamic Negative Guidance of Diffusion Models

2024-10-18 · Felix Koulischer, Johannes Deleu, Gabriel Raya, Thomas Demeester, Luca Ambrogioni

Negative Prompting (NP) is widely utilized in diffusion models, particularly in text-to-image applications, to prevent the generation of undesired features. In this paper, we show that conventional NP is limited by the assumption of a constant guidance scale, which may lead to highly suboptimal results, or even complete failure, due to the non-stationarity and state-dependence of the reverse process. Based on this analysis, we derive a principled technique called Dynamic Negative Guidance, which relies on a near-optimal time and state dependent modulation of the guidance without requiring additional training. Unlike NP, negative guidance requires estimating the posterior class probability during the denoising process, which is achieved with limited additional computational overhead by tracking the discrete Markov Chain during the generative process. We evaluate the performance of DNG class-removal on MNIST and CIFAR10, where we show that DNG leads to higher safety, preservation of class balance and image quality when compared with baseline methods. Furthermore, we show that it is possible to use DNG with Stable Diffusion to obtain more accurate and less invasive guidance than NP.

📄 PDF Abstract BibTeX arXiv:2410.14398

Code (1)

felixkoulischer/dynamic-negative-guidance 공식 구현 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…

Similar Papers 제목 키워드 기반

Dynamic VLM-Guided Negative Prompting for Diffusion Models

2025-10-30 · Hoyeon Chang, Seungjin Kim, Yoonseok Choi arxiv

We propose a novel approach for dynamic negative prompting in diffusion models that leverages Vision-Language Models (VLMs) to adaptively generate negative prompts during the denoising process. Unlike traditional Negativ…

Concept Removal Guidance: Evidence-Calibrated Negative Guidance for Safe Diffusion Sampling

2026-06-29 · Yoonseok Choi, Chaeyoung Oh, Hyunjun Choi, Seokin Seo 외 arxiv

Text-to-image diffusion models remain vulnerable to adversarial prompts that elicit disallowed content, motivating reliable inference-time controls. A popular approach is negative guidance, which subtracts a negative pro…

VSF: Simple, Efficient, and Effective Negative Guidance in Few-Step Image Generation Models By Value Sign Flip

2025-08-11 · Wenqi Guo, Shan Du arxiv

We introduce Value Sign Flip (VSF), a simple and efficient method for incorporating negative prompt guidance in few-step diffusion and flow-matching image generation models. Unlike existing approaches such as classifier-…

Video GenerationImage Generation

Advanced Image Generation: Negative Prompt Optimization and Latent Classifier Guidance

2026-07-16 · Vaddi Charan Sai Nandan Reddy, Harini B, Chandana M S arxiv

We present a novel system that integrates negative prompt optimization via a fine-tuned sequence-to-sequence LLM and latent-space classifier guidance to improve the quality of images generated by Stable Diffusion. Our ap…

Image Generation

Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

2026-07-27 · Bingnan Li, Haozhe Wang, Haozhong Xiong, Fangtai Wu 외 hf

On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern…