Summary
This paper introduces a dataset of text-to-image prompts, along with user preferences over the generated images. This is done by building a web application where multiple images are generated for a given prompt, and the user is asked to select their preferred image. As a result of collecting this Pick-a-Pic dataset, a CLIP model (with a ViT-H backbone) is finetuned on these user preferences to obtain a scoring function PickScore that demonstrates strong results on evaluating text-to-image alignment. The results indicate that the proposed model PickScore is not only able to significantly outperform standard text-image alignment metrics (i.e CLIPScore), but also performs better than some contemporary work for the same. Additionally, the paper also demonstrates that selecting the best image from a large set of images generated by varying the prompts and seed using PickScore results in images that are preferred over other selection strategies.
Strengths
Overall, I think the paper makes a very solid and timely contribution.
1) Existing methods for evaluating text-to-image alignment have been quite limited, and therefore a large-scale dataset of user preferences that is crowdsourced would be very valuable.
2) Furthermore, the PickScore model can be useful for a variety of downstream applications since it seems to be atleast on par with humans in evaluating text-image alignment.
3) The experiments in the paper are also quite thorough and have comparisons to a lot of different models for evaluating text-to-image, including contemporary work.
Weaknesses
I believe that the paper tackles a problem that is of interest to sufficient audience, and achieves all/most of the claims made in the paper, therefore I do not have major weaknesses to discuss. Naturally, there could be alternative methods/objectives to train better models for improved performance, different vision-language models (i.e BLIP/BLIP-2) could have been considered, or using PickScore to improve text-to-image generation models could all be done in future work.
Questions
My only major question is regarding the "superhuman" performance achieved by the PickScore model. Given that the ground truth is captured from human preferences, I do not fully understand what achieving superhuman performance on this benchmark means (and the description in the paper is quite short lines 176-178). A slightly more detailed explanation of this would be very helpful.
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
Yes, I think the limitations section in the paper covers the major issues that might arise from this work (i.e dataset having NSFW images, some noise in cases where the users of the applications make mistakes). Apart from this, the paper also mentions that they have not run a hyperparameter sweep, so it is possible for some future work to train an improved model using the Pick-a-Pic dataset.