paper-with-me

Papers

Latent Reward Registers for Diffusion Preference Alignment

2026-08-04 · Yuanshen Guan, Zipeng Feng, Chengru Song, Zhiwei Xiong, Peiqin Sun arxiv

Aligning diffusion models with human preferences usually relies on a sparse terminal reward evaluated on the final generated samples, which creates a severe temporal credit-assignment problem across the denoising process. We propose Latent Reward Registers, a mechanism that estimates terminal preference directly from intermediate noisy latents. Learnable, position-free register tokens are appended as an auxiliary read path to a frozen Diffusion Transformer (DiT), extracting preference signals without altering the generator's hidden states or velocity field. The resulting dense, differentiable reward field spans the full denoising trajectory and supports two alignment strategies. For training, Reward-Gradient On-Policy Distillation (RG-OPD) converts this dense reward field into per-step targets at states visited by the current generator, replacing rollout-intensive policy gradients with direct on-policy distillation. For inference, Reward-Guided Sampling (RGS) steers trajectories with magnitude-matched reward-gradient corrections and no parameter updates. Empirically, at high noise levels (t=0.8) the registers reach the highest pairwise accuracy among the evaluated latent reward models. RG-OPD outperforms online reinforcement learning baselines while reducing GPU hours by up to 33x. RGS achieves significant reward improvement with a favorable reward-quality balance against training-free baselines. Code and weights are to be available at https://github.com/Guanys-dar/latent-reward-register

📄 PDF Abstract BibTeX arXiv:2608.03929

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Beyond VLM-Based Rewards: Diffusion-Native Latent Reward Modeling

2026-02-11 · Gongye Liu, Bo Yang, Yida Zhi, Zhizhou Zhong 외 arxiv

Preference optimization for diffusion and flow-matching models relies on reward functions that are both discriminatively robust and computationally efficient. Vision-Language Models (VLMs) have emerged as the primary rew…

Diffusion Model as a Noise-Aware Latent Reward Model for Step-Level Preference Optimization

2025-02-03 · Tao Zhang, Cheng Da, Kun Ding, Huan Yang 외

Preference optimization for diffusion models aims to align them with human preferences for images. Previous methods typically use Vision-Language Models (VLMs) as pixel-level reward models to approximate human preference…

model

Reward Lightning: Fast Video Generation via Homologous Preference Distillation

2026-07-04 · Jiaxiang Cheng, Bing Ma, Xuhua Ren, Kai Yu 외 arxiv

Achieving simultaneous preference alignment and distillation acceleration in video diffusion models remains an open challenge. Existing methods optimize the two objectives over mismatched representation spaces, where imp…

Video Generation

InPO: Inversion Preference Optimization with Reparametrized DDIM for Efficient Diffusion Model Alignment

2025-03-24 · CVPR 2025 1 · Yunhong Lu, Qichao Wang, Hengyuan Cao, Xierui Wang 외

Without using explicit reward, direct preference optimization (DPO) employs paired human preference data to fine-tune generative models, a method that has garnered considerable attention in large language models (LLMs). …

Latent Embedding Adaptation for Human Preference Alignment in Diffusion Planners

2025-03-24 · Wen Zheng Terence Ng, Jianda Chen, Yuan Xu, Tianwei Zhang

This work addresses the challenge of personalizing trajectories generated in automated decision-making systems by introducing a resource-efficient approach that enables rapid adaptation to individual users' preferences. …

Decision Making