CoolFace
Modelpublic

JustSecret/Imag-Eval

sourceHugging Facecc-by-nc-4.0updated 20d agoView on Hugging Face
0likes
Model Card

IMAG-EVAL

<p align="center"> <b>IMAG-EVAL:</b> A Language-Grounded Framework for Interpretable Text-to-Image Instruction Following Evaluation </p>

![Paper](https://arxiv.org/pdf/2608.29210) ![Leaderboard](https://justsecret123.github.io/imag-eval-leaderboard.io) ![Code](https://github.com/Justsecret123/Imag-Eval)


๐Ÿš€ Overview

IMAG-EVAL is a controlled benchmark designed to evaluate instruction-following capabilities in Text-to-Image (T2I) generation models.

Unlike prior benchmarks that primarily rely on prompt length or isolated skill evaluation, IMAG-EVAL explicitly disentangles linguistic complexity from compositional complexity by independently varying:

  • โ€”the number of grounded object instances,
  • โ€”the number of compositional constraints,
  • โ€”and the combination of evaluated skills.

The benchmark provides interpretable diagnostic evaluations and enables fine-grained analysis of failure modes in modern Text-to-Image systems.


๐Ÿ“Š Benchmark Statistics

StatisticValue
Prompts1,140
Evaluation Rules8,842
LanguagesEnglish
Evaluation Dimensions7
Difficulty levels3 : Easy, Medium, Hard
Available testsfrom 2-skill to 6-skill combinations
SkillJSON rules (meta-prompts)Total combined rules (synthetic prompts)
Counting2,2282,228
Color5581,660
Spatial3102,199
Emotion372372
Size3102,197
Text186186
Total3,9648,842

Evaluated Skills

  • โ€”๐Ÿ”ข Counting: Generating the exact number of requested object instances.
  • โ€”๐ŸŽจ Color Attribution: Correctly assigning the specified color to each relevant instance.
  • โ€”๐Ÿ“ Size Relations: Preserving the required relative size constraints between instances (e.g., larger than, smaller than).
  • โ€”๐Ÿ“ Spatial Relations: Correctly grounding spatial relationships between instances (e.g., A is to the right of B).
  • โ€”๐Ÿ˜Š Emotion Attribution: Accurately rendering the specified facial expressions and emotions.
  • โ€”๐Ÿ”ค Text Rendering: Faithfully reproducing the target text, including prompts containing spelling variations or typographical errors.
  • โ€”๐Ÿงฉ Cohesiveness: Generating anatomically plausible, structurally consistent, and visually coherent instances and scenes.

๐Ÿ“‚ Repository Structure

prompts/

Contains the benchmark prompt definitions used during evaluation.

Each JSON file includes:

  • โ€”prompt metadata,
  • โ€”skill combinations,
  • โ€”difficulty levels,
  • โ€”scene specifications,
  • โ€”synthetic prompts,
  • โ€”evaluation constraints.

skill_codes.csv

Mapping between benchmark identifiers and skill combinations.

Example:

codeskill
0all_skills
12color+size
46counting+color+spatial+emotion

These codes are used throughout the benchmark generation and evaluation pipeline.

texts.csv

Reference textual annotations used for Text Rendering evaluation.

Each row contains:

  • โ€”prompt identifier,
  • โ€”expected textual content,
  • โ€”corresponding benchmark reference.

This file is used to compute Word Error Rate (WER) during evaluation.


๐ŸŽฏ Supported Tasks

IMAG-EVAL is intended for:

  • โ€”Text-to-Image Generation
  • โ€”Instruction Following
  • โ€”Compositional Reasoning
  • โ€”Multimodal Grounding
  • โ€”Text Rendering Evaluation
  • โ€”Benchmarking and Diagnostic Analysis

๐Ÿ“ˆ Evaluation Protocol

Models are evaluated on seven dimensions:

SkillMetric
CountingAccuracy (object-level)
Color AttributionAccuracy (instance-level)
Spatial RelationsAccuracy (instance-level)
Size RelationsAccuracy (instance-level)
Emotion AttributionAccuracy
Text RenderingWord Error Rate (WER)
CohesivenessBinary Classification Accuracy

โš ๏ธ Limitations

  • โ€”The benchmark relies on COCO object categories.
  • โ€”Emotion attribution is currently restricted to human instances.
  • โ€”Prompts are written in English.

๐Ÿค— Related Resources


๐Ÿ“š Citation (pending EMNLP 2026 proceedings)

bibtex
@misc{serouis2026imageval,
  title={IMAG-EVAL: A Language-Grounded Framework for Interpretable Text-to-Image Instruction Following Evaluation},
  author={Serouis, Ibrahim Mohamed and Jaramillo Duque, David},
  year={2026},
  note={Accepted at the 2026 Conference on Empirical Methods in Natural Language Processing (EMNLP 2026)}
}

๐Ÿ“œ License

Please refer to the repository license for terms of use.