Papers › MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?

MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?

5 Jul 2024arXiv:2407.04842archive 2025-07-28

Zhaorun Chen, Yichao Du, Zichen Wen, Yiyang Zhou, Chenhang Cui, Zhenzhen Weng, Haoqin Tu, Chaoqi Wang, Zhengwei Tong, Qinglan Huang, Canyu Chen, Qinghao Ye, Zhihong Zhu, Yuqing Zhang, Jiawei Zhou, Zhuokai Zhao, Rafael Rafailov, Chelsea Finn, Huaxiu Yao

While text-to-image models like DALLE-3 and Stable Diffusion are rapidly proliferating, they often encounter challenges such as hallucination, bias, and the production of unsafe, low-quality output. To effectively address these issues, it is crucial to align these models with desired behaviors based on feedback from a multimodal judge. Despite their significance, current multimodal judges frequently undergo inadequate evaluation of their capabilities and limitations, potentially leading to misalignment and unsafe fine-tuning outcomes. To address this issue, we introduce MJ-Bench, a novel benchmark which incorporates a comprehensive preference dataset to evaluate multimodal judges in providing feedback for image generation models across four key perspectives: alignment, safety, image quality, and bias. Specifically, we evaluate a large variety of multimodal judges including smaller-sized CLIP-based scoring models, open-source VLMs (e.g. LLaVA family), and close-source VLMs (e.g. GPT-4o, Claude 3) on each decomposed subcategory of our preference dataset. Experiments reveal that close-source VLMs generally provide better feedback, with GPT-4o outperforming other judges in average. Compared with open-source VLMs, smaller-sized scoring models can provide better feedback regarding text-image alignment and image quality, while VLMs provide more accurate feedback regarding safety and generation bias due to their stronger reasoning capabilities. Further studies in feedback scale reveal that VLM judges can generally provide more accurate and stable feedback in natural language (Likert-scale) than numerical scales. Notably, human evaluations on end-to-end fine-tuned models using separate feedback from these multimodal judges provide similar conclusions, further confirming the effectiveness of MJ-Bench. All data, code, models are available at https://huggingface.co/MJ-Bench.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.04842")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MJ-Bench/MJ-Bench officialmentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 11 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
3unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MJ-Bench/MJ-Bench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_demographic_group MJ-Bench/MJ-Bench/finetune_datasets/bias_dataset_select.py official repository ran MIT (permissive) · ec77e2763d61573c · report
extract_first_number MJ-Bench/MJ-Bench/evaluate_bias_avg.py official repository ran fingerprinted MIT (permissive) · 52cb1c4da16603c7 · report
extract_narrative_score MJ-Bench/MJ-Bench/evaluate_bias_avg.py official repository ran fingerprinted MIT (permissive) · bf0c454d7dfe9150 · report
get_dirs MJ-Bench/MJ-Bench/bias/get_finetune_prompt.py official repository ran fingerprinted MIT (permissive) · 8957ed6aa5f44109 · report
get_label MJ-Bench/MJ-Bench/experimental/ddpo_finetune_with_vlm.py official repository ran MIT (permissive) · 113f20f07f1ceea2 · report
get_pred MJ-Bench/MJ-Bench/experimental/ddpo_finetune_with_vlm.py official repository ran MIT (permissive) · 17ad7536db5b4682 · report
load_json_dataset MJ-Bench/MJ-Bench/inference.py official repository ran MIT (permissive) · cc893884872e9eda · report
load_prompt_template MJ-Bench/MJ-Bench/inference.py official repository ran MIT (permissive) · 4fb4a653fefe74ee · report
open_image MJ-Bench/MJ-Bench/experimental/ddpo_finetune_with_vlm.py official repository ran MIT (permissive) · cb76eb23e440636a · report
prompt_fn MJ-Bench/MJ-Bench/experimental/ddpo_finetune.py official repository ran fingerprinted MIT (permissive) · 54ca6c2611c3c399 · report
tokenize_captions MJ-Bench/MJ-Bench/experimental/dpo_finetune.py official repository ran MIT (permissive) · eb28e9ec2502d447 · report
fit_gaussian_and_report_properties MJ-Bench/MJ-Bench/evaluate_bias_type.py official repository unverified MIT (permissive) · 1b1556b0ebaba73c · report
import_model_class_from_model_name_or_path MJ-Bench/MJ-Bench/experimental/dpo_finetune.py official repository unverified MIT (permissive) · 1f631e56c6e042ac · report
parse_args MJ-Bench/MJ-Bench/experimental/dpo_finetune.py official repository unverified MIT (permissive) · 38e20568bab6256d · report

Tasks

HallucinationImage GenerationText to Image GenerationText-to-Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNDiffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections