SpatialEvo-160K / README.md
lidingm's picture
Update README.md
0af87d7 verified
metadata
license: apache-2.0
task_categories:
  - visual-question-answering
language:
  - en
size_categories:
  - 100K<n<1M

SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments

Paper Code Model Model

SpatialEvo-160K

Dataset Description

SpatialEvo-160K is an offline spatial reasoning QA dataset generated by the Deterministic Geometric Environment (DGE) from SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments. This dataset is not used in the SpatialEvo training pipeline reported in the paper; it is released separately to demonstrate the data generation capability and correctness of the DGE. All QA pairs are programmatically derived from 3D scene assets with exact ground truth, containing zero annotation noise.

The dataset covers 16 spatial reasoning task categories across scene-level, single-image, and image-pair settings, constructed from ScanNet, ScanNet++, and ARKitScenes as data sources.

Validation

To verify the quality of DGE-generated data, we fine-tune Qwen2.5-VL-7B-Instruct on SpatialEvo-160K via supervised fine-tuning using the same training hyperparameters as reported in the paper, and evaluate on multiple spatial reasoning benchmarks. Results are shown below:

Benchmark Qwen2.5-VL-7B (Base) SpatialEvo-160K SFT
VSI-Bench 31.08% 51.67%
EmbSpatial 63.57% 67.23%
SpatialViz 26.95% 29.07%
ViewSpatial 36.43% 44.63%
V-STAR 78.53% 85.86%
AVG 47.31% 55.69%

These results confirm that the DGE produces high-quality, noise-free spatial QA data that leads to consistent performance gains across diverse spatial reasoning benchmarks.

Data Sources

SpatialEvo-160K is constructed from the following 3D scene datasets. Images must be downloaded from their respective official sources:

After downloading, please follow the dataset processing pipelines provided in our GitHub repository to convert the raw data into the unified scene format required by the DGE. The full QA generation pipeline is also available in the repository.

Citation

If you find SpatialEvo-160K useful, please consider citing our work:

@misc{li2026spatialevoselfevolvingspatialintelligence,
      title={SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments}, 
      author={Dinging Li and Yingxiu Zhao and Xinrui Cheng and Kangheng Lin and Hongbo Peng and Hongxing Li and Zixuan Wang and Yuhong Dai and Haodong Li and Jia Wang and Yukang Shi and Liang Zhao and Jianjian Sun and Zheng Ge and Xiangyu Zhang and Weiming Lu and Jun Xiao and Yueting Zhuang and Yongliang Shen},
      year={2026},
      eprint={2604.14144},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2604.14144}, 
}

Related Resources