English

A Unified Framework for 3D Scene Understanding

Computer Vision and Pattern Recognition 2024-11-28 v2

Abstract

We propose UniSeg3D, a unified 3D scene understanding framework that achieves panoptic, semantic, instance, interactive, referring, and open-vocabulary segmentation tasks within a single model. Most previous 3D segmentation approaches are typically tailored to a specific task, limiting their understanding of 3D scenes to a task-specific perspective. In contrast, the proposed method unifies six tasks into unified representations processed by the same Transformer. It facilitates inter-task knowledge sharing, thereby promoting comprehensive 3D scene understanding. To take advantage of multi-task unification, we enhance performance by establishing explicit inter-task associations. Specifically, we design knowledge distillation and contrastive learning methods to transfer task-specific knowledge across different tasks. Experiments on three benchmarks, including ScanNet20, ScanRefer, and ScanNet200, demonstrate that the UniSeg3D consistently outperforms current SOTA methods, even those specialized for individual tasks. We hope UniSeg3D can serve as a solid unified baseline and inspire future work. Code and models are available at https://github.com/dk-liang/UniSeg3D.

Keywords

Cite

@article{arxiv.2407.03263,
  title  = {A Unified Framework for 3D Scene Understanding},
  author = {Wei Xu and Chunsheng Shi and Sifan Tu and Xin Zhou and Dingkang Liang and Xiang Bai},
  journal= {arXiv preprint arXiv:2407.03263},
  year   = {2024}
}

Comments

Accepted to NeurIPS 2024. Code and models are available at https://github.com/dk-liang/UniSeg3D

R2 v1 2026-06-28T17:28:10.991Z