AIAny
Icon for item

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

Uses pretrained multimodal LLMs as zero-shot, training-free reward models for text-to-image RL by scoring how well the original text prompt can be recovered from a generated image via image-conditioned prompt log-likelihood; includes a Self-SpectraReward closed-loop variant.

Introduction

Most text-to-image RL approaches rely on supervised preference data or trained reward models. This paper shows a different lever: reuse a pretrained multimodal LLM's image–text alignment to rate images without any reward-model fine-tuning. The core idea is to measure prompt recoverability — how likely the MLLM would generate the original prompt given the image — and use that average image-conditioned prompt log-likelihood as a reward.

Key Findings
  • SpectraReward is training-free: it uses a single image-conditioned, teacher-forced forward pass through an MLLM to compute reward, so no preference labels or reward fine-tuning are required. This simplifies pipelines and reduces reliance on labeled human preferences.
  • Broad compatibility and empirical gains: evaluated across two diffusion backbones, three RL algorithms, nine reward MLLM backbones (4B–235B) from four families, and five out-of-distribution benchmarks; SpectraReward and Self-SpectraReward consistently improve generation quality and outperform prior MLLM-derived reward methods.
  • Self-SpectraReward insight: letting the policy’s own understanding branch score its generation (a closed-loop setup) can match or beat much larger external reward models, highlighting that reward–policy alignment matters more than absolute reward-model scale.
  • Not monotonic with model size: larger reward MLLMs do not always yield better RL outcomes, implying selection/compatibility of reward model and policy is crucial.
Who it's for and trade-offs

Great fit if you want to tune text-to-image models via RL without collecting preference labels or training extra reward models, or if you want a simple plug-in reward signal that leverages existing multimodal LLMs. Look elsewhere if you require human-aligned, safety-verified preference judgments (human labels remain the gold standard) or if your deployment constraints prevent using large pretrained MLLMs for scoring (compute and latency costs for large MLLMs can be nontrivial).

Where it fits

SpectraReward sits between heuristic automated metrics and fully supervised reward learning: it reuses pretrained multimodal capabilities to provide a principled, likelihood-based reward that scales across image generators and RL algorithms, offering a low-friction alternative for improving fidelity to prompts.

Method overview

Compute the average log-likelihood that the MLLM assigns to the original text prompt conditioned on the generated image (teacher-forced). Use that score as the scalar reward to optimize a diffusion-based image generator via standard RL algorithms. The Self-SpectraReward variant uses a unified multimodal model where the policy’s perception/understanding branch scores outputs from its generation branch, forming a closed feedback loop without external reward models.

Information

  • Websitearxiv.org
  • AuthorsRunhui Huang, Qihui Zhang, Zhe Liu, Yu Gao, Jie Wu, Hengshuang Zhao
  • Published date2026/07/13

More Items

GitHub
AI Model2023

Estimates and tracks 6D poses of novel objects without per-object fine-tuning — supports both model-based (CAD) and model-free (few reference images) setups. Trained on large-scale synthetic data with a transformer-based architecture and contrastive learning; CVPR 2024 highlight with demos and pretrained weights.

Continuously records egocentric visual and audio streams into a lightweight streaming memory that organizes experiences into current, short-term, and long-term tiers and retrieves multimodal evidence to answer queries about past events. Built for on-device use (smartphones/AI glasses) with dynamic retrieval routing.

Reconstructs 4D dynamic human scenes from sparse, low-overlap multi-camera captures by decoupling background synthesis and human modeling. Synthesizes hundreds of camera-controlled background views with a video diffusion model, initializes deformable Gaussian humans via cross-view identity and triangulated keypoints, then applies motion-adaptive recursive enhancement to reduce artifacts.