paper-with-me

Papers

GenEval: An Object-Focused Framework for Evaluating Text-to-Image Alignment

2023-10-17 · NeurIPS 2023 11 · Dhruba Ghosh, Hanna Hajishirzi, Ludwig Schmidt

Recent breakthroughs in diffusion models, multimodal pretraining, and efficient finetuning have led to an explosion of text-to-image generative models. Given human evaluation is expensive and difficult to scale, automated methods are critical for evaluating the increasingly large number of new models. However, most current automated evaluation metrics like FID or CLIPScore only offer a holistic measure of image quality or image-text alignment, and are unsuited for fine-grained or instance-level analysis. In this paper, we introduce GenEval, an object-focused framework to evaluate compositional image properties such as object co-occurrence, position, count, and color. We show that current object detection models can be leveraged to evaluate text-to-image models on a variety of generation tasks with strong human agreement, and that other discriminative vision models can be linked to this pipeline to further verify properties like object color. We then evaluate several open-source text-to-image models and analyze their relative generative capabilities on our benchmark. We find that recent models demonstrate significant improvement on these tasks, though they are still lacking in complex capabilities such as spatial relations and attribute binding. Finally, we demonstrate how GenEval might be used to help discover existing failure modes, in order to inform development of the next generation of text-to-image models. Our code to run the GenEval framework is publicly available at https://github.com/djghosh13/geneval.

📄 PDF Abstract BibTeX arXiv:2310.11513

Code (1)

djghosh13/geneval 공식 구현 pytorch

Tasks

AttributeObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

MT-GenEval: A Counterfactual and Contextual Dataset for Evaluating Gender Accuracy in Machine Translation

2022-11-02 · Anna Currey, Maria Nădejde, Raghavendra Pappagari, Mia Mayer 외

As generic machine translation (MT) quality has improved, the need for targeted benchmarks that explore fine-grained aspects of quality has increased. In particular, gender accuracy in translation can have implications i…

counterfactualEthicsMachine TranslationSentence+1

FRAbench and GenEval: Scaling Fine-Grained Aspect Evaluation across Tasks, Modalities

2025-05-19 · Shibo Hong, Jiahao Ying, Haiyuan Liang, Mengdi Zhang 외

Evaluating the open-ended outputs of large language models (LLMs) has become a bottleneck as model capabilities, task diversity, and modality coverage rapidly expand. Existing "LLM-as-a-Judge" evaluators are typically na…

Image GenerationText Generation

GenEval: A Benchmark Suite for Evaluating Generative Models

2018-09-27 · Anton Bakhtin, Arthur Szlam, Marc'Aurelio Ranzato

Generative models are important for several practical applications, from low level image processing tasks, to model-based planning in robotics. More generally, the study of generative models is motivated by the long-stan…

The Telephone Game: Evaluating Semantic Drift in Unified Models

2025-09-04 · Sabbir Mollah, Rohit Gupta, Sirnam Swetha, Qingyang Liu 외 arxiv

Employing a single, unified model (UM) for both visual understanding (image-to-text: I2T) and visual generation (text-to-image: T2I) has opened a new direction in Visual Language Model (VLM) research. While UMs can also …

GenEval 2: Addressing Benchmark Drift in Text-to-Image Evaluation

2025-12-18 · Amita Kamath, Kai-Wei Chang, Ranjay Krishna, Luke Zettlemoyer 외 arxiv

Automating Text-to-Image (T2I) model evaluation is challenging; a judge model must be used to score correctness, and test prompts must be selected to be challenging for current T2I models but not the judge. We argue that…