Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation
Summary
This paper introduces SpectraReward, a training-free reward function that leverages pretrained multimodal large language models (MLLMs) as zero-shot reward models for reinforcement learning in text-to-image generation, demonstrating consistent improvements over prior methods.
View Cached Full Text
Cached at: 07/15/26, 04:21 AM
Paper page - Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation
Source: https://huggingface.co/papers/2607.11886
Abstract
Inthispaper,weproposeSpectraReward,atraining-freerewardfunctionthatturnspretrainedMLLMsintooff-the-shelfrewardmodelsforimage-generationreinforcementlearning.InsteadofaskingtheMLLMtojudgeageneratedimageoranswerdecomposedverificationquestions,SpectraRewardmeasureshowwelltheoriginalpromptcanberecoveredfromthegeneratedimagethroughasingleimage-conditioned,teacher-forcedforwardpass.Weusetheaverageimage-conditionedpromptlog-likelihoodasthereward,directlyreusingtheMLLM’spretrainedimage-textalignmentabilitywithoutpreferencelabels,reward-modelfine-tuning.WefurtherintroduceSelf-SpectraReward,aspecialcaseforunifiedmultimodalmodelswherethepolicy’sownunderstandingbranchservesastherewardmodelforitsgenerationbranch,formingaclosed-loopself-improvingframeworkwithoutexternalrewardmodelsorexternalknowledge.ExtensiveexperimentsvalidateSpectraRewardthroughabroadimage-generationRLstudycoveringtwodiffusionmodels,threeRLalgorithms,ninerewardMLLMbackbonesfromfourMLLMfamiliesspanning4Bto235Bparameters,andfiveout-of-distributiontext-to-imagebenchmarks.ResultsshowthatbothSpectraRewardandSelf-SpectraRewardsignificantlyandconsistentlyimprovegenerationperformanceandoutperformpriorMLLM-derivedrewardtrainingmethods.FurtheranalysisrevealsthatlargerrewardMLLMsarenotalwaysbetter,whileSelf-SpectraRewardcanmatchorsurpassmuchlargerexternalrewardmodels,suggestingthatreward-policyalignmentisakeyfactorforeffectiveimage-generationRL.ProjectPage:https://huangrh99.github.io/SpectraReward/
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2607\.11886
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.11886 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.11886 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.11886 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@xichen_pan: Modern text-to-image models are increasingly powered by large pretrained LLMs. But there is a curious mismatch: the LLM…
RepFusion introduces a method to use pretrained multimodal LLMs as noisy representation encoders in diffusion transformers for text-to-image generation, outperforming baselines with similar compute.
TRN-R1-Zero: Text-rich Network Reasoning via LLMs with Reinforcement Learning Only
TRN-R1-Zero introduces a post-training framework that enables LLMs to perform zero-shot reasoning on text-rich networks using only reinforcement learning, without supervised fine-tuning or chain-of-thought data.
STAR: SpatioTemporal Adaptive Reward Allocation for Text-to-Image RL Post-Training
This paper introduces STAR, a method for spatiotemporally adaptive reward allocation in RL post-training for text-to-image diffusion models, improving compositional alignment and text rendering by focusing policy updates on relevant latent regions.
From Search to Synthesis: Training LLMs as Zero-Shot Workflow Generators
Introduces MetaFlow, a method that trains large language models to generate zero-shot workflows for tasks by combining supervised fine-tuning and reinforcement learning with execution feedback, achieving strong generalization to untrained tasks and operator sets.
I pretrained and post trained a 500M parameter LLM and 330M parameter Image generator from scratch
The author details the process of pretraining and post-training a 500M parameter language model and a 330M parameter image generator entirely from scratch.