Self-Bench / README.md
nielsr's picture
nielsr HF Staff
Add link to paper, task category
b82c3e6 verified
|
raw
history blame
1.8 kB
metadata
license: apache-2.0
task_categories:
  - image-classification

Dataset Card for Self-Bench

Overview

Self-Bench is a diagnostic benchmark designed to explore the relationship between the generative and discriminative capabilities of diffusion models. It consists of images generated by different diffusion models, enabling controlled evaluations where the image domain is well-defined and consistent. The goal is to assess how well models can understand images that are most "familiar" to them—that is, images they themselves have generated.

This dataset was used in Diffusion Classifiers Understand Compositionality, but Conditions Apply.

Diffusion Models Used

We use three popular versions of Stable Diffusion to generate the dataset:

All prompts are adapted from the GenEval benchmark, which is designed for evaluating compositional generation.

Data Structure

Each image is annotated with:

  • prompt: the text prompt used for generation
  • model: the diffusion model used
  • tag: the task type (e.g., single_object, position, etc.)
  • class: the object class present in the image

Access and Filtering

This repository contains the full dataset.
If you are looking for the filtered versions curated by three annotators, please visit our GitHub repository: 🔗 https://github.com/eugene6923/Diffusion-Classifiers-Compositionality