Shuai Yuan,1,2,*
Runxi Tang,1
Yuzhou Ji,1
Fudong Ge,1,2
Hanshi Wang,1,2
Yifei Wang,2
Xianming Zeng,2
Jianyun Xu,2
Xinglinag Liu,2
Yanfeng Wang,1
Zhipeng Zhang1 ✉
1School of Artificial Intelligence, Shanghai Jiao Tong University
2Hello Inc.
✉ Corresponding Author
SurroundNEXO is an ego-centric metric depth framework tailored for low-overlap, surround-view autonomous driving scenes. It bridges weakly overlapping cameras through (i) ego-ray positional encoding for a shared geometric reference, (ii) sparse metric anchoring for absolute scale propagation, and (iii) a progressive geometry transformer for stable view-local, cross-view, and global interaction — all within a unified network.
[2026-06] SurroundNEXO paper is released on arXiv!
[2026-06] SurroundNEXO inference code and model are released.
- Clone SurroundNEXO
git clone https://github.com/AutoLab-SAI-SJTU/SurroundNEXO.git
cd SurroundNEXO- Create conda environment
conda create -n surroundnexo python=3.10
conda activate surroundnexo- Install requirements
pip install -r requirement.txtWe provide the pretrained SurroundNEXO weights through Hugging Face.
The inference code downloads model.safetensors from AutoLab-SJTU/SurroundNEXO with huggingface_hub.
pip install -U huggingface_hub
cd ./SurroundNEXO
mkdir -p ckpt
hf download AutoLab-SJTU/SurroundNEXO model.safetensors \
--local-dir ./ckpt# Run the provided NuScenes example
python inference.py \
--checkpoint ./ckpt/model.safetensors \
--input_path examples/nuscenes-002 \
--output_dir ./output_surroundnexo - [ √ ] Release the pre-trained checkpoints for SurroundNEXO.
- [ √ ] Release the inference code.
- [ ] Release the evaluation code.
- [ ] Release the training and data-processing code.
We would like to acknowledge the following open-source projects that served as a foundation for our implementation:
Many thanks to these authors!
If you incorporate our work into your research, please cite:
@article{yuan2026surroundnexo,
title = {SurroundNEXO: Ego-Centric Metric Bridging for Spatially Consistent Geometry in Autonomous Driving},
author = {Yuan, Shuai and Tang, Runxi and Ji, Yuzhou and Ge, Fudong and Wang, Hanshi and Wang, Yifei and Zeng, Xianming and Xu, Jianyun and Liu, Xingliang and Wang, Yanfeng and Zhang, Zhipeng},
journal = {arXiv preprint arXiv:2606.16960},
year = {2026}
}
