earth-insights/OVEarth-Bench
OVEarth-Bench OVEarth-Bench is an evaluation benchmark for open-vocabulary Earth-observation image understanding. It evaluates whether a model can recognize, segment, and localize remote-sensing targets from category names, referring expressions, and reasoning-oriented queries. The benchmark additionally includes negative open-vocabulary queries to measure hallucination suppression. The associated evaluation toolkit is available at earth-insights/OVEarth-bench.… See the full description on the dataset page: https://huggingface.co/datasets/earth-insights/OVEarth-Bench.
OVEarth-Bench
OVEarth-Bench is an evaluation benchmark for open-vocabulary Earth-observation image understanding. It evaluates whether a model can recognize, segment, and localize remote-sensing targets from category names, referring expressions, and reasoning-oriented queries. The benchmark additionally includes negative open-vocabulary queries to measure hallucination suppression.
The associated evaluation toolkit is available at earth-insights/OVEarth-bench.
Dataset Summary
Tasks
The benchmark provides ground-truth segmentation masks, axis-aligned boxes, and oriented boxes for all three tasks where the corresponding annotation is available.
Files
After extracting images.zip, preserve the images/ directory structure so that paths in ground_truth.json remain valid.
Data Collection and Quality Control
All images were newly collected rather than copied from existing remote-sensing benchmarks. POI-guided retrieval samples six continents under varied scales and seasonal conditions. The taxonomy combines national standards, more than 200 datasets, and OpenStreetMap tags.
Annotators draw or correct instance polygons, and managers review boundaries and omissions. Horizontal and minimum-area oriented boxes are derived from reviewed instance polygons. Language queries are generated with LLM assistance, then subjected to automated checks and expert review.
Annotation Format
ground_truth.json has two top-level keys: annotations and tasks. A task query links to an annotation through ann_id.
annotations
segmentation uses COCO RLE. size is [height, width], and the mask is encoded in column-major (Fortran) order. The current release stores compressed RLE strings in counts.
tasks
For a negative open-vocabulary query, the linked annotation may describe another object in the image and must not be used as geometry for the queried target.
Download
Install the ModelScope SDK and download the dataset repository:
pip install modelscope
modelscope download earth-insights/OVEarth-bench --repo-type datasetAlternatively, download individual files from the Files and versions tab. Extract images.zip before running an evaluation.
Evaluation
The evaluation toolkit and usage instructions are available at earth-insights/OVEarth-bench.
Citation
If you use this dataset, please cite:
@article{li2026ovearth,
title = {OVEarth-Bench: Evaluating Category Breadth and
Query Diversity for Open-Vocabulary Earth Observation},
author = {Li, Kaiyu and Xin, Zepeng and Jiang, Zixuan
and Fu, Jing and Xue, Lanxuan and Zhang, Lingyu
and Cao, Xiangyong},
journal = {arXiv preprint arXiv:2607.27278},
year = {2026}
}