paper-with-me

홈 › Papers

TCFG: Tangential Damping Classifier-free Guidance

2025-03-23 · CVPR 2025 1 · Mingi Kwon, Shin seong Kim, Jaeseok Jeong. Yi Ting Hsiao, Youngjung Uh

Diffusion models have achieved remarkable success in text-to-image synthesis, largely attributed to the use of classifier-free guidance (CFG), which enables high-quality, condition-aligned image generation. CFG combines the conditional score (e.g., text-conditioned) with the unconditional score to control the output. However, the unconditional score is in charge of estimating the transition between manifolds of adjacent timesteps from $x_t$ to $x_{t-1}$, which may inadvertently interfere with the trajectory toward the specific condition. In this work, we introduce a novel approach that leverages a geometric perspective on the unconditional score to enhance CFG performance when conditional scores are available. Specifically, we propose a method that filters the singular vectors of both conditional and unconditional scores using singular value decomposition. This filtering process aligns the unconditional score with the conditional score, thereby refining the sampling trajectory to stay closer to the manifold. Our approach improves image quality with negligible additional computation. We provide deeper insights into the score function behavior in diffusion models and present a practical technique for achieving more accurate and contextually coherent image synthesis.

📄 PDF Abstract BibTeX arXiv:2503.18137

Code (0)

등록된 구현이 없습니다.

Tasks

Image 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…

Similar Papers 제목 키워드 기반

SoftCFG: Uncertainty-guided Stable Guidance for Visual Autoregressive Model

2025-10-01 · Dongli Xu, Aleksei Tiulpin, Matthew B. Blaschko arxiv

Autoregressive (AR) models have emerged as powerful tools for image generation by modeling images as sequences of discrete tokens. While Classifier-Free Guidance (CFG) has been adopted to improve conditional generation, …

Image Generation

Be Tangential to Manifold: Discovering Riemannian Metric for Diffusion Models

2025-10-07 · Shinnosuke Saito, Takashi Matsubara arxiv

Diffusion models are powerful deep generative models, but unlike classical models, they lack an explicit low-dimensional latent space that parameterizes the data manifold. This absence makes it difficult to perform manif…

TAG: Tangential Amplifying Guidance for Hallucination-Resistant Sampling

2025-10-06 · Hyunmin Cho, Donghoon Ahn, Susung Hong, Jee Eun Kim 외 arxiv

Diffusion models achieve state-of-the-art image generation but often produce semantic inconsistencies, or hallucinations. Existing inference-time guidance methods rely on external signals or architectural modifications, …

Image Generation

SRSR: Enhancing Semantic Accuracy in Real-World Image Super-Resolution with Spatially Re-Focused Text-Conditioning

2025-10-26 · Chen Chen, Majid Abdolshah, Violetta Shevchenko, Hongdong Li 외 arxiv

Existing diffusion-based super-resolution approaches often exhibit semantic ambiguities due to inaccuracies and incompleteness in their text conditioning, coupled with the inherent tendency for cross-attention to divert …

Image Super-Resolution

Delta Score Matters! Spatial Adaptive Multi Guidance in Diffusion Models

2026-04-29 · Haosen Li, Wenshuo Chen, Lei Wang, Shaofeng Liang 외 arxiv

Diffusion models have achieved remarkable success in synthesizing complex static and temporal visuals, a breakthrough largely driven by Classifier-Free Guidance (CFG). However, despite its pivotal role in aligning genera…