Datasets:
image imagewidth (px) 1.02k 1.02k | label class label 520
classes |
|---|---|
00010 | |
00010 | |
00010 | |
00010 | |
00010 | |
10011 | |
10011 | |
10011 | |
10011 | |
20012 | |
20012 | |
20012 | |
30013 | |
30013 | |
30013 | |
30013 | |
40016 | |
40016 | |
40016 | |
50020 | |
50020 | |
60029 | |
60029 | |
70032 | |
70032 | |
70032 | |
80039 | |
80039 | |
90042 | |
90042 | |
90042 | |
100044 | |
100044 | |
100044 | |
100044 | |
100044 | |
100044 | |
110045 | |
110045 | |
110045 | |
110045 | |
120058 | |
120058 | |
120058 | |
130059 | |
130059 | |
130059 | |
140060 | |
140060 | |
140060 | |
140060 | |
140060 | |
150065 | |
150065 | |
150065 | |
160068 | |
160068 | |
160068 | |
160068 | |
170076 | |
170076 | |
170076 | |
180077 | |
180077 | |
180077 | |
180077 | |
180077 | |
180077 | |
190079 | |
190079 | |
190079 | |
200080 | |
200080 | |
200080 | |
200080 | |
200080 | |
210084 | |
210084 | |
210084 | |
210084 | |
220087 | |
220087 | |
220087 | |
230089 | |
230089 | |
230089 | |
230089 | |
230089 | |
230089 | |
240090 | |
240090 | |
240090 | |
240090 | |
240090 | |
240090 | |
240090 | |
240090 | |
250093 | |
250093 | |
250093 |
๐ CVSBench: Cross-View Spatial Reasoning and Dreaming Benchmark
๐ Paper | ๐ Project Page | ๐ค Dataset | ๐ป GitHub
๐ Links
| Resource | Link |
|---|---|
| ๐ Paper | Arxiv |
| ๐ Project Page | earth-insights/CVSBench |
| ๐ป GitHub | earth-insights/CVSBench |
| ๐ค Dataset (Hugging Face) | zlyzlyzly/CVSBench |
๐งญ What Is In This Dataset
CVSBench is a benchmark for evaluating whether vision-language models can reason across views, align satellite and street-view observations, localize corresponding objects, and imagine unseen visual content from partial evidence.
This repository contains the released dataset splits and task files. It focuses on cross-view understanding between:
- satellite imagery
- street-view imagery
The benchmark is designed to test abilities such as:
- cross-view correspondence
- spatial reasoning
- grounding and localization
- viewpoint understanding
- visual imagination
Unlike traditional cross-view benchmarks that mainly focus on retrieval or recognition, CVSBench explicitly emphasizes:
- cross-view spatial reasoning
- cross-view grounding
- view understanding and matching
- visual imagination from partial observations
โจ Benchmark Highlights
- Covers both satellite-to-ground and ground-to-satellite reasoning.
- Includes QA-style, grounding-style, and view-matching tasks.
- Contains multiple benchmark subsets rather than a single uniform task setting.
- Extends beyond recognition and matching to evaluate spatial reasoning and visual imagination.
๐งฉ Tasks
CVSBench currently contains two major subsets:
cvusa/fov/
These subsets are complementary rather than identical, and they contain different task families.
cvusa/
g2s: Ground-to-Satellite reasoning taskss2g: Satellite-to-Ground reasoning tasksgs_grounding: cross-view object grounding and bounding-box localization tasks
fov/
data: raw image and supporting resourcesg2s: Ground-to-Satellite reasoning taskss2g: Satellite-to-Ground reasoning tasksgs_grounding: cross-view object grounding and bounding-box localization tasksgs_view: cross-view view-matching tasks with two settings:View-Arrow: given a directional arrow or viewing direction, find the corresponding street-view imageView-Image: given a street-view image, find the corresponding directional arrow or viewing direction
nanobanana: generated 3D miniature building-model images used as auxiliary visual inputs for FOV-based visual imagination experiments
๐๏ธ Dataset Structure
The released dataset is organized as follows:
CVSBench/
โโโ cvusa/
โ โโโ data/
โ โโโ g2s/
โ โโโ s2g/
โ โโโ gs_grounding/
โโโ fov/
โโโ data/
โโโ g2s/
โโโ s2g/
โโโ gs_grounding/
โโโ gs_view/
โโโ nanobanana/
Typical files include:
- train / test JSONL annotations
- task-specific metadata
- image path references
- grounding annotations for bbox evaluation
๐ Example Data Format
Below is a simplified example from a grounding-style task:
{
"img_id": "0001119_0",
"task": "Ground2Sat",
"source_image": "cvusa/data/streetview/0001119.jpg",
"target_image": "cvusa/data/bingmap/input0001119.png",
"target_bbox": [121.0, 196.6, 153.0, 234.6],
"questions": [
{
"level": 3,
"question": "First image shows a street-view with a bounding box. In the second satellite image, provide the pixel bounding box coordinates [x_min, y_min, x_max, y_max] for the corresponding object.",
"answer": [121.0, 196.6, 153.0, 234.6]
}
],
"dataset": "cvusa"
}
Exact fields may vary across task families.
โฌ๏ธ Download
You can download the dataset with:
huggingface-cli download zlyzlyzly/CVSBench \
--repo-type dataset \
--local-dir data/CVSBench
๐ Usage
CVSBench can be used for:
- benchmarking vision-language models on cross-view reasoning
- evaluating object grounding across satellite and street-view images
- studying viewpoint alignment and cross-view matching
- studying visual imagination from sparse or partial observations
Official code and evaluation scripts are available in the GitHub repository:
- GitHub: earth-insights/CVSBench
- Dataset: zlyzlyzly/CVSBench
- Project Page: earth-insights/CVSBench
๐ Recommended Citation
If you use CVSBench in your research, please cite:
@article{cvsbench2026,
title={CVSBench: A Comprehensive Benchmark for Cross-View Spatial Reasoning and Dreaming},
author={[TBD]},
journal={ECCV},
year={2026}
}
The official citation will be updated after the paper metadata is finalized.
โ๏ธ License
License: CC-BY-4.0
If parts of the dataset inherit licensing or usage constraints from underlying sources, please also follow the original source terms.
๐ Acknowledgements
CVSBench is built on top of existing cross-view data resources. We sincerely thank the creators and maintainers of the following datasets and projects:
- CVUSA
- University-1652
- FOV and cross-view benchmark contributors
- open-source vision-language model and benchmark tooling communities
๐ฎ Contact
For questions, issues, or collaboration requests:
- Email: zlyzly@stu.xjtu.edu.cn
- Downloads last month
- 253