CVAICLLGMMJun 19, 2024

GenAI-Bench: Evaluating and Improving Compositional Text-to-Visual Generation

arXiv:2406.13743v3103 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of evaluating and improving compositional text-to-visual generation for AI researchers and developers, though it is incremental as it builds on existing metrics and benchmarks.

The paper tackles the problem of text-to-visual models struggling with compositional prompts by evaluating them on GenAI-Bench and finding that VQAScore outperforms existing metrics like CLIPScore, improving human alignment ratings by 2x to 3x through black-box ranking of candidate images.

While text-to-visual models now produce photo-realistic images and videos, they struggle with compositional text prompts involving attributes, relationships, and higher-order reasoning such as logic and comparison. In this work, we conduct an extensive human study on GenAI-Bench to evaluate the performance of leading image and video generation models in various aspects of compositional text-to-visual generation. We also compare automated evaluation metrics against our collected human ratings and find that VQAScore -- a metric measuring the likelihood that a VQA model views an image as accurately depicting the prompt -- significantly outperforms previous metrics such as CLIPScore. In addition, VQAScore can improve generation in a black-box manner (without finetuning) via simply ranking a few (3 to 9) candidate images. Ranking by VQAScore is 2x to 3x more effective than other scoring methods like PickScore, HPSv2, and ImageReward at improving human alignment ratings for DALL-E 3 and Stable Diffusion, especially on compositional prompts that require advanced visio-linguistic reasoning. We release a new GenAI-Rank benchmark with over 40,000 human ratings to evaluate scoring metrics on ranking images generated from the same prompt. Lastly, we discuss promising areas for improvement in VQAScore, such as addressing fine-grained visual details. We will release all human ratings (over 80,000) to facilitate scientific benchmarking of both generative models and automated metrics.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes