English

Multimodal LLMs as Customized Reward Models for Text-to-Image Generation

Computer Vision and Pattern Recognition 2025-07-31 v2 Artificial Intelligence Computation and Language

Abstract

We introduce LLaVA-Reward, an efficient reward model designed to automatically evaluate text-to-image (T2I) generations across multiple perspectives, leveraging pretrained multimodal large language models (MLLMs). Existing MLLM-based approaches require instruction-following data for supervised fine-tuning and evaluate generation quality on analyzing text response, which is time-consuming and difficult to train. To address this problem, we propose LLaVA-Reward, which directly utilizes the hidden states of MLLMs given text-image pairs. To enhance the bidirectional interaction between visual and textual representations in decoder-only MLLMs, we further propose adding a Skip-connection Cross Attention (SkipCA) module. This design enhances text-image correlation reasoning by connecting early-layer visual features with later-layer hidden representations. In addition, LLaVA-Reward supports different types of preference data for efficient fine-tuning, including paired preference data and unpaired data. We train LLaVA-Reward on four evaluation perspectives: text-image alignment, fidelity/artifact, safety, and overall ranking. Empirical results demonstrate that LLaVA-Reward outperforms conventional and MLLM-based methods in generating human-aligned scores for automatic evaluations and inference-time scaling in text-to-image generations.

Keywords

Cite

@article{arxiv.2507.21391,
  title  = {Multimodal LLMs as Customized Reward Models for Text-to-Image Generation},
  author = {Shijie Zhou and Ruiyi Zhang and Huaisheng Zhu and Branislav Kveton and Yufan Zhou and Jiuxiang Gu and Jian Chen and Changyou Chen},
  journal= {arXiv preprint arXiv:2507.21391},
  year   = {2025}
}

Comments

Accepted at ICCV 2025. Code available at https://github.com/sjz5202/LLaVA-Reward

R2 v1 2026-07-01T04:23:10.973Z