OpenUrban3D: Annotation-Free Open-Vocabulary Semantic Segmentation of Large-Scale Urban Point Clouds
Paper โข 2509.10842 โข Published
Paper: OpenUrban3D (Wang et al., Sep 2025)
from anima_ran.inference.zero_shot import ZeroShotSegmenter
segmenter = ZeroShotSegmenter(backbone_checkpoint="pytorch/ran_v1.pth")
segmenter.load()
result = segmenter.segment(points, ["building", "vegetation", "road"])
@article{wang2025openurban3d,
title={OpenUrban3D: Annotation-Free Open-Vocabulary Semantic Segmentation of Large-Scale Urban Point Clouds},
author={Wang, Chongyu and Jing, Kunlei and Zhu, Jihua and Wang, Di},
journal={arXiv preprint arXiv:2509.10842},
year={2025}
}
Part of the ANIMA Wave-6 multi-agent robotics perception system.