The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for METS (Multiple Edits and Textual Summaries)
Dataset Summary
METS (Multiple Edits and Textual Summaries) is a dataset of image editing sequences with human-annotated textual summaries describing the differences between original and edited images. The dataset captures cumulative changes after sequences of manipulations, providing ground truth for image difference captioning tasks. METS contains images that have undergone 5, 10, or 15 sequential edits, with human-written summaries describing all visible differences from the original image.
Dataset Structure
The dataset contains the following fields:
- img_id (str): Unique identifier for the image sequence
- turn_index (int): The number of edits applied (5, 10, or 15)
- source_img (str): Path to the original unedited image
- target_img (str): Path to the edited image after the specified number of manipulations
- difference_caption (str): Human-written summary of all differences between source and target images
Licensing and Attribution
This work is licensed under a Creative Commons Attribution 4.0 International License. Please cite the original paper when using this dataset.
Citation Information
If you find this dataset useful, please consider citing our paper:
@inproceedings{Black2025ImProvShow,
title={ImProvShow: Multimodal Fusion for Image Provenance Summarization},
author={Black Alexander and Shi Jing and Fan Yifei and Collomosse John},
booktitle={British Machine Vision Conference (BMVC)},
year={2025}
}
- Downloads last month
- 21