Summary
This paper evaluates a collection of recent LM + VQA based text-to-image evaluation metrics, and examined whether those approaches are faithfully evaluating some basic desiderata of an ideal text-to-image evaluation metric. Particularly, the author evaluates whether those metrics are human interpretable, and their sensitivity to text properties and image properties, and whether they were robust to known shortcuts. The analysis of those evaluation metric has suggested that those LM + VQA based metric is providing complementary information about the evaluation to the more popular CLIP Score, but they highly correlates between themselves.
Reasons to accept
1. The paper is overall clear and the research ideas are straight-forward. The research finding is kind of interesting, suggesting that three existing VQA based evaluations for text-to-image generation are highly correlated, and all having the similar yes-bias.
2. The analysis done for each comparison is convincing, with strong supports from the experiments.
3. The design of experiments are reasonable and solid in most cases, and the ablations are comprehensive.
Reasons to reject
1. While it has been a pleasant time reading the paper, it does not carry very surprising or significant research discover that reveals any new research direction. It is completely okay to have a small and focused research paper like this but I wouldn't consider it to be the top papers for CoLM.
2. To improve the reading experience, maybe It would be good to have a figure illustrating a generation example and show how it got evaluated by each metrics. It could be even better if that example can also tell the story of the flaws identified with the VQA based approach
3. The proposal of the desiderata future text-to-image metrics should consider is a bit abstract. Especially the "iii) nice-to-haves" is very vague and not well defined.
Questions to authors
1. Section 3.4 paragraph 1 "# of generates questions correlates strongly to the text-image consistency metrics" is confusing to me and I don't see how it leads to the conjecture that VQA component can be omitted from the evaluation pipeline. Let's say now we remove the VQA component, and only have the question generation part, how is model going to compute the metric score for text-to-image consistency? Are you suggesting that we directly measuring the "# of generated question" as consistency score? There is no way that this should be the future design of text-to-image eval metric.
2. Most analysis in this paper are statistically, could you also provide some intuition and concrete illustrating examples? For instance, when experiments are designed to show that VQAbased scores are not correlated strongly with CLIPScore, what would be the possible justification over this observation? Could you show examples to justify the reason?