paper-with-me

Papers

Training-free Diffusion Model Alignment with Sampling Demons

2024-10-08 · Po-Hung Yeh, Kuang-Huei Lee, Jun-Cheng Chen

Aligning diffusion models with user preferences has been a key challenge. Existing methods for aligning diffusion models either require retraining or are limited to differentiable reward functions. To address these limitations, we propose a stochastic optimization approach, dubbed Demon, to guide the denoising process at inference time without backpropagation through reward functions or model retraining. Our approach works by controlling noise distribution in denoising steps to concentrate density on regions corresponding to high rewards through stochastic optimization. We provide comprehensive theoretical and empirical evidence to support and validate our approach, including experiments that use non-differentiable sources of rewards such as Visual-Language Model (VLM) APIs and human judgements. To the best of our knowledge, the proposed approach is the first inference-time, backpropagation-free preference alignment method for diffusion models. Our method can be easily integrated with existing diffusion models without further training. Our experiments show that the proposed approach significantly improves the average aesthetics scores for text-to-image generation. Implementation is available at https://github.com/aiiu-lab/DemonSampling.

📄 PDF Abstract BibTeX arXiv:2410.05760

Code (1)

aiiu-lab/DemonSampling 공식 구현 pytorch

Tasks

DenoisingImage GenerationLanguage ModelingLanguage ModellingStochastic OptimizationText to Image GenerationText-to-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…
Demon Decaying Momentum, or Demon, is a stochastic optimizer motivated by decaying the total contribution of a gradient to all future updates. By decaying the momentum…

Similar Papers 제목 키워드 기반

Training-Free Representation Guidance for Diffusion Models with a Representation Alignment Projector

2026-01-30 · Wenqiang Zu, Shenghao Xie, Bo Lei, Lei Ma arxiv

Recent progress in generative modeling has enabled high-quality visual synthesis with diffusion-based frameworks, supporting controllable sampling and large-scale training. Inference-time guidance methods such as classif…

Rethinking Video Super-Resolution: Towards Diffusion-Based Methods without Motion Alignment

2025-03-05 · Zhihao Zhan, Wang Pang, Xiang Zhu, Yechao Bai

In this work, we rethink the approach to video super-resolution by introducing a method based on the Diffusion Posterior Sampling framework, combined with an unconditional video diffusion transformer operating in latent …

AllSuper-ResolutionUnconditional Video GenerationVideo Generation+1

RichControl: Structure- and Appearance-Rich Training-Free Spatial Control for Text-to-Image Generation

2025-07-03 · Lexi Pang, Liheng Zhang, Hang Ye, Xiaoxuan Ma 외 arxiv

Text-to-image (T2I) diffusion models have shown remarkable success in generating high-quality images from text prompts. Recent efforts extend these models to incorporate conditional images (e.g., canny edge) for fine-gra…

Text-to-Image Generation

MCLR: Improving Conditional Modeling via Inter-Class Likelihood-Ratio Maximization and Unifying Classifier-Free Guidance with Alignment Objectives

2026-03-23 · Xiang Li, Yixuan Jia, Xiao Li, Jeffrey A. Fessler 외 arxiv

Diffusion models achieve strong performance in generative modeling, but their success often relies heavily on classifier-free guidance (CFG), an inference-time heuristic that modifies the sampling trajectory. In theory, …

Reflective Flow Sampling Enhancement

2026-03-06 · Zikai Zhou, Muyao Wang, Shitong Shao, Lichen Bai 외 arxiv

The growing demand for text-to-image generation has led to rapid advances in generative modeling. Recently, text-to-image diffusion models trained with flow matching algorithms, such as FLUX, have achieved remarkable pro…

Text-to-Image Generation