paper-with-me

Papers

Explicit Critic Guidance for Aligning Diffusion Models

2026-05-26 · Zhengyang Liang, Qihang Zhang, Ceyuan Yang arxiv

Online reinforcement learning is becoming increasingly important for aligning diffusion models with non-differentiable objectives. However, existing methods still face limitations in assigning fine-grained credit along denoising trajectories and in realizing stable value-based optimization. We propose a state-aligned latent actor-critic framework for diffusion post-training, in which the diffusion model serves as its own timestep-conditioned value function and predicts values directly on noisy latent states. This enables trajectory-level PPO training, supports stable actor-critic optimization with simple conditioning and value pretraining strategies, and naturally allows the learned critic to be reused for inference-time steering. We further extend the framework to multi-reward optimization, where joint training with complementary rewards helps alleviate reward hacking. Across both UNet- and DiT-based backbones, our method consistently outperforms prior group-relative RL and actor-critic baselines on single-reward and multi-reward benchmarks, while test-time steering provides additional gains in generation quality.

📄 PDF Abstract BibTeX arXiv:2605.27736

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Conditional Diffusion with Less Explicit Guidance via Model Predictive Control

2022-10-21 · Max W. Shen, Ehsan Hajiramezanali, Gabriele Scalia, Alex Tseng 외

How much explicit guidance is necessary for conditional diffusion? We consider the problem of conditional sampling using an unconditional diffusion model and limited explicit guidance (e.g., a noised classifier, or a con…

Model Predictive Control

Steering Guidance for Personalized Text-to-Image Diffusion Models

2025-08-01 · Sunghyun Park, Seokeon Choi, Hyoungwoo Park, Sungrack Yun arxiv

Personalizing text-to-image diffusion models is crucial for adapting the pre-trained models to specific target concepts, enabling diverse image generation. However, fine-tuning with few images introduces an inherent trad…

Image Generation

TextGuider: Training-Free Guidance for Text Rendering via Attention Alignment

2025-12-10 · Kanghyun Baek, Sangyub Lee, Jin Young Choi, Jaewoo Song 외 arxiv

Despite recent advances, diffusion-based text-to-image models still struggle with accurate text rendering. Several studies have proposed fine-tuning or training-free refinement methods for accurate text rendering. Howeve…

Conditional Diffusion Guidance under Hard Constraint: A Stochastic Analysis Approach

2026-02-05 · Zhengyi Guo, Wenpin Tang, Renyuan Xu arxiv

We study conditional generation in diffusion models under hard constraints, where generated samples must satisfy prescribed events with probability one. Such constraints arise naturally in safety-critical applications an…

Unified Control for Inference-Time Guidance of Denoising Diffusion Models

2025-12-13 · Maurya Goyal, Anuj Singh, Hadi Jamali-Rad arxiv

Aligning diffusion model outputs with downstream objectives is essential for improving task-specific performance. Broadly, inference-time training-free approaches for aligning diffusion models can be categorized into two…