📊 Datasets — Awesome Generative Models
Loading datasets…
Loading datasets…
811 datasets & benchmarks — 16 canonical foundations plus emerging datasets mined from recent papers. Each links to the papers that use it.
60,000 32×32 color images in 10 classes — a small, standard image-classification benchmark.
~1.28M labeled images across 1,000 categories (ILSVRC) — the standard large-scale image-classification benchmark.
Dataset Card for MNIST Dataset Summary The MNIST dataset consists of 70,000 28x28 black-and-white images of handwritten digits extracted from two NIST databases. There are 60,000 images in the training dataset and 10,000 images in the validation dataset, one class per digit so a total of 10 classes, with 7,000 images (6,000 train images and 1,000 test images) per class. Half of the image were drawn by Census Bureau employees and the other half by high school students… See the full description on the dataset page: https://huggingface.co/datasets/ylecun/mnist.
CelebA is a dataset containing celebrity images annotated with various attributes, used to evaluate the alignment of generative models and vision encoders in capturing meaningful semantic information.
Common Objects in Context — 330k images with object-detection, segmentation, keypoint, and captioning annotations.
Flickr-Faces-HQ — 70,000 high-quality 1024×1024 face images, widely used for generative modeling.
Citation @article{DBLP:journals/corr/abs-1710-10196, author = {Tero Karras and Timo Aila and Samuli Laine and Jaakko Lehtinen}, title = {Progressive Growing of GANs for Improved Quality, Stability, and Variation}, journal = {CoRR}, volume = {abs/1710.10196}, year = {2017}, url = {http://arxiv.org/abs/1710.10196}, eprinttype = {arXiv}, eprint = {1710.10196}, timestamp = {Mon, 13 Aug 2018… See the full description on the dataset page: https://huggingface.co/datasets/Chris1/celebA-HQ.
Dataset Card for FashionMNIST Dataset Summary Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. We intend Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing… See the full description on the dataset page: https://huggingface.co/datasets/zalando-datasets/fashion_mnist.
CIFAR-100 is a dataset that contains 100 classes of images, each with 600 images, used to evaluate self-supervised representation learning methods.
'ImageNet 64x-64' is a benchmark dataset that contains images from the ImageNet collection resized to 64x64 pixels, used to evaluate the performance of generative models in image generation tasks.
Dataset Card for "lsun-bedrooms" This is a 20% sample of the bedrooms category in LSUN, uploaded as a dataset for convenience. The license for this compilation only is MIT. The data retains the same license as the original dataset. This is (roughly) the code that was used to upload this dataset: import os import shutil from miniai.imports import * from miniai.diffusion import * from datasets import load_dataset path_data = Path('data') path_data.mkdir(exist_ok=True) path =… See the full description on the dataset page: https://huggingface.co/datasets/pcuenq/lsun-bedrooms.
ImageNet-256 is a dataset used to evaluate image generation models, containing a subset of images from the larger ImageNet dataset, specifically resized to 256x256 pixels.
The 'LSUN-Church' dataset contains images of church interiors and is used to evaluate the performance of diffusion models in high-quality image generation.
STL-10 is a dataset that contains images used to evaluate semi-supervised learning methods, specifically in the context of image classification tasks.
Dataset Card for Street View House Numbers Dataset Summary SVHN is a real-world image dataset for developing machine learning and object recognition algorithms with minimal requirement on data preprocessing and formatting. It can be seen as similar in flavor to MNIST (e.g., the images are of small cropped digits), but incorporates an order of magnitude more labeled data (over 600,000 digit images) and comes from a significantly harder, unsolved, real world problem… See the full description on the dataset page: https://huggingface.co/datasets/ufldl-stanford/svhn.
'ImageNet 512×512' is a benchmark dataset used to evaluate the quality of image synthesis models, specifically measuring their performance in generating high-resolution images.
The 'LSUN' dataset contains a large collection of labeled images across various categories and is used to evaluate the performance of image generation models.
ImageNet-64 is a benchmark dataset containing 64x64 pixel images used to evaluate the performance of generative models, particularly in the context of Generative Adversarial Networks (GANs).
'Stable Diffusion' is a widely-used text-to-image diffusion model that serves as a benchmark for evaluating the performance of generative models in image generation.
UCF-101 is a dataset that contains a collection of 101 action categories used to evaluate video understanding and action recognition tasks.
Dataset Card for ImageNet Dataset Summary ILSVRC 2012, commonly known as 'ImageNet' is an image dataset organized according to the WordNet hierarchy. Each meaningful concept in WordNet, possibly described by multiple words or word phrases, is called a "synonym set" or "synset". There are more than 100,000 synsets in WordNet, majority of them are nouns (80,000+). ImageNet aims to provide on average 1000 images to illustrate each synset. Images of each concept are… See the full description on the dataset page: https://huggingface.co/datasets/ILSVRC/imagenet-1k.
Kinetics-600 is a dataset used to evaluate video understanding models, containing a diverse set of 600 human action categories.
'dSprites' is a dataset that contains 2D shapes varying in factors such as shape, scale, orientation, and position, and it is used to evaluate the performance of models in disentangled representation learning.
Dataset Card for "viton_hd" More Information needed
Dataset Card for "omniglot" More Information needed
ShapeNet is a dataset that contains a diverse collection of 3D shapes used to evaluate the performance of generative models in producing visually plausible and geometrically symmetric objects.
Objaverse Objaverse is a Massive Dataset with 800K+ Annotated 3D Objects. More documentation is coming soon. In the meantime, please see our paper and website for additional details. License The use of the dataset as a whole is licensed under the ODC-By v1.0 license. Individual objects in Objaverse are all licensed as creative commons distributable objects, and may be under the following licenses: CC-BY 4.0 - 721K objects CC-BY-NC 4.0 - 25K objects CC-BY-NC-SA… See the full description on the dataset page: https://huggingface.co/datasets/allenai/objaverse.
CIFAR is a dataset used to evaluate the performance of machine learning models, particularly in the context of computer vision tasks.
The CUB dataset, or Caltech-UCSD Birds-200-2011, contains images and textual descriptions of 200 bird species and is used to evaluate text-to-image synthesis methods.
HumanML-3D is a dataset used to evaluate human motion synthesis by providing 3D motion data conditioned on textual input.
Dataset Card for tiny-imagenet Dataset Summary Tiny ImageNet contains 100000 images of 200 classes (500 for each class) downsized to 64×64 colored images. Each class has 500 training images, 50 validation images, and 50 test images. Languages The class labels in the dataset are in English. Dataset Structure Data Instances { 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=64x64 at 0x1A800E8E190, 'label': 15 }… See the full description on the dataset page: https://huggingface.co/datasets/zh-plus/tiny-imagenet.
The 'AFHQ' dataset contains images of animal faces and is used to evaluate the performance of generative models in producing high-quality image synthesis.
Dataset Card for "deepfashion" More Information needed
GenEval is a benchmark used to evaluate the performance of text-to-image synthesis models.
ImageNet 512 is a benchmark dataset used to evaluate image generation models, containing images resized to 512x512 pixels.
This dataset is part of the CycleGAN datasets, originally hosted here: https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/ Citation @article{DBLP:journals/corr/ZhuPIE17, author = {Jun{-}Yan Zhu and Taesung Park and Phillip Isola and Alexei A. Efros}, title = {Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks}, journal = {CoRR}, volume = {abs/1703.10593}, year… See the full description on the dataset page: https://huggingface.co/datasets/huggan/cityscapes.
AFHQv-2 is a dataset that contains high-quality images of animals, specifically dogs, cats, and wild animals, and is used to evaluate the performance of generative models in image synthesis tasks.
The Market-1501 dataset is a benchmark that contains images of pedestrians for evaluating person re-identification algorithms.
Dataset Card for "openwebtext" Dataset Summary An open-source replication of the WebText dataset from OpenAI, that was used to train GPT-2. This distribution was created by Aaron Gokaslan and Vanya Cohen of Brown University. Supported Tasks and Leaderboards More Information Needed Languages More Information Needed Dataset Structure Data Instances plain_text Size of downloaded dataset… See the full description on the dataset page: https://huggingface.co/datasets/Skylion007/openwebtext.
CLEVR is a diagnostic dataset that tests a range of visual reasoning abilities. It contains minimal biases and has detailed annotations describing the kind of reasoning each question requires. We use this dataset to analyze a variety of modern visual reasoning systems, providing novel insights into their abilities and limitations.
The 'BraTS-2020' dataset contains high-resolution three-dimensional medical images used to evaluate tumor segmentation methods.
The 'CelebA-HQ-256' dataset contains high-quality images of celebrity faces and is used to evaluate the sampling quality and diversity of generative models.
COCO-30K is a dataset that contains images and their corresponding annotations, used to evaluate the performance of image generation models, particularly in the context of diffusion models.
The 'Oxford-102 Flowers' dataset contains 102 categories of flower species and is used to evaluate the performance of image generation models, particularly in producing high-resolution and photo-realistic images.
ImageNet-128 is a benchmark dataset containing a subset of images from the larger ImageNet dataset, used to evaluate methods for solving linear inverse problems without the need for training.
The 'CT' dataset/benchmark contains medical images used to evaluate the performance of segmentation models, specifically in terms of Dice scores and calibration metrics.
The CUB-200 dataset is a benchmark that contains images of 200 bird species and is used to evaluate the performance of image generation models in producing realistic bird images.
The 'Dress Code' dataset is used to evaluate the fidelity of generative models in reconstructing standardized garment images from single photos of clothed individuals.
The 'MRI' dataset/benchmark contains noisy medical image data used to evaluate the performance of image-to-image translation methods, specifically in translating MRI images to PET images.
The 'Oxford-102' dataset contains 102 categories of flowers and is used to evaluate the performance of image synthesis models in generating realistic images from textual descriptions.
QM-9 is a benchmark dataset that contains molecular structures and their associated properties, used to evaluate the performance of machine learning models in generating chemically valid molecules.
Slakh-2100 is a multi-track dataset used to evaluate music generation, source imputation, and source separation in a joint latent diffusion framework.
Dataset Card for "oxford-flowers" More Information needed
Dataset Summary Dataset containing 81,444 pieces of visual art from various artists, taken from WikiArt.org, along with class labels for each image : "artist" : 129 artist classes, including a "Unknown Artist" class "genre" : 11 genre classes, including a "Unknown Genre" class "style" : 27 style classes On WikiArt.org, the description for the "Artworks by Genre" page reads : A genre system divides artworks according to depicted themes and objects. A classical hierarchy of genres… See the full description on the dataset page: https://huggingface.co/datasets/huggan/wikiart.
Dataset Card for Kitti The Kitti dataset. The Kitti object detection and object orientation estimation benchmark consists of 7481 training images and 7518 test images, comprising a total of 80.256 labeled objects
Hub version of the T2I-CompBench dataset. All credits and licensing belong to the creators of the dataset. This version was obtained as described below. First, the ".txt" files were obtained from this directory. Code import requests import os # Set the necessary parameters owner = "Karine-Huang" repo = "T2I-CompBench" branch = "main" directory = "examples/dataset" local_directory = "." # GitHub API URL to get contents of the directoryurl =… See the full description on the dataset page: https://huggingface.co/datasets/NinaKarine/t2i-compbench.
audiocaps HuggingFace mirror of official data repo.
COCO-Stuff augments all 164K images of the popular COCO dataset with pixel-level stuff annotations. These annotations can be used for scene understanding tasks like semantic segmentation, object detection and image captioning.
CheXpert is a dataset containing a large collection of chest radiographs used to evaluate the performance of models in generating and analyzing medical images, particularly for conditions like cardiomegaly.