A fine-tuned judge model for evaluating text-to-image (T2I) generation quality. Built on top of Qwen3.6-27B, it scores generated images across 5 hierarchical dimensions using structured checklists and outputs JSON-formatted evaluation results.
Q-Judger is a vision-language model fine-tuned specifically for automated evaluation of text-to-image generated images. Given a text prompt and a generated image, the model evaluates the image on fine-grained quality criteria organized in a 3-level hierarchy and outputs structured JSON scores.
Level-3 → Level-2: Average all non-N/A Level-3 scores within a Level-2 category
Level-2 → Level-1: Average all Level-2 scores within a Level-1 dimension
Level-1 → Total: Average all Level-1 dimension scores
Human Agreement
We validate the judge model against human expert rankings by computing Spearman rank correlation ($\rho$) between the model's rankings and human expert rankings across the five L1 pillars and overall. All correlations are statistically significant ($p < 10^{-4}$, $N = 18$ models).
The judge model uses fixed inference parameters for reproducibility:
Parameter
Value
seed
42
temperature
0
top_k
1
top_p
1.0
repetition_penalty
1.05
max_new_tokens
4096
enable_thinking
True
max_batch_size
24
Citation
If you find this model useful, please cite our paper:
bibtex
1@misc{li2026qwenimagebenchgenerationcreationtexttoimage,
2 title={Qwen-Image-Bench: From Generation to Creation in Text-to-Image Evaluation},
3 author={Niantong Li and Guangzheng Hu and Weixu Qiao and Ying Ba and Qichen Hong and Shijun Shen and Jinlin Wang and Fan Zhou and Jianye Kang and Xin Shang and Ziyi He and Wei Wang and Dalin Li and Jiahao Li and Jie Zhang and Kaiyuan Gao and Kun Yan and Lihan Jiang and Ningyuan Tang and Shengming Yin and Tianhe Wu and Xiao Xu and Xiaoyue Chen and Yuxiang Chen and Yan Shu and Yanran Zhang and Yilei Chen and Yixian Xu and Zekai Zhang and Zhendong Wang and Zihao Liu and Zikai Zhou and Hongzhu Shi and Yi Wang and Bing Zhao and Hu Wei and Lin Qu and Chenfei Wu},
4 year={2026},
5 eprint={2605.28091},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2605.28091},
9}