Summary
This paper proposes a new automatic evaluation framework named LLMScore with multi-granularity compositionality to evaluate the synthesized image quality of the mainstream text-to-image synthesis models.
Its core approach is to tranform images into global and text descriptions through image captioning and region-to-text models, then follow by an LLM to as a visual descriptor and a text-to-image evaluator with rationable output.
On six image captioning benchmark datasets, the correlation between its LLMscore and human evaluation results far exceeds the existing commonly used clip-like text-image alignment indicators, reaching into a new SOTA level.
Extensive experimental analyzes strongly confirm the usability of the method.
Strengths
1. I truly appreciate the novelty of this paper. It dexterously transform synthesized images into text descriptions, so that it can make full use of LLM's powerful text understanding and reasoning capabilities with a series of hand-crafted constructed Prompts (including sentence analysis, text-image alignment scores estimation, and image generation error statistics). In my standpoint, compared to the previous Clip-like's text-image matching score, this paper undoubtedly set a new T2I quality evaluation paradigm. Aslo, considering the vast influence brought by the AIGC community at present, I believe the impact this paper can bring to the community is significant.
2. The method of this paper is solid, not only in the multi-level extraction of image description, instruction-based and heuristic-based scoring mechanism with rationable generation, but also the considerable performance gains compared with multiple strong baseline methods is also a strong proof.
The selected evaluated T2I models are currently the two most popular classes - stable diffusion and DALL·E.
In addition, this paper gives ablation experiments of different LLMscore variants and LLMs (GPT3.5 vs GPT4), further confirming the necessity of each component.
3. It brings my great joy is that this work introduces its main ideas and methods, as well as experimental settings and results, etc. in an easy-to-understand manner, so that readers can easily understand.
Weaknesses
Some of the following problems in my perspective may need to solve for the future deployment:
1. The scoring criteria for "Human Annotation" in the appendix should be more specific, and it should be able to guide the annotators to rate the quality of image-text alignment step by step. For example, what is the difference between a score of "4" and "5", is it because of the color generation of the object or the amount is biased?
To be honest, if the results of human annotation are not fine-grained and accurate enough, it may seriously destroy people's trust in the usability of the system.
2. The experiment and analysis can be more perfect, but considering that this article is a fundamental work, the time for urgent submission of ddl may not be enough, so this amount of completion is completely acceptable to me.
3. There are several different models applied in the overall evaluation pipeline. If a large model can be unified in the future to complete all evaluation steps (such as GPT4), the evaluation scheme may be more practical.
Questions
What does the average rank correlation of the two items in Figure 5 refer to? Could the author provide a more clearly clarification and revise it in their next edition?
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
As the author said in the supplementray limitation part, relying on OpenAI's closed-source GPT model and the internal bias of the LLM model are obstacles faced by this proposed evaluation framework.