You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Aerial Mirage: Unmasking Hallucinations in Large Vision Language Models

This repository hosts the AeroCaps dataset as a Hugging Face dataset.

The lack of image-caption datasets for drone imagery poses a significant challenge for training and evaluating drone image captioning. To address this gap, we contribute the first Aerial-view Image Captioning dataset. This contains atleast four captions per image. AeroCaps is introduced in WACV 2025.

Dataset Structure

Column Type Description
image Image Aerial-view photograph
captions string Comma-separated reference captions

Usage

from datasets import load_dataset

ds = load_dataset("NLIP-lab/AeroCaps")
sample = ds["train"][0]
print(sample["captions"])
sample["image"].show()

๐Ÿ“œ Citation

If you use AeroCaps in your research, please cite:

@InProceedings{Debolena_WACV25,
    author    = {Basak, Debolena and Bhatt, Soham and Kanduri, Sahith and Desarkar, Maunendra Sankar},
    title     = {Aerial Mirage: Unmasking Hallucinations in Large Vision Language Models},
    booktitle = {Proceedings of the Winter Conference on Applications of Computer Vision (WACV)},
    month     = {February},
    year      = {2025},
    pages     = {5500-5508}
}

โš–๏ธ License

The AeroCaps dataset is intended for research purposes. Please see the the HF dataset card for terms.

Downloads last month
45