paper-with-me

홈 › Papers

Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation

2026-07-13 · Runhui Huang, Qihui Zhang, Zhe Liu, Yu Gao, Jie Wu, Hengshuang Zhao hf

In this paper, we propose SpectraReward, a training-free reward function that turns pretrained MLLMs into off-the-shelf reward models for image-generation reinforcement learning. Instead of asking the MLLM to judge a generated image or answer decomposed verification questions, SpectraReward measures how well the original prompt can be recovered from the generated image through a single image-conditioned, teacher-forced forward pass. We use the average image-conditioned prompt log-likelihood as the reward, directly reusing the MLLM's pretrained image-text alignment ability without preference labels, reward-model fine-tuning. We further introduce Self-SpectraReward, a special case for unified multimodal models where the policy's own understanding branch serves as the reward model for its generation branch, forming a closed-loop self-improving framework without external reward models or external knowledge. Extensive experiments validate SpectraReward through a broad image-generation RL study covering two diffusion models, three RL algorithms, nine reward MLLM backbones from four MLLM families spanning 4B to 235B parameters, and five out-of-distribution text-to-image benchmarks. Results show that both SpectraReward and Self-SpectraReward significantly and consistently improve generation performance and outperform prior MLLM-derived reward training methods. Further analysis reveals that larger reward MLLMs are not always better, while Self-SpectraReward can match or surpass much larger external reward models, suggesting that reward-policy alignment is a key factor for effective image-generation RL. Project Page: https://huangrh99.github.io/SpectraReward/

📄 PDF Abstract BibTeX arXiv:2607.11886

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationReinforcement Learning

Similar Papers 제목 키워드 기반

A Primer on Pretrained Multilingual Language Models

2021-07-01 · Sumanth Doddapaneni, Gowtham Ramesh, Mitesh M. Khapra, Anoop Kunchukuttan 외

Multilingual Language Models (\MLLMs) such as mBERT, XLM, XLM-R, \textit{etc.} have emerged as a viable option for bringing the power of pretraining to a large number of languages. Given their success in zero-shot transf…

Joint Multilingual Sentence RepresentationsMultilingual text classificationMultilingual Word EmbeddingsPretrained Multilingual Language Models+3

Evaluating Linguistic Capabilities of Multimodal LLMs in the Lens of Few-Shot Learning

2024-07-17 · Mustafa Dogan, Ilker Kesen, Iacer Calixto, Aykut Erdem 외

The linguistic capabilities of Multimodal Large Language Models (MLLMs) are critical for their effective application across diverse tasks. This study aims to evaluate the performance of MLLMs on the VALSE benchmark, focu…

Few-Shot LearningIn-Context Learning

M$^2$PT: Multimodal Prompt Tuning for Zero-shot Instruction Learning

2024-09-24 · Taowen Wang, Yiyang Liu, James Chenhao Liang, Junhan Zhao 외

Multimodal Large Language Models (MLLMs) demonstrate remarkable performance across a wide range of domains, with increasing emphasis on enhancing their zero-shot generalization capabilities for unseen tasks across variou…

Zero-shot Generalization

MC-CoT: A Modular Collaborative CoT Framework for Zero-shot Medical-VQA with LLM and MLLM Integration

2024-10-06 · Lai Wei, Wenkai Wang, Xiaoyu Shen, Yu Xie 외

In recent advancements, multimodal large language models (MLLMs) have been fine-tuned on specific medical image datasets to address medical visual question answering (Med-VQA) tasks. However, this common approach of task…

Medical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Task Transfer and Domain Adaptation for Zero-Shot Question Answering

2022-06-14 · DeepLo 2022 7 · Xiang Pan, Alex Sheng, David Shimshoni, Aditya Singhal 외

Pretrained language models have shown success in various areas of natural language processing, including reading comprehension tasks. However, when applying machine learning methods to new domains, labeled data may not a…

Domain AdaptationQuestion AnsweringReading Comprehension