SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments

Paper Code Model Data

SpatialEvo-7B

This repository contains SpatialEvo-7B, introduced in SpatialEvo: Self-Evolving Spatial Intelligence via Deterministic Geometric Environments.

Model Description

SpatialEvo-7B is fine-tuned from Qwen2.5-VL-7B-Instruct using the SpatialEvo self-evolving framework. Instead of relying on manually annotated datasets or model voting to construct pseudo-labels, SpatialEvo leverages a Deterministic Geometric Environment (DGE) that programmatically computes exact ground truth from 3D point clouds and camera poses, enabling zero-noise online reinforcement learning across 16 spatial reasoning task categories.

A single shared-parameter policy co-evolves as both a Questioner and a Solver under GRPO optimization, while a lightweight Task Scheduler drives adaptive curriculum learning based on historical accuracy โ€” without any manual stage design or human annotation.

Performance

Benchmark Baseline ViLaSR SpaceR SpatialSSRL SpatialEvo (Ours)
VSI-Bench 31.1 45.4 36.8 33.7 46.1
RealWorldQA 69.5 57.9 64.7 69.9 66.7
EmbSpatial 63.6 47.8 60.3 69.3 66.0
SpatialViz 27.0 29.8 30.9 28.4 28.6
STARE 41.8 21.4 36.2 43.3 41.3
CoreCognition 59.6 56.4 56.4 60.2 60.2
ViewSpatial 36.4 32.3 35.1 37.5 43.2
V-STAR 78.5 35.6 73.8 79.1 78.0
MMStar 61.6 60.8 54.9 63.5 62.5
AVG 52.1 43.0 49.9 53.9 54.7

All baselines are evaluated on Qwen2.5-VL-7B. Bold denotes the best result per benchmark.

Usage

from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration

model = Qwen2_5_VLForConditionalGeneration.from_pretrained("lidingm/SpatialEvo-7B")
processor = AutoProcessor.from_pretrained("lidingm/SpatialEvo-7B")

Citation

If you find SpatialEvo 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

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for lidingm/SpatialEvo-7B

Finetuned
(1039)
this model

Paper for lidingm/SpatialEvo-7B