DallEval icon indicating copy to clipboard operation
DallEval copied to clipboard

DALL-Eval: Probing the Reasoning Skills and Social Biases of Text-to-Image Generation Models (ICCV 2023)

DALL-Eval: Probing the Reasoning Skills and Social Biases of Text-to-Image Generative Transformers

teaser image

Visual Reasoning

skill image

Please see ./paintskills for our DETR-based visual reasoning skill evaluation.

(Optional) Please see https://github.com/aszala/PaintSkills-Simulator for our 3D Simulator implementation.

Image Quality & Image-Text Alignment

alignment and quality image

Please see ./quality for our image quaity evaluation based on FID score.

Please see ./retrieval for our image-text alignment evaluation with CLIP-based R-precision.

Please see ./captioning for our image-text alignment evaluation with VL-T5 captioning.

Social Bias

bias exp image

Please see ./biases for our CLIP-based social (gender and racial) bias evaluation.

Models

We provide training and inference scripts for DALLE-small (DALLE-pytorch), ruDALL-E XL, minDALL-E, and X-LXMERT.

Acknowledgments

We thank the developers of DETR, DALLE-pytorch, ruDALL-E, minDALL-E, and X-LXMERT, for their public code release.

Reference

Please cite our paper if you use our dataset in your works:


@article{Cho2022DallEval,
  title         = {DALL-Eval: Probing the Reasoning Skills and Social Biases of Text-to-Image Generative Transformers},
  author        = {Jaemin Cho and Abhay Zala and Mohit Bansal},
  year          = {2022},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CV},
  eprint        = {2202.04053}
}