PixelProse Dataset
15 million image-text pairs, 3TB, collected in August 2024, collection address: https://huggingface.co/datasets/tomg-group-umd/pixelprose
PixelProse is a large-scale dense image description dataset, containing detailed textual descriptions of over 16 million images, each accompanied by rich visual content descriptions, suitable for visual-language model training and image understanding research.
A large-scale dense image description dataset that provides a solid foundation for visual-language model research
Each image is accompanied by a detailed textual description of visual content, covering multi-level information such as scenes, objects, attributes, and relationships, far exceeding the information density of short titles.
Image sources cover multiple public datasets and internet resources, encompassing a rich visual domain including natural scenes, people, animals, architecture, and art.
Contains over 16 million images and their dense descriptions, making it one of the largest open dense image description datasets currently available, meeting the needs for large-scale model training.
The descriptive text is carefully generated and quality-checked to ensure semantic accuracy and completeness of descriptions, providing reliable supervisory signals for model training.
Precise pairing of images and text descriptions, naturally suitable for research directions such as visual-language pre-training, image-text alignment, and cross-modal representation learning.
The dataset is released under an open license, supporting academic research and non-commercial use, promoting the development of open science in the field of visual-language understanding.
From model pre-training to downstream tasks, covering the entire chain of visual-language research
As pre-training data for large-scale visual-language models (VLM), enhancing the model's image understanding and description generation capabilities
Training and evaluating image captioning models to generate accurate and detailed image description text
Using rich image descriptions to build visual question answering (VQA) training data, enhancing the model's reasoning ability regarding visual content
Building a text-image retrieval system based on dense descriptions, achieving precise cross-modal retrieval from text to image and image to text
The following are example entries from the dataset, each record contains the image URL and its corresponding dense description text
{
"image_url": "https://example.com/images/000001.jpg",
"caption": "A golden retriever sits on a wooden dock by a calm lake at sunset. The dog's fur is illuminated by warm orange light, and its tongue hangs out happily. Behind the dog, the lake reflects the pink and purple hues of the sky. Tall pine trees line the far shore, their silhouettes dark against the colorful horizon. A small red canoe is tied to the dock on the left side of the frame. The wooden planks of the dock show signs of weathering, with some moss growing between the cracks.",
"source": "flickr",
"image_width": 1920,
"image_height": 1280
}
From browsing to loading, you can start your visual-language research project in just a few minutes
View dataset details on the Ace Data Cloud platform to understand metadata such as data scale, field descriptions, and licensing agreements.
Obtain dataset files through the download methods provided by the platform, supporting on-demand downloads of partial shards or the complete dataset.
Use datasets.load_dataset("pixelprose") to load the data and start training and researching visual-language models.
Over 16 million images with dense descriptions, open license, available immediately. Whether you are a multimodal researcher or a visual-language model developer, this dataset is an ideal choice.