English

Zoo3D: Zero-Shot 3D Object Detection at Scene Level

Computer Vision and Pattern Recognition 2025-11-26 v1

Abstract

3D object detection is fundamental for spatial understanding. Real-world environments demand models capable of recognizing diverse, previously unseen objects, which remains a major limitation of closed-set methods. Existing open-vocabulary 3D detectors relax annotation requirements but still depend on training scenes, either as point clouds or images. We take this a step further by introducing Zoo3D, the first training-free 3D object detection framework. Our method constructs 3D bounding boxes via graph clustering of 2D instance masks, then assigns semantic labels using a novel open-vocabulary module with best-view selection and view-consensus mask generation. Zoo3D operates in two modes: the zero-shot Zoo3D0_0, which requires no training at all, and the self-supervised Zoo3D1_1, which refines 3D box prediction by training a class-agnostic detector on Zoo3D0_0-generated pseudo labels. Furthermore, we extend Zoo3D beyond point clouds to work directly with posed and even unposed images. Across ScanNet200 and ARKitScenes benchmarks, both Zoo3D0_0 and Zoo3D1_1 achieve state-of-the-art results in open-vocabulary 3D object detection. Remarkably, our zero-shot Zoo3D0_0 outperforms all existing self-supervised methods, hence demonstrating the power and adaptability of training-free, off-the-shelf approaches for real-world 3D understanding. Code is available at https://github.com/col14m/zoo3d .

Keywords

Cite

@article{arxiv.2511.20253,
  title  = {Zoo3D: Zero-Shot 3D Object Detection at Scene Level},
  author = {Andrey Lemeshko and Bulat Gabdullin and Nikita Drozdov and Anton Konushin and Danila Rukhovich and Maksim Kolodiazhnyi},
  journal= {arXiv preprint arXiv:2511.20253},
  year   = {2025}
}
R2 v1 2026-07-01T07:54:08.805Z