
(PE3R reconstructs 3D scenes using only 2D images and enables semantic understanding through language.)
PE3R: Perception-Efficient 3D Reconstruction
Jie Hu, Shizun Wang, Xinchao Wang
xML Lab, National University of Singapore
📔 [paper] 🎥 [video] 🤗 [demo]
- 🚀 Input efficiency: Operate solely with 2D images.
- 🚀 Time efficiency: Accelerated 3D semantic reconstruction.
- 🚀 Generalizability: Zero-shot generalization across scenes and objects.
conda create --name pe3r
conda activate pe3r
git clone
pip install requirements.txt
python pe3r_demo.py
@article{hu2025pe3r,
title={PE3R: Perception-Efficient 3D Reconstruction},
author={Hu, Jie and Wang, Shizun and Wang, Xinchao},
journal={arXiv preprint arXiv:2503.07507},
year={2025}
}