English

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

Computer Vision and Pattern Recognition 2026-05-25 v2 Artificial Intelligence

Abstract

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 reward provider, leveraging their rich multimodal priors to guide alignment. However, their computation and memory cost can be substantial, and optimizing a latent diffusion generator through a pixel-space reward introduces a domain mismatch that complicates alignment. In this paper, we propose DiNa-LRM, a diffusion-native latent reward model that formulates preference learning directly on noisy diffusion states. Our method introduces a noise-calibrated Thurstone likelihood with diffusion-noise-dependent uncertainty. DiNa-LRM leverages a pretrained latent diffusion backbone with a timestep-conditioned reward head, and supports inference-time noise ensembling, providing a diffusion-native mechanism for test-time scaling and robust rewarding. Across image alignment benchmarks, DiNa-LRM substantially outperforms existing diffusion-based reward baselines and achieves performance competitive with state-of-the-art VLMs at a fraction of the computational cost. In preference optimization, we demonstrate that DiNa-LRM improves preference optimization dynamics, enabling faster and more resource-efficient model alignment.

Keywords

Cite

@article{arxiv.2602.11146,
  title  = {Beyond VLM-Based Rewards: Diffusion-Native Latent Reward Modeling},
  author = {Gongye Liu and Bo Yang and Yida Zhi and Zhizhou Zhong and Lei Ke and Didan Deng and Han Gao and Yongxiang Huang and Kaihao Zhang and Hongbo Fu and Wenhan Luo},
  journal= {arXiv preprint arXiv:2602.11146},
  year   = {2026}
}

Comments

Accepted by ICML 2026. Code: https://github.com/HKUST-C4G/diffusion-rm

R2 v1 2026-07-01T10:32:21.638Z