REVIEW 4 major objections 5 minor 44 references
T2I-Copilot: A Training-Free Multi-Agent Text-to-Image System for Enhanced Prompt Interpretation and Interactive Generation
T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims a training-free trio of language-model agents can push an open-source image generator past commercial models on text-image alignment.
desk verdict A genuinely useful training-free multi-agent wrapper for T2I, but the headline VQAScore margins deserve skepticism until the internal judge is validated and code ships. 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 Analysis Report generated by the Input Interpreter together with the closed refinement loop of the Quality Evaluator. The report is a JSON structure that explicitly decomposes a prompt into subjects with attributes, background, composition, color harmony, lighting, focus, emotional impact, uniqueness, and style, and it records ambiguities with their resolutions, either supplied by the user or inferred by the multimodal LLM. This explicit decomposition moves prompt understanding from the implicit text-encoder inside the image model to an explicit reasoning step, which is what allows the Generation Engine to choose a model and allows the Quality Evaluator to say what is missing. The evaluator then grades each image on six aesthetic sub-fields and four alignment sub-fields, and averages them against a threshold of 8.0 to decide whether to regenerate.
What would settle it
Run T2I-Copilot on a sample of GenAI-Bench prompts, record for each generated image both its internal Evaluator score and its VQAScore, and check whether the images accepted by the 8.0 threshold have higher VQAScore than the images rejected before regeneration; a null or negative relationship would show the self-evaluation loop is not the source of the alignment gains.
Extended reading notes
Core claim
T2I-Copilot's central claim is that a structured conversation among a parser, a selector, and a judge can substitute for model training. The Input Interpreter converts a raw, often ambiguous prompt into a JSON Analysis Report that names main subjects, attributes, spatial relations, background, style, lighting, and any resolved ambiguities. The Generation Engine then chooses between a prompt-driven generator (FLUX.1-dev) and a reference-guided editor (PowerPaint), using referred-expression segmentation for region-specific edits. The Quality Evaluator scores each output on ten sub-fields covering aesthetics and text-image alignment; if the average falls below 8.0, it returns concrete improvement suggestions and the loop regenerates, up to three times. The paper reports that on GenAI-Bench this loop lifts VQAScore over its own base generator by 9.11% and over the commercial FLUX1.1-pro by 6.17% while spending only 16.59% of FLUX1.1-pro's cost.
Load-bearing premise
The loop assumes the multimodal LLM's own average of ten quality sub-scores is a trustworthy measure of text-image alignment, so stopping at 8.0 genuinely means the image matches the prompt; if those scores do not track human or VQAScore judgment, the reported automatic-mode gains could be the model rewarding its own rewritten prompts.
Editorial extensions
If this is right
- Users can give short, ambiguous prompts such as 'The Mustang thundered across the open plain' and the system decides the intended subject and clarifies it before generating, instead of the image model guessing.
- The largest measured gains are on hard compositional categories: on logical-negation prompts, the system outperforms the best open-source baseline by at least 31.95% and beats proprietary models by at least 11.8%.
- Because the framework is training-free, it can wrap newer or different open generators; the paper's MLLM ablation shows results stay similar when the judge/parser backbone is changed from GPT-4o-mini to Mistral Small 24B or Qwen2.5-VL-7B.
- In automatic mode the loop keeps refining until its internal score passes 8.0 or three regenerations are used; adding human feedback on top raises VQAScore by another 3.17% on GenAI-Bench.
- The cost per image in automatic mode is $0.0066, about 16.59% of FLUX1.1-pro's $0.04, so alignment gains need not come with higher inference spending.
Reading between the lines
- Beyond the paper: the least-tested link is the Quality Evaluator's own score. A direct check would compare VQAScore of images that passed the 8.0 threshold with those that failed; if the accepted set is not better on VQAScore, part of the automatic-mode gain could be the judge preferring its own rewritten prompts.
- Beyond the paper: the same parse-select-evaluate-revise pattern is a natural fit for text-to-video and text-to-3D generation, where prompt sensitivity and per-sample cost are even higher, although no evidence here shows it transfers.
- Beyond the paper: the Input Interpreter both resolves ambiguities and creatively fills missing details, so an ablation separating 'disambiguation only' from 'full descriptive enrichment' would show which behavior actually drives the VQAScore improvement.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes T2I-Copilot, a training-free multi-agent system in which a Multimodal LLM (GPT-4o-mini) interprets and rewrites user prompts, selects between a generation model (FLUX.1-dev) and an editing model (PowerPaint), and iteratively evaluates and regenerates outputs until an internal quality score exceeds a threshold. The system also supports human-in-the-loop feedback. On GenAI-Bench and DrawBench, evaluated with VQAScore, the authors report an overall GenAI-Bench score of 0.813 for T2I-Copilot in automatic mode, claiming a 6.17% improvement over FLUX1.1-pro at only 16.59% of its cost, and large gains over FLUX.1-dev, SD 3.5 Large, and GenArtist. The paper includes ablations showing that both the Input Interpreter and Quality Evaluator agents contribute to the final score, as well as a 33-sample user study reporting a 94.5% alignment win rate.
Significance. If the reported results hold up, the contribution is practically significant: a training-free orchestration layer that improves text-image alignment without fine-tuning or architectural changes could be a broadly useful system, and the paper's structured-report, model-selection, and iterative-regeneration design is timely. The paper also provides useful supplementary material on error handling, MLLM backbone ablations, cost breakdown, and qualitative comparisons, and it promises code release. However, the central quantitative claims rest on VQAScore, an MLLM-based metric that shares the same model family as the system's prompt rewriter, while the internal Quality Evaluator is never validated against humans or external metrics. The lack of error bars and the small, under-specified human study make the headline margins less certain than the presentation suggests.
major comments (4)
- [Section 4.3, Table 1] All VQAScore results are reported as point estimates without error bars, confidence intervals, or significance tests. The headline 6.17% margin over FLUX1.1-pro and the 0.92% contribution of the Quality Evaluator in Table 2 could be within run-to-run or seed-to-seed variance, especially since diffusion sampling is stochastic. Please report repeated runs with different seeds, bootstrap confidence intervals, or at least per-prompt score distributions.
- [Section 3.3, Section 4.1] The Quality Evaluator's 10-subfield scores and the stopping rule THRESHOLD=8.0 with MAX regen count=3 are never validated against human judgments or against external metrics such as VQAScore. Because the same GPT-4o-mini model family both proposes regenerations and decides when to stop, the automatic-mode loop may converge to the evaluator's own preferences rather than to genuine text-image alignment. Please provide a correlation study between internal scores and human or VQAScore ratings, and include an ablation over THRESHOLD and MAX regen count.
- [Section 4.1, VQAScore] The paper's primary metric, VQAScore, uses GPT-4o-based image-to-text generation, while the Input Interpreter rewrites prompts with GPT-4o-mini. This shared model family creates a risk that VQAScore systematically rewards the verbose, structured prompt style produced by the Interpreter, rather than true alignment. The 33-sample user study is too small and its sampling procedure is not described, so it does not rule out this metric-driven bias. A larger, preregistered human evaluation, or an independent MLLM metric from a different model family, would be needed to support the 6.17% headline claim.
- [Section 2.2, Table 1] GenArtist is reported at 0.588 VQAScore, far below its base generation model and below FLUX.1-dev, based on 'our reproduction of the publicly released code.' The reproduction conditions are not documented: which commit, which sampling settings, how many runs, and how failures were handled. Without this information, the large gap between GenArtist (0.588) and T2I-Copilot (0.813) may reflect an unfavorable reproduction rather than a genuine advantage. Please document the exact reproduction protocol and, if available, report the original GenArtist paper's numbers on the same benchmark.
minor comments (5)
- [Conclusion] The conclusion states that T2I-Copilot surpasses FLUX1.1-pro 'at only 12.48% of its cost,' while the Abstract and Supplement D both report 16.59%; this inconsistency should be fixed.
- [Section 4.3, User Study] The description '33 image sets, each method contributing three samples, totaling 2,442 votes' is ambiguous about the number of participants, the number of pairwise comparisons, and whether the win rates are weighted per prompt; please clarify the protocol.
- [Section 3.2] In the Generation Engine JSON example, 'Condifence Score' should be 'Confidence Score.'
- [Section 3 title] The section title contains a typo: 'Mutli-Agent System' should be 'Multi-Agent System.'
- [References] Reference [23] is cited as 'GPT-4o, 2024,' but the implementation uses gpt-4o-mini-2024-07-18; please cite the correct model identifier.
Circularity Check
No circularity found: the headline VQAScore results come from an external benchmark and are not constructed from the system's own inputs.
full rationale
The central quantitative claims (Abstract, Table 1) are evaluated with VQAScore on GenAI-Bench; Sec. 4.1 states 'We evaluate model performance using the automated metric VQAScore [17], following Imagen 3 [3]'. T2I-Copilot is not trained or fitted to optimize VQAScore, and no parameter is tuned against GenAI-Bench, so the reported margins over FLUX1.1-pro, FLUX.1-dev, and SD 3.5 Large are not equivalent to the method's inputs by construction. The internal Quality Evaluator (Sec. 3.3) scores its own regenerations with GPT-4o-mini, and the paper does not validate those internal scores against VQAScore or human ratings; however, the final reported scores are computed by an independent metric, making this an external-validity caveat (especially since both the prompt interpreter and VQAScore use GPT-4o-family MLLMs) rather than a circular derivation. The paper's self-citations ([5], [42]) are background references and are not load-bearing. No fitted-input-called-prediction, uniqueness-imported-from-authors, ansatz-via-citation, or renaming pattern appears. Therefore, under the strict quote-and-exhibit standard, no circularity is found.
Assumptions & free parameters
free parameters (2)
- Quality Evaluator THRESHOLD =
8.0
- MAX regen count =
3
assumptions (4)
- domain assumption VQAScore is a valid proxy for human-perceived text-image alignment.
- domain assumption GPT-4o-mini can reliably parse user intent, detect ambiguities, and formulate useful clarification and improvement suggestions.
- domain assumption The 10-subfield MLLM evaluator scores correlate with actual image quality and alignment.
- domain assumption FLUX.1-dev and PowerPaint together cover the range of generation and editing tasks needed for the benchmarks.
Cite this review
Pith. "Pith review of T2I-Copilot: A Training-Free Multi-Agent Text-to-Image System for Enhanced Prompt Interpretation and Interactive Generation." pith.science (2026). https://pith.science/paper/VPD5CK4B
@misc{pith2026250720536,
author = {Pith},
title = {Pith review of: T2I-Copilot: A Training-Free Multi-Agent Text-to-Image System for Enhanced Prompt Interpretation and Interactive Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/VPD5CK4B}},
note = {Machine review of arXiv:2507.20536}
}
read the original abstract
Text-to-Image (T2I) generative models have revolutionized content creation but remain highly sensitive to prompt phrasing, often requiring users to repeatedly refine prompts multiple times without clear feedback. While techniques such as automatic prompt engineering, controlled text embeddings, denoising, and multi-turn generation mitigate these issues, they offer limited controllability, or often necessitate additional training, restricting the generalization abilities. Thus, we introduce T2I-Copilot, a training-free multi-agent system that leverages collaboration between (Multimodal) Large Language Models to automate prompt phrasing, model selection, and iterative refinement. This approach significantly simplifies prompt engineering while enhancing generation quality and text-image alignment compared to direct generation. Specifically, T2I-Copilot consists of three agents: (1) Input Interpreter, which parses the input prompt, resolves ambiguities, and generates a standardized report; (2) Generation Engine, which selects the appropriate model from different types of T2I models and organizes visual and textual prompts to initiate generation; and (3) Quality Evaluator, which assesses aesthetic quality and text-image alignment, providing scores and feedback for potential regeneration. T2I-Copilot can operate fully autonomously while also supporting human-in-the-loop intervention for fine-grained control. On GenAI-Bench, using open-source generation models, T2I-Copilot achieves a VQA score comparable to commercial models RecraftV3 and Imagen 3, surpasses FLUX1.1-pro by 6.17% at only 16.59% of its cost, and outperforms FLUX.1-dev and SD 3.5 Large by 9.11% and 6.36%. Code will be released at: https://github.com/SHI-Labs/T2I-Copilot.
Figures
Figures from the paper (14 more)
Reference graph
Works this paper leans on
- [1]
-
[2]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhao- hai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Jun- yang Lin. Qwen2.5-vl technical repor...
arXiv 2025
- [3]
-
[4]
Attend-and-excite: Attention-based se- mantic guidance for text-to-image diffusion models
Hila Chefer, Yuval Alaluf, Yael Vinker, Lior Wolf, and Daniel Cohen-Or. Attend-and-excite: Attention-based se- mantic guidance for text-to-image diffusion models. InACM Special Interest Group on Computer Graphics and Interac- tive Techniques (SIGGRAPH), 2023. 2
work page 2023
-
[5]
Chieh-Yun Chen, Chiang Tseng, Li-Wu Tsao, and Hong-Han Shuai. A cat is A cat (not A dog!): Unraveling information mix-ups in text-to-image encoders through causal analysis and embedding optimization. In Advances in Neural Infor- mation Processing Systems (NeurIPS), 2024. 2
work page 2024
-
[6]
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 preprint arXiv:2501.17811 ,
-
[7]
Region-aware text-to-image generation via hard binding and soft refinement
Zhennan Chen, Yajie Li, Haofan Wang, Zhibo Chen, Zhengkai Jiang, Jun Li, Qian Wang, Jian Yang, and Ying Tai. Region-aware text-to-image generation via hard binding and soft refinement. arXiv preprint arXiv:2411.06558, 2024. 2, 3, 11
arXiv 2024
-
[8]
Optimizing prompts for text-to-image generation
Yaru Hao, Zewen Chi, Li Dong, and Furu Wei. Optimizing prompts for text-to-image generation. In Advances in Neural Information Processing Systems (NeurIPS), 2023. 2
work page 2023
Show all 44 references
-
[9]
Clipscore: A reference-free evaluation met- ric for image captioning
Jack Hessel, Ari Holtzman, Maxwell Forbes, Ronan Le Bras, and Yejin Choi. Clipscore: A reference-free evaluation met- ric for image captioning. In Proceedings of the Confer- ence on Empirical Methods in Natural Language Processing (EMNLP), pages 7514–7528, 2021. 6
2021
-
[10]
Token merging for training- free semantic binding in text-to-image ynthesis
Taihang Hu, Linxuan Li, Joost van de Weijer, Hongcheng Gao, Fahad Shahbaz Khan, Jian Yang, Ming-Ming Cheng, Kai Wang, and Yaxing Wang. Token merging for training- free semantic binding in text-to-image ynthesis. InAdvances in Neural Information Processing Systems (NeurIPS), 2024. 2
2024
-
[11]
Pick-a-pic: An open dataset of user preferences for text-to-image genera- tion
Yuval Kirstain, Adam Polyak, Uriel Singer, Shahbuland Matiana, Joe Penna, and Omer Levy. Pick-a-pic: An open dataset of user preferences for text-to-image genera- tion. In Advances in Neural Information Processing Systems (NeurIPS), 2023. 6
2023
-
[12]
FLUX, 2024
Black Forest Labs. FLUX, 2024. 2, 6, 7, 8, 11
2024
-
[13]
GenAI-bench: A holistic benchmark for composi- tional text-to-visual generation
Baiqi Li, Zhiqiu Lin, Deepak Pathak, Jiayao Emily Li, Xide Xia, Graham Neubig, Pengchuan Zhang, and Deva Ra- manan. GenAI-bench: A holistic benchmark for composi- tional text-to-visual generation. In Synthetic Data for Com- puter Vision Workshop @ CVPR, 2024. 2, 6, 7, 8, 11
2024
-
[14]
Playground v2.5: Three insights towards enhancing aesthetic quality in text-to-image genera- tion
Daiqing Li, Aleks Kamko, Ehsan Akhgari, Ali Sabet, Lin- miao Xu, and Suhail Doshi. Playground v2.5: Three insights towards enhancing aesthetic quality in text-to-image genera- tion. arXiv preprint arXiv:2402.17245, 2024. 6, 7, 8
2024 arXiv
-
[15]
Hunyuan-DiT: A powerful multi-resolution diffusion trans- former with fine-grained chinese understanding
Zhimin Li, Jianwei Zhang, Qin Lin, Jiangfeng Xiong, Yanxin Long, Xinchi Deng, and Yingfang Zhang et al. Hunyuan-DiT: A powerful multi-resolution diffusion trans- former with fine-grained chinese understanding. arXiv preprint arXiv:2405.08748, 2024. 4, 6, 8
2024 arXiv
-
[16]
Llm- grounded diffusion: Enhancing prompt understanding of text-to-image diffusion models with large language models
Long Lian, Boyi Li, Adam Yala, and Trevor Darrell. Llm- grounded diffusion: Enhancing prompt understanding of text-to-image diffusion models with large language models. Transactions on Machine Learning Research (TMLR), 2024. 2, 3
2024
-
[17]
Evaluating text-to-visual generation with image-to-text gen- eration
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 gen- eration. In Proceedings of the European Conference on Com- puter Vision (ECCV), pages 366–384, 2024. 2, 6, 8, 11
2024
-
[18]
Improving text- to-image consistency via automatic prompt optimization
Oscar Ma ˜nas, Pietro Astolfi, Melissa Hall, Candace Ross, Jack Urbanek, Adina Williams, Aishwarya Agrawal, Adri- ana Romero-Soriano, and Michal Drozdzal. Improving text- to-image consistency via automatic prompt optimization. Transactions on Machine Learning Research (TMLR), 2024. 2
2024
-
[19]
Midjourney v6.1, 2024
Midjourney. Midjourney v6.1, 2024. 2, 6, 7, 8
2024
-
[20]
Mistral Small 3.1 24B, 2025
Mistral AI. Mistral Small 3.1 24B, 2025. 11
2025
-
[21]
Personalized and sequential text-to-image generation
Ofir Nabati, Guy Tennenholtz, Chih-Wei Hsu, Moonkyung Ryu, Deepak Ramachandran, Yinlam Chow, Xiang Li, and Craig Boutilier. Personalized and sequential text-to-image generation. arXiv preprint arXiv:2412.10419, 2024. 2, 3
2024 arXiv
-
[22]
DALL·E 3, 2024
OpenAI. DALL·E 3, 2024. 2, 6, 7, 8
2024
-
[23]
GPT-4o, 2024
OpenAI. GPT-4o, 2024. 6
2024
-
[24]
SDXL: Improving latent diffusion mod- els for high-resolution image synthesis
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. SDXL: Improving latent diffusion mod- els for high-resolution image synthesis. In Proceedings of the International Conference on Learning Representations (IC...
2024
-
[25]
DiffusionGPT: Llm-driven text-to-image generation system
Jie Qin, Jie Wu, Weifeng Chen, Yuxi Ren, Huixia Li, Hefeng Wu, Xuefeng Xiao, Rui Wang, and Shilei Wen. DiffusionGPT: Llm-driven text-to-image generation system. arXiv preprint arXiv:2401.10061, 2024. 3
2024
-
[26]
Linguistic bind- ing in diffusion models: Enhancing attribute correspondence through attention map alignment
Royi Rassin, Eran Hirsch, Daniel Glickman, Shauli Rav- fogel, Yoav Goldberg, and Gal Chechik. Linguistic bind- ing in diffusion models: Enhancing attribute correspondence through attention map alignment. In Advances in Neural In- formation Processing Systems (NeurIPS), 2023. 2
2023
-
[27]
Recraft v3, 2024
Recraft. Recraft v3, 2024. 2, 6, 7, 8
2024
-
[28]
Grounded sam: Assembling open-world models for diverse visual tasks
Tianhe Ren, Shilong Liu, Ailing Zeng, Jing Lin, Kun- chang Li, He Cao, Jiayu Chen, Xinyu Huang, Yukang Chen, Feng Yan, Zhaoyang Zeng, Hao Zhang, Feng Li, Jie Yang, Hongyang Li, Qing Jiang, and Lei Zhang. Grounded sam: Assembling open-world models for diverse visual tasks. arXi...
2024 arXiv
-
[29]
Denton, Seyed Kamyar Seyed Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, Jonathan Ho, David J
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L. Denton, Seyed Kamyar Seyed Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, Jonathan Ho, David J. Fleet, and Mohammad Norouzi. Photorealistic text-to-image diffusion models with de...
2022
-
[30]
Agent laboratory: Using LLM agents as research assistants
Samuel Schmidgall, Yusheng Su, Ze Wang, Ximeng Sun, Jialian Wu, Xiaodong Yu, Jiang Liu, Zicheng Liu, and Emad Barsoum. Agent laboratory: Using LLM agents as research assistants. arXiv preprint arXiv:2501.04227, 2025. 2
2025 arXiv
-
[31]
Hugginggpt: Solving AI tasks with chatgpt and its friends in huggingface
Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li, Weiming Lu, and Yueting Zhuang. Hugginggpt: Solving AI tasks with chatgpt and its friends in huggingface. In Ad- vances in Neural Information Processing Systems (NeurIPS),
-
[32]
Kolors: Effective training of diffusion model for photorealistic text-to-image synthesis
Kolors Team. Kolors: Effective training of diffusion model for photorealistic text-to-image synthesis. 2024. 6, 8
2024
-
[33]
LangGraph, 2024
LangChain team. LangGraph, 2024. 6
2024
-
[34]
Lumina-image 2.0 : A unified and efficient image generative model, 2025
Lumina Team. Lumina-image 2.0 : A unified and efficient image generative model, 2025. 2, 6, 8, 12
2025
-
[35]
Omost github page (https://github.com/lllyasviel/omost), 2024
Omost Team. Omost github page (https://github.com/lllyasviel/omost), 2024. 2, 3
2024
-
[36]
Genartist: Multimodal LLM as an agent for unified image generation and editing
Zhenyu Wang, Aoxue Li, Zhenguo Li, and Xihui Liu. Genartist: Multimodal LLM as an agent for unified image generation and editing. In Advances in Neural Information Processing Systems (NeurIPS), 2024. 2, 3, 6, 7, 8, 11
2024
-
[37]
Visual chatgpt: Talking, drawing and editing with visual foundation models
Chenfei Wu, Shengming Yin, Weizhen Qi, Xiaodong Wang, Zecheng Tang, and Nan Duan. Visual chatgpt: Talking, drawing and editing with visual foundation models. arXiv preprint arXiv:2303.04671, 2023. 3
2023 arXiv
-
[38]
Gonzalez, Boyi Li, and Trevor Darrell
Tsung-Han Wu, Long Lian, Joseph E. Gonzalez, Boyi Li, and Trevor Darrell. Self-Correcting LLM-Controlled Diffu- sion Models . In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024. 2, 3
2024
-
[39]
Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis
Xiaoshi Wu, Yiming Hao, Keqiang Sun, Yixiong Chen, Feng Zhu, Rui Zhao, and Hongsheng Li. Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis. arXiv preprint arXiv:2306.09341 ,
-
[40]
Imagere- ward: Learning and evaluating human preferences for text- to-image generation
Jiazheng Xu, Xiao Liu, Yuchen Wu, Yuxuan Tong, Qinkai Li, Ming Ding, Jie Tang, and Yuxiao Dong. Imagere- ward: Learning and evaluating human preferences for text- to-image generation. In Advances in Neural Information Processing Systems (NeurIPS), 2023. 6
2023
-
[41]
Narasimhan, and Yuan Cao
Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik R. Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In Proceedings of the International Conference on Learning Representations (ICLR), 2023. 2
2023
-
[42]
Finestyle: Fine-grained controllable style personalization for text-to-image models
Gong Zhang, Kihyuk Sohn, Meera Hahn, Humphrey Shi, and Irfan Essa. Finestyle: Fine-grained controllable style personalization for text-to-image models. In Advances in Neural Information Processing Systems (NeurIPS), 2024. 2
2024
-
[43]
Golden noise for diffusion models: A learning framework
Zikai Zhou, Shitong Shao, Lichen Bai, Zhiqiang Xu, Bo Han, and Zeke Xie. Golden noise for diffusion models: A learning framework. arXiv preprint arXiv:2411.09502 ,
-
[44]
A Mustang galloping across a field, with a dog chasing joyfully behind
Junhao Zhuang, Yanhong Zeng, Wenran Liu, Chun Yuan, and Kai Chen. A task is worth one word: Learning with task prompts for high-quality versatile image inpainting. In Proceedings of the European Conference on Computer Vi- sion (ECCV), 2024. 6 Supplementary Material This supple...
2024
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.