REVIEW 3 major objections 6 minor 1 cited by
MMIG-Bench: Towards Comprehensive and Explainable Evaluation of Multi-Modal Image Generation Models
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read One benchmark now scores text-to-image and image-customization models on a single, interpretable scale.
desk verdict A useful unified benchmark dataset for multimodal image generation, but the new AMS metric's human-alignment claim rests on only 12 model-level points and needs stronger validation. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the QA-pair pipeline behind AMS: prompts are parsed into aspect graphs by GPT-4o, then GPT-4o with in-context examples generates one or more question-answer pairs per aspect, and human annotators filter and correct them. At scoring time, a single vision-language model answers each question from the generated image, and an exact string match against the gold answer counts as correct. This converts prompt-image alignment into an answerable, per-aspect checklist, which is what makes the score fine-grained and interpretable. The three-level wrapper (low-level artifact and identity metrics, mid-level AMS, high-level aesthetics and preference) is the benchmark's second piece of machinery, letting one suite cover both visual quality and semantic fidelity.
What would settle it
Take the benchmark's prompts, feed the question-answering stage only the text prompt with no generated image, and compute AMS; if it remains high or keeps its 0.699 correlation with human ratings, the metric is capturing prompt priors rather than image content. More directly, swap a generated image with one that contains none of the queried objects: an AMS that still answers yes to presence questions would fail the check.
Extended reading notes
Core claim
On its own terms, the paper establishes that a VQA-based, aspect-level metric can serve as a unified mid-level evaluation for both text-only and image-plus-text generation. The authors build MMIG-Bench, a dataset of 4,850 richly annotated prompts paired with 1,750 multi-view reference images across 380 subjects, and define AMS(I, P) = 1/n * sum_i 1(Ans_i = Ans_i), where each QA pair is generated by GPT-4o and human-validated for the semantics of objects, relations, attributes, and counting, and answered by Qwen-VL2.5-72B. They report that AMS achieves the highest Spearman correlation with human ratings (0.699) among BLIPVQA, VQ2, and DSG on 12 text-to-image models, and that per-aspect correlations reach 0.909 for relations and 0.839 for counting. They also benchmark 17 models and report findings such as HiDream-I1 leading most text-to-image metrics, DreamBooth leading identity preservation, and GPT-4o leading semantic alignment in customization while losing identity.
Load-bearing premise
AMS assumes that a question-answer pair generated by GPT-4o and validated by humans, answered exactly by one vision-language model, correctly captures whether an aspect of the prompt appears in the image; if the question can be answered from the prompt alone, or the answering model is inaccurate, the score measures something other than image-text alignment.
Editorial extensions
If this is right
- A single benchmark can rank text-to-image models, customization models, and hybrids on the same scale, making architecture and data choices directly comparable.
- AMS separates failures by aspect: relations and counting are the most discriminating dimensions, so practitioners can see whether a model loses spatial logic, object identity, or attribute detail.
- The leaderboard results indicate that scaling and rectified-flow/diffusion-transformer architectures currently give the strongest text-to-image fidelity, while identity preservation and composition remain a trade-off, as seen in DreamBooth versus GPT-4o.
- The 32k human ratings provide a reusable validation set for future automated metrics, not just an evaluation of current models.
- By covering text-only, image-conditioned, and mixed-input tasks, the benchmark supports side-by-side evaluation of every hybrid in between, which existing T2I and customization benchmarks do not offer.
Reading between the lines
- Editorial inference: the QA-pair generation step is itself a text-to-question model; if future benchmarks automate it without human validation, AMS will inherit hallucinated or redundant questions, so the human-verification stage is the part most worth preserving and auditing.
- Editorial inference: because AMS is exact-match and aspect-based, it could be applied to video generation by sampling frames, and to editing tasks by checking unchanged regions, though the paper does not claim this.
- Editorial inference: the reported relation and counting correlations suggest that the hardest dimension of these benchmarks is compositional logic; a model that scores well on objects and attributes but poorly on relations would be a candidate for targeted training data rather than a full architecture change.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces MMIG-Bench, a benchmark and evaluation framework for multimodal image generation. It pairs 1,750 multi-view reference images (in roughly 380–386 groups) with 4,850 text prompts that are densely annotated with aspect phrases and QA pairs, and proposes a three-level evaluation suite: low-level artifact/identity metrics, a mid-level VQA-based Aspect Matching Score (AMS), and high-level aesthetics/preference metrics. The authors benchmark 17 T2I and customization models and report a human evaluation study with 32k ratings. The central claim is that AMS provides a fine-grained, human-aligned prompt-image alignment score, supported by a Spearman correlation of rho=0.699 against human ratings (Table 3), which is higher than DSG (0.692), VQ2 (0.399), and BLIPVQA (0.147).
Significance. If the metric-validation claim held, MMIG-Bench would be a valuable unified benchmark: the dataset size (4,850 prompts, 1,750 reference images, 28,668 QA pairs), the breadth of covered models (17), and the 32k human ratings are substantial assets. The paper also makes a useful step by treating T2I and subject-customized generation under one evaluation protocol. However, the distinctive contribution—the AMS metric as a fine-grained, human-aligned score—is not yet established at the claimed level of precision. The validation rests on 12 model-level data points with no uncertainty quantification, the margin over DSG is small, and the per-image/per-prompt behavior that would justify the word 'fine-grained' is not reported. The benchmark resource itself is still valuable, and the central claim is likely repairable with additional validation experiments.
major comments (3)
- [Sec. 5.2 / Table 3] The claim that AMS achieves the highest human correlation (rho=0.699) and is 'a reliable metric' is not supported at the reported granularity. The Spearman correlation is computed over only 12 model-level points, and the paper reports no confidence interval, bootstrap, or significance test for the difference with DSG (rho=0.692). With n=12, the estimate has a very wide interval and the 0.007 difference is far smaller than the plausible uncertainty. Please report bootstrap/permutation confidence intervals for rho and for the AMS-minus-DSG difference, and state explicitly the number of independent units used in each correlation.
- [Sec. 4.2.1 Eq. (1) / Sec. 5.2] AMS is defined per image in Eq. (1), but the validation in Table 3 and Table 4 is at the level of model means. Aggregation over thousands of prompts can conceal large per-item errors: a metric can rank models correctly while mis-scoring individual images. To substantiate the 'fine-grained' claim, report per-prompt or per-image agreement with human ratings (e.g., correlation on individual prompt-image pairs, or a mixed-effects analysis with prompt and model as random effects). For Table 4, clarify whether the aspect-level correlations are also model-level, and if so report the corresponding n and confidence intervals.
- [Sec. 3.3.2 / Sec. 4.2.1] The construct validity of AMS depends on whether the QA pairs can be answered only by inspecting the generated image, rather than inferred from language priors or the prompt text. The human verification in Sec. 3.4 checks 'logical coherence, accuracy, and relevance to the original aspect phrase,' but it does not verify that the question is answerable from the image alone or that the ground-truth answer is visually discriminative. Since Eq. (1) uses exact-match against answers produced by a single VLM (Qwen-VL2.5-72B), any yes-bias or language-prior shortcut in that VLM would be inherited by AMS. Please add negative controls (e.g., images where the target aspect is deliberately absent, or questions with 'No' as the correct answer) and report per-control accuracy; additionally, report agreement with a second VLM judge or at least per-question error analysis.
minor comments (6)
- [Sec. 1] There is a typo in 'opaen-source models'; it should read 'open-source models'.
- [Table 2 caption] The caption contains garbled wording: 'across imagees' and a duplicated clause about resolution. Please rewrite the caption for clarity.
- [Sec. 3.1 / Sec. 3.2 / Abstract] The number of groups is inconsistent: the abstract says 380 subjects, while Sec. 3.2 and Appendix A.6 say 386 groups. Please harmonize these numbers.
- [Sec. 6] The stated limitation that human ratings do not cover visual quality is appropriately acknowledged; however, the abstract's phrase 'strong correlation with human judgments' could be read more broadly. Please specify in the abstract or Sec. 5 that the human judgments are for semantic alignment only.
- [Appendix A.6] The prompt templates contain several typos, e.g., 'extrace' and 'Spatila'; please proofread the appendix.
- [Table 4] The appendix reports aspect-level correlations (Objects 0.469, Relations 0.909, Attributes 0.601, Counting 0.839) without stating the number of models/prompts used or any uncertainty. Please add this information so readers can assess the reliability of those numbers.
Circularity Check
No construction-level circularity: AMS is an empirical VQA accuracy score validated against external human ratings; self-citations are non-load-bearing.
full rationale
MMIG-Bench's central functional claim is that AMS correlates with human judgments (Table 3, rho=0.699). This is an empirical measurement over 12 T2I models with 32.4k MTurk ratings, not a derivation from the benchmark's inputs. Eq. (1) defines AMS as the exact-match proportion of VLM answers to GPT-4o-generated, human-validated QA pairs; there are no fitted constants, no parameters calibrated to the human scores, and no leaderboard quantity that is reused as an input to the validity claim. The QA pairs are generated from prompts, which creates a real validity risk (a VLM could exploit prompt answerability or yes-bias), and the n=12 correlation has wide uncertainty, but these are correctness/robustness concerns, not circularity. The paper does cite several works by its own authors: FineMatch [17] supplies the aspect parsing taxonomy and dense labels, and PromptCap/MMComposition/VidComposition appear among VQA precedents. These citations are design choices or prior published tooling rather than load-bearing justifications for AMS's validity; the metric's correlation claim is independently evidenced by the MTurk study in this paper. No equation reduces to another by construction, no fitted input is renamed as a prediction, and no uniqueness theorem from the authors' prior work is invoked to force the design. Accordingly, no circular step is established; the score reflects only minor non-load-bearing self-citation.
Assumptions & free parameters
free parameters (4)
- Entity frequency cutoff =
top 207 entities
- Reference images per group =
3 to 5
- Counting aspect minimum =
2
- Human evaluation sample size =
150 per aspect; 300 for general
assumptions (5)
- domain assumption GPT-4o-generated prompts and QA pairs, after human verification, correctly represent prompt and image semantics.
- domain assumption Qwen-VL2.5-72B answers the QA pairs correctly, so exact-match scoring is a valid measure of image-text alignment.
- domain assumption Aggregated MTurk 1-5 ratings are reliable ground truth for semantic alignment.
- domain assumption The 207 most frequent entities from prior T2I benchmarks are representative of real image generation use.
- domain assumption Images generated at different native resolutions can be compared without resolution bias.
Cite this review
Pith. "Pith review of MMIG-Bench: Towards Comprehensive and Explainable Evaluation of Multi-Modal Image Generation Models." pith.science (2026). https://pith.science/paper/PCD5HDAM
@misc{pith2026250519415,
author = {Pith},
title = {Pith review of: MMIG-Bench: Towards Comprehensive and Explainable Evaluation of Multi-Modal Image Generation Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/PCD5HDAM}},
note = {Machine review of arXiv:2505.19415}
}
read the original abstract
Recent multimodal image generators such as GPT-4o, Gemini 2.0 Flash, and Gemini 2.5 Pro excel at following complex instructions, editing images and maintaining concept consistency. However, they are still evaluated by disjoint toolkits: text-to-image (T2I) benchmarks that lacks multi-modal conditioning, and customized image generation benchmarks that overlook compositional semantics and common knowledge. We propose MMIG-Bench, a comprehensive Multi-Modal Image Generation Benchmark that unifies these tasks by pairing 4,850 richly annotated text prompts with 1,750 multi-view reference images across 380 subjects, spanning humans, animals, objects, and artistic styles. MMIG-Bench is equipped with a three-level evaluation framework: (1) low-level metrics for visual artifacts and identity preservation of objects; (2) novel Aspect Matching Score (AMS): a VQA-based mid-level metric that delivers fine-grained prompt-image alignment and shows strong correlation with human judgments; and (3) high-level metrics for aesthetics and human preference. Using MMIG-Bench, we benchmark 17 state-of-the-art models, including Gemini 2.5 Pro, FLUX, DreamBooth, and IP-Adapter, and validate our metrics with 32k human ratings, yielding in-depth insights into architecture and data design.
Figures
Figures from the paper (13 more)
Forward citations
Cited by 1 Pith paper
-
MemoBench: Benchmarking World Modeling in Dynamically Changing Environments
None of ten tested video-generation models reliably remembers objects after occlusion in dynamic scenes; static-camera videos inflate consistency scores.
Reference graph
Works this paper leans on
-
[1]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923, 2025
arXiv 2025
-
[2]
Pixart- σ: Weak-to-strong training of diffusion transformer for 4k text-to-image generation
Junsong Chen, Chongjian Ge, Enze Xie, Yue Wu, Lewei Yao, Xiaozhe Ren, Zhongdao Wang, Ping Luo, Huchuan Lu, and Zhenguo Li. Pixart- σ: Weak-to-strong training of diffusion transformer for 4k text-to-image generation. In European Conference on Computer Vision ,
-
[3]
Janus-pro: Unified multimodal understanding and generation with data and model scaling
Xiaokang Chen, Zhiyu Wu, Xingchao Liu, Zizheng Pan, Wen Liu, Zhenda Xie, Xingkai Yu, and Chong Ruan. Janus-pro: Unified multimodal understanding and generation with data and model scaling. ArXiv, abs/2501.17811, 2025. URL https://api.semanticscholar.org/ CorpusID:275954151
arXiv 2025
-
[4]
Jaemin Cho, Yushi Hu, Roopal Garg, Peter Anderson, Ranjay Krishna, Jason Baldridge, Mohit Bansal, Jordi Pont-Tuset, and Su Wang. Davidsonian scene graph: Improving reliability in fine-grained evaluation for text-to-image generation. ArXiv, abs/2310.18235, 2023. URL https://api.semanticscholar.org/CorpusID:264555374
-
[5]
Dreambench, 2022
dreambench. Dreambench, 2022. https://github.com/nousr/dream-bench
2022
-
[6]
Patrick Esser, Sumith Kulal, A. Blattmann, Rahim Entezari, Jonas Muller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, Dustin Podell, Tim Dockhorn, Zion English, Kyle Lacey, Alex Goodwin, Yannik Marek, and Robin Rombach. Scaling rectified flow transformers for high-resolution image synthesis. ArXiv, abs/2403.03206, 2024. URL https://...
arXiv 2024
-
[7]
Personalize anything for free with diffusion transformer
Haoran Feng, Zehuan Huang, Lin Li, Hairong Lv, and Lu Sheng. Personalize anything for free with diffusion transformer. arXiv preprint arXiv:2503.12590, 2025
arXiv 2025
-
[8]
Xingyu Fu, Muyu He, Yujie Lu, William Yang Wang, and Dan Roth. Commonsense-t2i challenge: Can text-to-image generation models understand commonsense? arXiv preprint arXiv:2406.07546, 2024
arXiv 2024
Show all 90 references
-
[9]
An image is worth one word: Personalizing text-to-image generation using textual inversion
Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patashnik, Amit H Bermano, Gal Chechik, and Daniel Cohen-Or. An image is worth one word: Personalizing text-to-image generation using textual inversion. arXiv preprint arXiv:2208.01618, 2022. 10
2022 arXiv
-
[10]
Geneval: An object-focused framework for evaluating text-to-image alignment
Dhruba Ghosh, Hannaneh Hajishirzi, and Ludwig Schmidt. Geneval: An object-focused framework for evaluating text-to-image alignment. Advances in Neural Information Processing Systems, 36:52132–52152, 2023
2023
-
[11]
Gemini 2.0 flash, 2025
Google. Gemini 2.0 flash, 2025. https://blog.google/technology/google-deepmind/ google-gemini-ai-update-december-2024/#gemini-2-0-flash
2025
-
[12]
Evalmuse-40k: A reliable and fine-grained benchmark with comprehensive human annotations for text-to-image generation model evalua- tion
Shuhao Han, Haotian Fan, Jiachen Fu, Liang Li, Tao Li, Junhui Cui, Yunqiu Wang, Yang Tai, Jingwei Sun, Chunle Guo, and Chongyi Li. Evalmuse-40k: A reliable and fine-grained benchmark with comprehensive human annotations for text-to-image generation model evalua- tion. ArXiv, a...
2024 arXiv
-
[13]
Ella: Equip diffusion models with llm for enhanced semantic alignment
Xiwei Hu, Rui Wang, Yixiao Fang, Bin Fu, Pei Cheng, and Gang Yu. Ella: Equip diffusion models with llm for enhanced semantic alignment. arXiv preprint arXiv:2403.05135, 2024
2024 arXiv
-
[14]
Promptcap: Prompt-guided task-aware image captioning
Yushi Hu, Hang Hua, Zhengyuan Yang, Weijia Shi, Noah A Smith, and Jiebo Luo. Promptcap: Prompt-guided task-aware image captioning. arXiv preprint arXiv:2211.09699, 2022
2022 arXiv
-
[15]
Yushi Hu, Benlin Liu, Jungo Kasai, Yizhong Wang, Mari Ostendorf, Ranjay Krishna, and Noah A. Smith. Tifa: Accurate and interpretable text-to-image faithfulness evaluation with ques- tion answering. 2023 IEEE/CVF International Conference on Computer Vision (ICCV) , pages 20349–...
2023
-
[16]
Tifa: Accurate and interpretable text-to-image faithfulness evaluation with question answering
Yushi Hu, Benlin Liu, Jungo Kasai, Yizhong Wang, Mari Ostendorf, Ranjay Krishna, and Noah A Smith. Tifa: Accurate and interpretable text-to-image faithfulness evaluation with question answering. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages ...
2023
-
[17]
Finematch: Aspect-based fine-grained image and text mismatch detection and correction
Hang Hua, Jing Shi, Kushal Kafle, Simon Jenni, Daoan Zhang, John Collomosse, Scott Cohen, and Jiebo Luo. Finematch: Aspect-based fine-grained image and text mismatch detection and correction. In European Conference on Computer Vision, pages 474–491. Springer, 2024
2024
-
[18]
Mmcomposition: Revisiting the compositionality of pre-trained vision-language models
Hang Hua, Yunlong Tang, Ziyun Zeng, Liangliang Cao, Zhengyuan Yang, Hangfeng He, Chenliang Xu, and Jiebo Luo. Mmcomposition: Revisiting the compositionality of pre-trained vision-language models. arXiv preprint arXiv:2410.09733, 2024
-
[19]
T2i- compbench++: An enhanced and comprehensive benchmark for compositional text-to-image generation
Kaiyi Huang, Chengqi Duan, Kaiyue Sun, Enze Xie, Zhenguo Li, and Xihui Liu. T2i- compbench++: An enhanced and comprehensive benchmark for compositional text-to-image generation. IEEE Transactions on Pattern Analysis and Machine Intelligence , 47:3563–3579,
-
[20]
T2i-factualbench: Benchmarking the factuality of text-to-image models with knowledge-intensive concepts
Ziwei Huang, Wanggui He, Quanyu Long, Yandi Wang, Haoyuan Li, Zhelun Yu, Fangxun Shu, Long Chan, Hao Jiang, Leilei Gan, et al. T2i-factualbench: Benchmarking the factuality of text-to-image models with knowledge-intensive concepts. arXiv preprint arXiv:2412.04300, 2024
2024 arXiv
-
[21]
Imagic: Text-based real image editing with diffusion models
Bahjat Kawar, Shiran Zada, Oran Lang, Omer Tov, Huiwen Chang, Tali Dekel, Inbar Mosseri, and Michal Irani. Imagic: Text-based real image editing with diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 6007–6017, 2023
2023
-
[22]
Profashion: Prototype-guided fashion video generation with multiple reference images
Xianghao Kong, Qiaosong Qi, Yuanbin Wang, Anyi Rao, Biaolong Chen, Aixi Zhang, Si Liu, and Hao Jiang. Profashion: Prototype-guided fashion video generation with multiple reference images. arXiv preprint arXiv:2505.06537, 2025
2025
-
[23]
Klemen Kotar, Stephen Tian, Hong-Xing Yu, Daniel L. K. Yamins, and Jiajun Wu. Are these the same apple? comparing images based on object intrinsics. ArXiv, abs/2311.00750, 2023. URL https://api.semanticscholar.org/CorpusID:264935263
2023 arXiv
-
[24]
Multi- concept customization of text-to-image diffusion
Nupur Kumari, Bingliang Zhang, Richard Zhang, Eli Shechtman, and Jun-Yan Zhu. Multi- concept customization of text-to-image diffusion. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 1931–1941, 2023. 11
1931
-
[25]
Flux.1, 2024
Black Forest Labs. Flux.1, 2024. https://bfl.ai/announcements/24-08-01-bfl
2024
-
[26]
Black Forest Labs. Flux. https://github.com/black-forest-labs/flux , 2024
2024
-
[27]
Holistic evaluation of text-to-image models
Tony Lee, Michihiro Yasunaga, Chenlin Meng, Yifan Mai, Joon Sung Park, Agrim Gupta, Yunzhi Zhang, Deepak Narayanan, Hannah Teufel, Marco Bellagente, et al. Holistic evaluation of text-to-image models. Advances in Neural Information Processing Systems, 36:69981–70011, 2023
2023
-
[28]
Genai-bench: Evaluating and improving compositional text-to-visual generation
Baiqi Li, Zhiqiu Lin, Deepak Pathak, Jiayao Li, Yixin Fei, Kewen Wu, Tiffany Ling, Xide Xia, Pengchuan Zhang, Graham Neubig, and Deva Ramanan. Genai-bench: Evaluating and improving compositional text-to-visual generation. ArXiv, abs/2406.13743, 2024. URL https: //api.semantics...
2024 arXiv
-
[29]
Blip-diffusion: Pre-trained subject representation for controllable text-to-image generation and editing
Dongxu Li, Junnan Li, and Steven Hoi. Blip-diffusion: Pre-trained subject representation for controllable text-to-image generation and editing. Advances in Neural Information Processing Systems, 36:30146–30166, 2023
2023
-
[30]
Unimo-g: Unified image generation through multimodal conditional diffusion
Wei Li, Xue Xu, Jiachen Liu, and Xinyan Xiao. Unimo-g: Unified image generation through multimodal conditional diffusion. arXiv preprint arXiv:2401.13388, 2024
2024 arXiv
-
[31]
Hunyuan-dit: A powerful multi-resolution diffusion transformer with fine-grained chinese understanding
Zhimin Li, Jianwei Zhang, Qin Lin, Jiangfeng Xiong, Yanxin Long, Xinchi Deng, Yingfang Zhang, Xingchao Liu, Minbin Huang, Zedong Xiao, Dayou Chen, Jiajun He, Jiahao Li, Wenyue Li, Chen Zhang, Rongwei Quan, Jianxiang Lu, Jiabin Huang, Xiaoyan Yuan, Xiao-Ting Zheng, Yixuan Li, J...
2024 arXiv
-
[32]
Evaluating text-to-visual generation with image-to-text generation
Zhiqiu Lin, Deepak Pathak, Baiqi Li, Jiayao Li, Xide Xia, Graham Neubig, Pengchuan Zhang, and Deva Ramanan. Evaluating text-to-visual generation with image-to-text generation. In European Conference on Computer Vision, pages 366–384. Springer, 2024
2024
-
[33]
Janusflow: Harmonizing autoregression and rectified flow for unified multimodal understanding and generation
Yiyang Ma, Xingchao Liu, Xiaokang Chen, Wen Liu, Chengyue Wu, Zhiyu Wu, Zizheng Pan, Zhenda Xie, Haowei Zhang, Xingkai Yu, Liang Zhao, Yisong Wang, Jiaying Liu, and Chong Ruan. Janusflow: Harmonizing autoregression and rectified flow for unified multimodal understanding and ge...
2024 arXiv
-
[34]
Dreamo: A unified framework for image customization
Chong Mou, Yanze Wu, Wenxu Wu, Zinan Guo, Pengze Zhang, Yufeng Cheng, Yiming Luo, Fei Ding, Shiwen Zhang, Xinghui Li, et al. Dreamo: A unified framework for image customization. arXiv preprint arXiv:2504.16915, 2025
2025
-
[35]
Gpt-4 technical report
OpenAI. Gpt-4 technical report. arXiv preprint arXiv:2303.08774 , 2023. URL https: //arxiv.org/abs/2303.08774
2023 arXiv
-
[36]
Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy Q. V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, Mahmoud Assran, Nicolas Ballas, Wojciech Galuba, Russ Howes, Po-Yao (Bernie) Huang, Shang-Wen Li, Ishan Misra, Mic...
2023 arXiv
-
[37]
Kosmos-g: Generating images in context with multimodal large language models
Xichen Pan, Li Dong, Shaohan Huang, Zhiliang Peng, Wenhu Chen, and Furu Wei. Kosmos-g: Generating images in context with multimodal large language models. ArXiv, abs/2310.02992,
-
[38]
Dreambench++: A human-aligned bench- mark for personalized image generation
Yuang Peng, Yuxin Cui, Haomiao Tang, Zekun Qi, Runpei Dong, Jing Bai, Chunrui Han, Zheng Ge, Xiangyu Zhang, and Shu-Tao Xia. Dreambench++: A human-aligned bench- mark for personalized image generation. ArXiv, abs/2406.16855, 2024. URL https: //api.semanticscholar.org/CorpusID:...
2024 arXiv
-
[39]
Pexels, 2014
Pexels. Pexels, 2014. https://www.pexels.com/
2014
-
[40]
URL https://api.semanticscholar.org/CorpusID:263620748
-
[41]
Blattmann, Tim Dockhorn, Jonas Muller, Joe Penna, and Robin Rombach
Dustin Podell, Zion English, Kyle Lacey, A. Blattmann, Tim Dockhorn, Jonas Muller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion models for high-resolution image synthesis. ArXiv, abs/2307.01952, 2023. URL https://api.semanticscholar.org/ CorpusID:259341735
2023 arXiv
-
[42]
Lumina-image 2.0: A unified and efficient image generative framework
Qi Qin, Le Zhuo, Yi Xin, Ruoyi Du, Zhen Li, Bin Fu, Yiting Lu, Jiakang Yuan, Xinyue Li, Dongyang Liu, Xiangyang Zhu, Manyuan Zhang, Will Beddow, Erwann Millon, Victor Perez, Wen-Hao Wang, Conghui He, Bo Zhang, Xiaohong Liu, Hongsheng Li, Yu-Hao Qiao, Chang Xu, and Peng Gao. Lu...
2025 arXiv
-
[43]
Photon-v1
Photon78. Photon-v1. https://civitai.com/models/84728/photon78, 2023. Accessed: 2025-05-06
2023
-
[44]
Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation
Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Yael Pritch, Michael Rubinstein, and Kfir Aberman. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation. 2022
2022
-
[45]
Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation
Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Yael Pritch, Michael Rubinstein, and Kfir Aberman. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 2250...
2023
-
[46]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agar- wal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. In Interna- tional...
2021
-
[47]
Instantbooth: Personalized text-to- image generation without test-time finetuning
Jing Shi, Wei Xiong, Zhe Lin, and Hyun Joon Jung. Instantbooth: Personalized text-to- image generation without test-time finetuning. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 8543–8552, 2024
2024
-
[48]
Generative multimodal models are in-context learners
Quan Sun, Yufeng Cui, Xiaosong Zhang, Fan Zhang, Qiying Yu, Yueze Wang, Yongming Rao, Jingjing Liu, Tiejun Huang, and Xinlong Wang. Generative multimodal models are in-context learners. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages...
2024
-
[49]
Hyperdreambooth: Hypernetworks for fast personalization of text-to-image models, 2023
Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Wei Wei, Tingbo Hou, Yael Pritch, Neal Wad- hwa, Michael Rubinstein, and Kfir Aberman. Hyperdreambooth: Hypernetworks for fast personalization of text-to-image models, 2023
2023
-
[50]
Hidream-i1: A 17b parameter open chinese text-to-image generation model
HiDream-AI Team. Hidream-i1: A 17b parameter open chinese text-to-image generation model. https://github.com/HiDream-ai/HiDream-I1 , 2024. Accessed: 2025-05-14
2024
-
[51]
Lmm4lmm: Benchmarking and evaluating large-multimodal image generation with lmms
Jiarui Wang, Huiyu Duan, Yu Zhao, Juntong Wang, Guangtao Zhai, and Xiongkuo Min. Lmm4lmm: Benchmarking and evaluating large-multimodal image generation with lmms. 2025. URL https://api.semanticscholar.org/CorpusID:277741112
2025
-
[52]
Vidcomposition: Can mllms analyze compositions in compiled videos? arXiv preprint arXiv:2411.10979, 2024
Yunlong Tang, Junjia Guo, Hang Hua, Susan Liang, Mingqian Feng, Xinyang Li, Rui Mao, Chao Huang, Jing Bi, Zeliang Zhang, et al. Vidcomposition: Can mllms analyze compositions in compiled videos? arXiv preprint arXiv:2411.10979, 2024
2024
-
[53]
Instantid: Zero-shot identity-preserving generation in seconds
Qixun Wang, Xu Bai, Haofan Wang, Zekui Qin, Anthony Chen, Huaxia Li, Xu Tang, and Yao Hu. Instantid: Zero-shot identity-preserving generation in seconds. arXiv preprint arXiv:2401.07519, 2024. 13
2024 arXiv
-
[54]
Ms-diffusion: Multi- subject zero-shot image personalization with layout guidance
Xierui Wang, Siming Fu, Qihan Huang, Wanggui He, and Hao Jiang. Ms-diffusion: Multi- subject zero-shot image personalization with layout guidance. arXiv preprint arXiv:2406.07209, 2024
2024 arXiv
-
[55]
Pf-lrm: Pose-free large reconstruction model for joint pose and shape prediction
Peng Wang, Hao Tan, Sai Bi, Yinghao Xu, Fujun Luan, Kalyan Sunkavalli, Wenping Wang, Zexiang Xu, and Kai Zhang. Pf-lrm: Pose-free large reconstruction model for joint pose and shape prediction. arXiv preprint arXiv:2311.12024, 2023
2023 arXiv
-
[56]
Personalized image generation with deep generative models: A decade survey
Yuxiang Wei, Yiheng Zheng, Yabo Zhang, Ming Liu, Zhilong Ji, Lei Zhang, and Wangmeng Zuo. Personalized image generation with deep generative models: A decade survey. arXiv preprint arXiv:2502.13081, 2025
2025 arXiv
-
[57]
Revisiting text-to-image evaluation with gecko: On metrics, prompts, and human ratings
Olivia Wiles, Chuhan Zhang, Isabela Albuquerque, Ivana Kaji´c, Su Wang, Emanuele Bugliarello, Yasumasa Onoe, Chris Knutsen, Cyrus Rashtchian, Jordi Pont-Tuset, and Aida Nematzadeh. Revisiting text-to-image evaluation with gecko: On metrics, prompts, and human ratings. arXiv pr...
2024 arXiv
-
[58]
Emu3: Next-token prediction is all you need
Xinlong Wang, Xiaosong Zhang, Zhengxiong Luo, Quan Sun, Yufeng Cui, Jinsheng Wang, Fan Zhang, Yueze Wang, Zhen Li, Qiying Yu, Yingli Zhao, Yulong Ao, Xuebin Min, Tao Li, Boya Wu, Bo Zhao, Bowen Zhang, Lian zi Wang, Guang Liu, Zheqi He, Xi Yang, Jingjing Liu, Yonghua Lin, Tieju...
2024 arXiv
-
[59]
Michal Yarom, Yonatan Bitton, Soravit Changpinyo, Roee Aharoni, Jonathan Herzig, Oran Lang, Eran. O. Ofek, and Idan Szpektor. What you see is what you read? improving text-image alignment evaluation. ArXiv, abs/2305.10400, 2023. URL https://api.semanticscholar. org/CorpusID:258740893
2023 arXiv
-
[60]
Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models
Hu Ye, Jun Zhang, Sibo Liu, Xiao Han, and Wei Yang. Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models. arXiv preprint arXiv:2308.06721, 2023
2023 arXiv
-
[61]
Grounding- booth: Grounding text-to-image customization
Zhexiao Xiong, Wei Xiong, Jing Shi, He Zhang, Yizhi Song, and Nathan Jacobs. Grounding- booth: Grounding text-to-image customization. arXiv preprint arXiv:2409.08520, 2024
2024 arXiv
-
[62]
Perceptual artifacts localization for image synthesis tasks
Lingzhi Zhang, Zhengjie Xu, Connelly Barnes, Yuqian Zhou, Qing Liu, He Zhang, Sohrab Amirghodsi, Zhe Lin, Eli Shechtman, and Jianbo Shi. Perceptual artifacts localization for image synthesis tasks. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICC...
2023
-
[63]
Q-eval-100k: Evaluating visual quality and alignment level for text-to-vision content
Zicheng Zhang, Tengchuan Kou, Shushi Wang, Chunyi Li, Wei Sun, Wei Wang, Xiaoyu Li, Zongyu Wang, Xuezhi Cao, Xiongkuo Min, Xiaohong Liu, and Guangtao Zhai. Q-eval-100k: Evaluating visual quality and alignment level for text-to-vision content. ArXiv, abs/2503.02357,
-
[64]
Scaling autoregressive models for content-rich text-to-image generation
Jiahui Yu, Yuanzhong Xu, Jing Yu Koh, Thang Luong, Gunjan Baid, Zirui Wang, Vijay Vasudevan, Alexander Ku, Yinfei Yang, Burcu Karagol Ayan, Ben Hutchinson, Wei Han, Zarana Parekh, Xin Li, Han Zhang, Jason Baldridge, and Yonghui Wu. Scaling autoregressive models for content-ric...
2022
-
[65]
Objects” dominate with 38.3%, while “Attributes
Zhuofan Zong, Dongzhi Jiang, Bingqi Ma, Guanglu Song, Hao Shao, Dazhong Shen, Yu Liu, and Hongsheng Li. Easyref: Omni-generalized group image reference for diffusion models via multimodal llm. arXiv preprint arXiv:2412.09618, 2024. 14 A Appendix A.1 Qualitative Results of MMIG...
2024 arXiv
-
[68]
Cogview3: Finer and faster text-to-image generation via relay diffusion
Wendi Zheng, Jiayan Teng, Zhuoyi Yang, Weihan Wang, Jidong Chen, Xiaotao Gu, Yuxiao Dong, Ming Ding, and Jie Tang. Cogview3: Finer and faster text-to-image generation via relay diffusion. ArXiv, abs/2403.05121, 2024. URL https://api.semanticscholar.org/ CorpusID:268297194
2024 arXiv
-
[70]
entity" should be common objects; e.g., chair, dog, car, lamp, etc
"entity" should be common objects; e.g., chair, dog, car, lamp, etc. "entity2" is optional. Use "{entity}" as entity1 here
-
[72]
interaction
"interaction" should describe the relationship between "entity1" and "entity2". "spatial interaction" can be "on the left of / on the right of / on / on top of / on the bottom of / beneath / on the side of / neighboring / next to / touching / in front of / behind / with / etc....
-
[75]
scene description
The order of these terms should not be fixed, as long as the sentence still looks natural. E.g., "scene description" can be put at the end. Instruction Template for T2I Prompts Generation (natural) Please generate prompts in a NATURAL format. It should contain one or more "ent...
-
[77]
A robot and a dolphin dancing under the ocean, surrounded by swirling schools of fish
The description should be imaginative. If imaginative, an example: "A robot and a dolphin dancing under the ocean, surrounded by swirling schools of fish"
-
[78]
minimalism meets hygge vibes / editorial photoshoot style / baroque detail / etc
Avoid repeating sentences you’ve already generated. A.6 Text-Image-Conditioned Dataset Overview An overview of our comprehensive MMIG-Bench is shown in Fig. 8. Based on the 207 common entities we curated, we collect 386 reference image groups, each containing 3–5 multi-view, o...
-
[80]
negation
It should include the logic of "negation", such as the examples below: "The girl with glasses is drawing, and the girl without glasses is singing.", "In the supermarket, a man with glasses pays a man without glasses.", "The larger person wears a yellow hat and the smaller pers...
-
[81]
Randomly ignore one or more items from [attributes, interactions, background]
-
[82]
comparison
It should have the logic of "comparison", such as the examples below: "In a magnificent castle, a red dragon sits and a green dragon flies.", "A magician holds two books; the left one is open, the right one is closed.", "One cat is sleeping on the table and the other is playin...
-
[83]
four dogs played with two toys
-
[84]
two chickens, four pens and one lemon
-
[85]
Five cylindrical mugs beside two rectangular napkins
-
[86]
three helicopters buzzed over two pillows
-
[87]
Three cookies on a plate
-
[88]
[scene description (op- tional)] + [number][attribute][entity1] + [interaction (spatial or action)] + [number (optional)][attribute][entity2]
A group of sheep being led by two shepherds across a green field. Avoid repeating sentences you’ve already generated. 18 Instruction Template for T2I Prompts Generation (numeracy in fixed structure) Please generate natural sentences following a format of "[scene description (o...
-
[89]
entity" should be common objects; e.g., chair, dog, car, lamp, etc
"entity" should be common objects; e.g., chair, dog, car, lamp, etc. "entity2" is optional. Use "entity" as entity1 here
-
[90]
attribute
"attribute" should be an adjective that describes "shape / color / material / size / condition / etc."
-
[91]
number" should be
"number" should be "two/three/four/..." before the attribute, indicating the number of entities. It is optional for entity2
-
[92]
interaction
"interaction" should describes the relationship between "entity1" and "entity2". "spatial interaction" can be "on the left of / on the right of / on / on top of / on the bottom of / beneath / on the side of / neighboring / next to / touching / in front of / behind / with / and...
-
[93]
scene description
"scene description" is the background where the entities appear. It can contain other objects. It is optional
-
[94]
interaction action
The "interaction action" can be either in active or passive voice
-
[95]
scene description
The order of these terms should not be fixed, as long as the sentence still looks natural. E.g., "scene description" can be put at the end. Prompt Template for Text Prompts Aspect Extraction You need to analyze the query to a aspect graph that matches all the objects, relation...
-
[2023]
URL https://api.semanticscholar.org/CorpusID:259847295
-
[2024]
URL https://api.semanticscholar.org/CorpusID:268264262
-
[2025]
URL https://api.semanticscholar.org/CorpusID:276775486
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.