nuScenes-Geography
收藏SpatialRetrievalAD 数据集与开发套件概述
数据集基本信息
- 数据集名称: nuScenes-Geography
- 官方开发套件仓库: https://github.com/SpatialRetrievalAD/SpatialRetrievalAD-Dataset-Devkit
- 数据集托管地址: https://huggingface.co/datasets/SpatialRetrievalAD/nuScenes-Geography-Data
- 相关论文: Spatial Retrieval Augmented Autonomous Driving (arXiv:2512.06865)
- 项目主页: https://spatialretrievalad.github.io/
数据集简介
该数据集为论文《Spatial Retrieval Augmented Autonomous Driving》中提出的 nuScenes-Geography 数据集,并提供了官方的开发套件。其核心是引入了一种新颖的空间检索范式,该范式基于GPS坐标检索离线的地理图像(卫星/街景),以增强自动驾驶任务。数据集旨在为多任务学习提供支持,设计了一个即插即用的空间检索适配器和一个可靠性估计门,用于将外部知识鲁棒地融合到模型表示中。
数据集内容与结构
数据集文件结构组织如下:
nuScenes-Geography-Data ├── frame_metadata.json ├── pano_metadata.json ├── unavailable_metadata.json ├── sat │ ├── boston-seaport.png │ ├── singapore-hollandvillage.png │ ├── singapore-onenorth.png │ └── singapore-queenstown.png └── streetview ├── quality_labels.json └── panos ├── <pano_id_0>.jpg └── <pano_id_1>.jpg
- 包含卫星图像和街景图像。
- 提供了与nuScenes数据集场景对应的元数据文件。
- 包含了图像质量标签。
多任务实现
所有实现仓库均托管在 SpatialRetrievalAD 组织下,涵盖以下任务:
- 生成式世界模型: https://github.com/SpatialRetrievalAD/Generative-World-Model
- 端到端规划: https://github.com/SpatialRetrievalAD/End2End-Planning
- 在线建图: https://github.com/SpatialRetrievalAD/Online-Mapping
- 占据栅格预测: https://github.com/SpatialRetrievalAD/Occupancy-Prediction
- 3D目标检测: https://github.com/SpatialRetrievalAD/3D-Detection
安装与使用
开发套件安装
bash git clone https://github.com/SpatialRetrievalAD/SpatialRetrievalAD-Dataset-Devkit.git cd SpatialRetrievalAD-Dataset-Devkit pip install -e .
数据集下载
从Hugging Face下载数据集: bash hf download SpatialRetrievalAD/nuScenes-Geography-Data --repo-type=dataset
使用指南
- 在自有项目中使用数据集,请参考指南:
docs/usage.md。 - 数据集重建的详细信息,请参考:
docs/reconstruction.md。
引用
@misc{spad, title={Spatial Retrieval Augmented Autonomous Driving}, author={Xiaosong Jia and Chenhe Zhang and Yule Jiang and Songbur Wong and Zhiyuan Zhang and Chen Chen and Shaofeng Zhang and Xuanhe Zhou and Xue Yang and Junchi Yan and Yu-Gang Jiang}, year={2025}, eprint={2512.06865}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2512.06865}, }




