File size: 4,247 Bytes
9151b1c da2ef9f 9539df7 da2ef9f 9151b1c 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 17e0d81 da2ef9f 73cb441 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | ---
license: cc-by-nc-4.0
task_categories:
- question-answering
language:
- en
size_categories:
- 10M<n<100M
pretty_name: SpatialForge-10M
---
# SpatialForge-10M
**SpatialForge: Bootstrapping 3D-Aware Spatial Reasoning from Open-World 2D Images**
π [Paper](https://arxiv.org/html/2605.11462v1)
**Zishan Liu, Ruoxi Zang, Yanglin Zhang, Wei Liu, Yin Zhang, Jian Yao, Jiayin Zheng, Zhengzhe Liu**
Lingnan University Β· XPENG Robotics
---
# π¦ SpatialForge-10M
A large-scale vision-language dataset designed for **3D-aware spatial perception and reasoning from open-world 2D images**.
SpatialForge-10M contains over **10 million QA pairs** generated from **2.8 million curated real-world images**, covering both low-level spatial perception and high-level spatial reasoning tasks. The dataset is constructed from diverse open-world image sources including **Objects365**, **Pixmo** and **OpenImages**, enabling broad visual diversity across indoor, outdoor, egocentric, and internet-scale scenes.
SpatialForge-10M is designed for:
- Spatial reasoning pretraining
- Multitask VLM supervision
- 3D-aware perception learning
- Grounding and referring research
- Camera-centric and human-centric reasoning
- Spatial instruction tuning
The dataset supports a unified QA format suitable for training modern multimodal large language models such as Qwen-VL, InternVL, LLaVA, and related architectures.
---
# π Important Notice
This release contains the **full SpatialForge-10M annotations**, including all question-answer pairs and task splits. You will need to obtain the corresponding images directly from the source dataset.
## Key Features
- β
**10M+ spatial QA pairs** spanning perception and reasoning tasks
- β
**2.8M curated open-world images** from diverse visual domains
- β
Covers both **object-centric** and **human-centric** spatial reasoning
- β
Includes grounding, referring, counting, depth reasoning, and perspective understanding
- β
Designed for scalable VLM pretraining and instruction tuning
- β
Bounding boxes are normalized to **[0, 1000]**, following the format used in Qwen3-VL pretraining
---
# π§ Task Overview
SpatialForge-10M contains six major spatial tasks divided into two categories: **Perception** and **Relation Reasoning**.
| Level | Task | Description | Count |
|---|---|---|---|
| Perception | Grounding | Localize objects from textual descriptions β bbox prediction | 3.6M |
| Perception | Referring | Generate object descriptions from regions/bboxes | 3.6M |
| Perception | Counting | Count objects satisfying semantic conditions | 495k |
| Relation | Near-Far | Determine relative depth comapring between objects | 2.6M |
| Relation | Left-Right | Infer camera-centric horizontal spatial relations | 93k |
| Relation | Perspective | Human-centric viewpoint and perspective reasoning | 8k |
| | **Total** | | **10.2M** |
---
# π Open-World Data Sources
SpatialForge-10M is bootstrapped from large-scale public image datasets:
- **Objects365**
- **OpenImages**
- **Pixmo**
These datasets provide rich scene diversity across:
- Indoor environments
- Outdoor scenes
- Human-object interactions
- Crowded object layouts
- Real-world internet imagery
Our pipeline automatically constructs spatial supervision signals from 2D images while preserving geometric consistency and viewpoint awareness.
<!-- # π Sample Usage
This section provides guidance on how to download the SpatialForge-10M annotations and the corresponding images.
## 1. Download Annotations from Hugging Face
First, download the annotation package from Hugging Face Hub:
```bash
# Install huggingface hub if not already
pip install huggingface-hub
# Download the full annotations (QA pairs + task splits)
huggingface-cli download SpatialForge/SpatialForge-10M \
--repo-type dataset \
--local-dir ./SpatialForge-10M \
--resume-download
-->
---
```bibtex
@article{liu2026spatialforge,
title={SpatialForge: Bootstrapping 3D-Aware Spatial Reasoning from Open-World 2D Images},
author={Liu, Zishan and Zang, Ruoxi and Zhang, Yanglin and Liu, Wei and Zhang, Yin and Yao, Jian and Zheng, Jiayin and Liu, Zhengzhe},
journal={arXiv preprint arXiv:2605.11462},
year={2026}
}
|