CVJan 4, 2024

3D Open-Vocabulary Panoptic Segmentation with 2D-3D Vision-Language Distillation

arXiv:2401.02402v315 citationsh-index: 42ECCV
AI Analysis

It addresses the problem of generalizing 3D segmentation to unseen categories for autonomous driving, representing a novel but incremental advancement in the field.

The paper tackles 3D open-vocabulary panoptic segmentation by proposing a method that fuses LiDAR and CLIP features with novel distillation losses, achieving large-margin improvements over baselines on nuScenes and SemanticKITTI datasets.

3D panoptic segmentation is a challenging perception task, especially in autonomous driving. It aims to predict both semantic and instance annotations for 3D points in a scene. Although prior 3D panoptic segmentation approaches have achieved great performance on closed-set benchmarks, generalizing these approaches to unseen things and unseen stuff categories remains an open problem. For unseen object categories, 2D open-vocabulary segmentation has achieved promising results that solely rely on frozen CLIP backbones and ensembling multiple classification outputs. However, we find that simply extending these 2D models to 3D does not guarantee good performance due to poor per-mask classification quality, especially for novel stuff categories. In this paper, we propose the first method to tackle 3D open-vocabulary panoptic segmentation. Our model takes advantage of the fusion between learnable LiDAR features and dense frozen vision CLIP features, using a single classification head to make predictions for both base and novel classes. To further improve the classification performance on novel classes and leverage the CLIP model, we propose two novel loss functions: object-level distillation loss and voxel-level distillation loss. Our experiments on the nuScenes and SemanticKITTI datasets show that our method outperforms the strong baseline by a large margin.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes