Response to Reviewer teCT
(w1) I think the paper would have been stronger if the authors had directly compared the human evaluations with existing automatic evaluation metrics. It would be very interesting to know the correlations...
We have compared the correlations in Table 8: Metrics correlation. (Appendix A1)
(w2) Ideally we would have computable metrics which correlate highly with human evaluations. The paper does not explain very well what the main problems are of existing metrics. It would also be interesting to see what parts of human evaluation are missed by currently used metrics...
The computable metrics all hold different assumptions which only contribute part of the aspects in human evaluation. This makes a low correlation with human evaluations. For example, CLIPscore only measures the compatibility of image-caption pairs. But there are more aspects from the human perspective of semantic consistency. In editing tasks there are the level of editing, in subject-driven tasks it has to measure whether the subject aligns. Those are still an open problem in the field. Thus we found a low correlation for CLIP score across all tasks in Table 8. On the other hand, perceptual quality metrics like FID focused on visual quality and LPIPS evaluates the distance between image patches. While they are good at detecting distortion and artifacts, From the human perspective of perceptual quality, the overall natural sense of whole image is often considered.
(w3) It remains unclear how a third party with a new method could make use of this benchmark since it is based on human raters. It would be nice if there is some rater-training guide which would allow other researchers to also evaluate their method on the proposed benchmark. There are no safeguards for the maintenance of the benchmark by the authors...
There are two ways to evaluate their methods on ImagenHub. The preferred option is that the third party will send a pull request to our GitHub repo to add their model inference interface. We will use their code to perform standaridized evaluation and then publish our leaderboard.
The less preferred option is that the third party will follow our human judgment guide and hire their own raters to do it. Our guidelines and examples are in Appendix A2 and A3. We also added Appendix A7, A8, and A9 to show how a third party with a new method could make use of the benchmark. Links are hidden due to the Anonymous policy.
(w4) I found the discoveries and insights not especially surprising. They were often more based on looking at results than referring to the human evaluation rates...
We think there are some interesting insights: (1) our rigorous eval shows that the existing methods despite their popularity are actually doing very poorly on several generation tasks. There is still a large room for improvement, (2) we went through the claims in previous papers and found that 17% of them are ill-posed due to rigorous human evaluation, (3) we found that besides T2I and subject-driven generation, the automatic metrics are having extremely low correlation with human raters. It indicates that we need to develop better metrics for those tasks.
(q1) I think the study is of interest for many people. However, I found the technical contribution still a bit shallow and the possible usage for future model evaluation unclear. If some results on weakness point 1 could be added to the paper, I would probably be willing to raise my score...
Our main technical contribution focused on the inference library and the unified inference and evaluation protocols. Although we have already released the codebase on GitHub, we cannot mention the links due to the Anonymous policy. In this revised version, we added Appendix A7, A8, and A9 to show how a third party and researchers can benefit from our work and easily extend it.