DynEval: Holistic Evaluations of T2I Generative Models in the Wild

1 Visual Computing Lab, IISc Bangalore 2 Hugging Face
* Indicates equal contribution.

Work done during internship at VCL, IISc.

ECCV 2026

Do evaluators agree with human preferences?

View the complete paper figure
Complete Figure 1 qualitative comparison of DynEval-4B with existing text-to-image evaluation methods
Figure 1. Qualitative comparison of DynEval-4B with GenEval, TIFA, DPG-Bench, and EvalMuse across multiple T2I models. All scores are normalized to [0, 1].
Takeaways:
  • Closer agreement with humans: Compared with existing methods, DynEval-4B produces scores that better agree with human judgments by jointly evaluating text-image alignment and image quality.
  • Detector dependency in GenEval: Detector-based methods such as GenEval can fail to accurately evaluate generated content when outputs exhibit artistic styles or visual distributions that are underrepresented or absent in the detector’s training data.
  • Contradictory evaluator scores: Visually superior images may receive disproportionately low scores, while visually distorted or semantically implausible images may receive overly high scores.
  • Meaningful variation within each tier: Average DynEval-4B scores provide a high-level comparison across the three model tiers, but they do not capture the variability among models within the same tier.
  • Persistent challenges across model strength: Despite the considerable performance gap between the best-performing and worst-performing models, human present, count multi objects, size binding, perspective, anti-realism, and text in image remain among the lowest-scoring subcategories across all tiers.
  • Fine-grained analysis remains necessary: Models with comparable overall DynEval scores can exhibit distinct strengths and weaknesses across individual semantic dimensions, motivating category-wise analysis in addition to overall benchmark performance.

DynEval-1K Leaderboard

Overall performance of 36 text-to-image generative models, ranked by the DynEval-4B score on the DynEval-1K evaluation set. Scores are normalized to [0, 1].

RankModelTierDynEval Score
Tier 1Average 0.872 ± 0.041
1GPT-Image-1.5Tier 10.934
2NanoBananaTier 10.915
3FLUX.2 [klein]Tier 10.883
4FLUX.2 [dev]Tier 10.866
5FIBOTier 10.844
6LongCat-ImageTier 10.834
7HiDream-I1Tier 10.830
Tier 2Average 0.739 ± 0.039
8Qwen-ImageTier 20.793
9Z-ImageTier 20.789
10GLM-ImageTier 20.780
11FLUX.1 [dev]Tier 20.776
12SanaTier 20.769
13UniPicTier 20.768
14Stable Diffusion 3.5Tier 20.767
15OmniGen2Tier 20.765
16In-Context LoRATier 20.757
17BagelTier 20.755
18OmniGenTier 20.741
19Hunyuan-DiTTier 20.727
20Show-oTier 20.711
21X-OmniTier 20.706
22Janus-ProTier 20.696
23KolorsTier 20.689
24PixArt-αTier 20.685
25Kandinsky 3Tier 20.683
26UniWorld-V1Tier 20.682
Tier 3Average 0.528 ± 0.123
27Playground v2.5Tier 30.655
28SSD-1BTier 30.613
29DeepFloyd IF-XLTier 30.609
30Emu3Tier 30.597
31SDXL-TurboTier 30.594
32Stable Diffusion XLTier 30.553
33Stable Diffusion v2.1Tier 30.523
34Stable Diffusion v1.5Tier 30.475
35PixArt-ΣTier 30.425
36LlamaGenTier 30.240

Tier averages report mean ± standard deviation, following Table S9 of the supplementary material.

Abstract

Recent advances in text-to-image (T2I) generation have led to models capable of producing highly realistic images. Yet, reliably evaluating their outputs remains challenging, especially at scale. Existing automatic evaluators, often relying on a static prompt set, struggle to capture subtle failure modes such as partial prompt misalignment, compositional errors or visually plausible but semantically incorrect generations. In this work, we introduce \(\textbf{DynEval}\), a \(\underline{\textbf{Dyn}}\)amic \(\underline{\textbf{Eval}}\)uation framework designed to jointly assess \(\textit{text-to-image alignment}\) and \(\textit{image quality}\) of T2I models. To support scalable training beyond limited human-annotated data, we construct two large datasets. First, we build \(\textbf{GenDB}\), a collection of 500K prompt-image pairs generated from human-written prompts drawn from DiffusionDB using a tiered prompt-model generation strategy. Second, building upon GenDB, we construct \(\textbf{DynEvalInstruct}\), a 250K instruction dataset comprising prompt-image-response triplets distilled from a structured evaluation pipeline that decomposes evaluation into text-image alignment and visual quality reasoning. Using this dataset, we perform full fine-tuning of a compact evaluator through a curriculum learning strategy to effectively distill the superior evaluation capabilities of a larger teacher vision-language model, resulting in \(\textbf{DynEval-2B}\) and \(\textbf{DynEval-4B}\). In extensive comparisons against existing evaluators across 11 benchmarks, our evaluator achieves a higher overall correlation with human judgments. Furthermore, it provides fine-grained analysis of the capabilities and failure modes of 36 T2I models across 42 subcategories and 9 semantic dimensions.

GenDB Dataset

GenDB is a 500K prompt-image dataset built from real user prompts sampled from DiffusionDB. Prompts are ranked by a heuristic complexity score spanning prompt length, object and attribute counts, and seven additional semantic attributes, then split into easy, medium, and hard tiers. The paper also tiers 36 T2I models by capability on the DynEval-1K evaluation set and pairs prompts with models from matching tiers, making the generated data more likely to expose informative failure cases.

Overview of the DynEval evaluation framework
Figure 2. Overview of the DynEval evaluation framework. GenDB is built using tier-matched prompts and T2I models; DynEval then produces structured T2IA and IQA outputs and assigns question-level scores from 1 to 5.

The DynEval evaluation framework starts from diverse prompt-image pairs and decomposes evaluation into text-image alignment and image quality. T2IA generates prompt-grounded verification questions and expected answers, while IQA builds a prompt-conditioned scene graph and object-level quality questions. The generated questions are scored with VQA-style evaluation to produce fine-grained evidence and a final score.

DynEvalInstruct Dataset

DynEvalInstruct generation and DynEval training pipeline
Figure 3. Overview of the DynEvalInstruct generation pipeline and DynEval training framework. Qwen3-VL-235B generates structured T2IA and IQA supervision through Steps 1-4; DynEval learns these procedures with the <T2IA>, <IQA>, and <EVALUATION> task tokens.

DynEvalInstruct filters GenDB into 250K prompt-image-response triplets using a structured teacher-VLM evaluation pipeline. Qwen3-VL-235B generates T2IA questions for semantic alignment, IQA scene graphs and quality questions for visual fidelity, and VQA-style question scores. These structured responses become supervision for training DynEval while preserving fine-grained reasoning traces rather than collapsing evaluation into a single black-box score.

DynEval Evaluator

DynEval distills the evaluation capability of Qwen3-VL-235B into two compact evaluators: DynEval-2B, based on Qwen3-VL-2B, and DynEval-4B, based on Qwen3-VL-4B. The model is trained with a curriculum that first learns to generate structured questions and then learns to answer and score them, improving stability and reducing redundant or overlapping checks.

<T2IA>

Generates atomic prompt-grounded verification questions, including distortion-focused checks for likely visual failures.

<IQA>

Builds a scene graph and creates object-level quality questions covering structure, texture, completeness, realism, and spatial cues.

<EVALUATION>

Answers generated questions over the image and assigns question-level scores from 1 to 5, producing T2IA and IQA assessments.

Results and Discussions

DynEval is evaluated against 14 existing evaluation methods on 11 text-to-image benchmarks. We report Spearman Rank Correlation Coefficient (SRCC) and Pearson Linear Correlation Coefficient (PLCC) between predicted evaluator scores and human annotations; higher values indicate stronger agreement with human judgment. DynEval is trained entirely without human annotations, yet it generalizes across diverse benchmark settings.

Qualitatively, existing methods such as GenEval, DPG-Bench, EvalMuse, and TIFA often assign high scores to distorted images or deviate from human judgments. DynEval produces more consistent scores because it evaluates both semantic prompt faithfulness and visual quality.

Main Human-Annotated Benchmarks

EvaluatorEvalMuseGenAI-BenchTIFARichHFGenEvalEvalMiT2I-Eval-Bench
SRCCPLCCSRCCPLCCSRCCPLCCSRCCPLCCSRCCPLCCSRCCPLCCSRCCPLCC
CLIPScore0.29930.29330.16760.20300.30030.30860.05700.30240.06540.09850.26070.30720.06780.1260
BLIPv2Score0.35830.33480.27340.29790.42870.45430.14250.31050.26690.31670.29000.34680.12230.1321
ImageReward0.46550.45850.34000.37860.62110.63360.27470.32910.41490.46030.49910.55230.13490.1144
PickScore0.43990.43280.35410.36310.42790.43420.39160.41330.27870.30150.46110.46920.23750.2440
HPSv20.37450.36570.13710.16930.36470.38040.18710.25770.32230.35800.53360.55250.29160.2990
VQAScore0.48770.48410.55340.51750.69510.65850.48260.40940.50570.50400.60620.61180.33480.3570
GenEval--------0.47530.4509----
FGA-BLIP2-OS0.77420.77220.56370.56730.76040.74420.51230.54550.51700.52780.67240.69450.35820.3471
TIIF-Bench--0.43870.40200.60070.57760.43420.42920.56000.54470.44740.42560.32970.3016
T2I-Eval-Bench--0.49960.47730.60110.62460.50330.49900.58470.56100.42580.40750.37440.3629
UniGenBench++--0.46050.44410.60780.58920.53330.51720.56610.54940.46110.45540.39710.3818
T2I-CoReB (8B)--0.46140.44140.61260.61120.60240.58090.56260.58100.55830.54140.40350.3879
GenEval 2 (8B)--0.48170.45710.68240.67340.63110.60210.60440.61750.72450.70980.42220.4172
LongT2IBench--0.37470.37630.67750.69220.51740.51610.45440.59990.50560.54850.47810.4563
DynEval-2B0.77650.77980.57150.56950.78270.77150.52260.55450.56680.58200.73460.71560.45350.4410
DynEval-4B0.79320.79450.59450.58170.80220.80340.54570.56910.58940.60730.79440.78890.48570.4636

Additional Zero-Shot Benchmarks

EvaluatorGenEval2TIIF-BenchUniGenBench++T2I-CoReBench
SRCCPLCCSRCCPLCCSRCCPLCCSRCCPLCC
VQAScore0.62230.52080.37280.33530.31090.29910.24690.2668
FGA-BLIP2-OS0.38680.37500.35810.44370.35210.34570.31540.3075
TIIF-Bench0.34320.33220.39170.36900.32540.31110.36020.3562
T2I-Eval-Bench0.39040.38620.33920.31900.34730.33560.38110.3767
UniGenBench++0.46020.40720.47880.45530.38880.37520.36710.3454
T2I-CoReB (8B)0.48130.49550.51960.56710.40040.38490.44690.4352
GenEval2 (8B)0.71200.70170.54950.60280.41020.38580.44350.4315
DynEval-4B0.75080.71320.59800.62980.49580.50420.48560.4716

DynEval-4B achieves state-of-the-art performance on 9 of 11 benchmarks and ranks second on one additional benchmark. Averaged across all benchmarks, it improves over previous best evaluators by +4.77%, and the relative gain rises to +7.61% on benchmarks where it sets a new state of the art. The largest gains occur on EvalMI (+9.65%), GenAI-Bench (+5.46%), UniGenBench++ (+20.87%), and TIIF-Bench (+8.83%). On RichHF and GenEval, DynEval-4B trails larger 8B evaluators while using roughly half as many parameters.

Scaling from DynEval-2B to DynEval-4B consistently improves performance across the main benchmarks, with an average relative SRCC gain of +4.62%. The largest improvements appear on EvalMI (+8.14%) and T2I-Eval-Bench (+7.10%), while smaller but consistent improvements also appear on EvalMuse (+2.15%).

Dynamic Question Generation

DynEval-4B generates IQA questions whose count scales with scene complexity. For images with 1-5 objects it generates 14.2 questions on average, increasing to 66.6 questions for 16-20 objects. Coverage ratio and BERTScore against the Qwen3-VL-235B teacher remain high, showing that the student preserves much of the teacher's question coverage and semantic intent.

Supplementary details, ablations, and additional qualitative figures

T2I Failure Analysis

Fine-grained capability analysis of 36 T2I models
Figure 4. Fine-grained capability analysis of 36 T2I models on DynEval-1K using DynEval-4B, covering 42 prompt subcategories and 9 semantic dimensions.

DynEval-4B analyzes 36 T2I models over 42 subcategories and 9 semantic dimensions. The strongest models improve basic object grounding, scene understanding, and standard spatial reasoning, but all tiers still struggle with exact object counting, human and animal structures, uncommon size relationships, perspective-dependent prompts, and faithful text or symbol generation.

Average evaluator scores by T2I model publication year
Figure 5. Average scores assigned by existing methods and DynEval-4B to T2I models grouped by publication year.

Compared with alignment-centric evaluators, DynEval gives a more calibrated view of model progress over time because it jointly evaluates prompt faithfulness and visual realism. This makes it better suited for diagnosing visually plausible but semantically wrong outputs, as well as semantically aligned images with local artifacts or structural distortions.

BibTeX

@misc{marjit2026dynevalholisticevaluationst2i,
      title={DynEval: Holistic Evaluations of T2I Generative Models in the Wild},
      author={Shyam Marjit and Dheeraj Baiju and Anuj Shikarkhane and Akhil Sakthieswaran and Sayak Paul and Anirban Chakraborty},
      year={2026},
      eprint={2607.11199},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2607.11199},
}