CVNov 20, 2023

OmniSeg3D: Omniversal 3D Segmentation via Hierarchical Contrastive Learning

arXiv:2311.11666v184 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the need for holistic 3D scene understanding in computer vision, though it appears incremental as it builds on existing segmentation methods.

The paper tackles the problem of achieving general 3D segmentation for diverse objects without restrictions, using a hierarchical contrastive learning framework to lift inconsistent 2D segmentations into a consistent 3D feature field, resulting in high-quality segmentation and accurate hierarchical structure understanding.

Towards holistic understanding of 3D scenes, a general 3D segmentation method is needed that can segment diverse objects without restrictions on object quantity or categories, while also reflecting the inherent hierarchical structure. To achieve this, we propose OmniSeg3D, an omniversal segmentation method aims for segmenting anything in 3D all at once. The key insight is to lift multi-view inconsistent 2D segmentations into a consistent 3D feature field through a hierarchical contrastive learning framework, which is accomplished by two steps. Firstly, we design a novel hierarchical representation based on category-agnostic 2D segmentations to model the multi-level relationship among pixels. Secondly, image features rendered from the 3D feature field are clustered at different levels, which can be further drawn closer or pushed apart according to the hierarchical relationship between different levels. In tackling the challenges posed by inconsistent 2D segmentations, this framework yields a global consistent 3D feature field, which further enables hierarchical segmentation, multi-object selection, and global discretization. Extensive experiments demonstrate the effectiveness of our method on high-quality 3D segmentation and accurate hierarchical structure understanding. A graphical user interface further facilitates flexible interaction for omniversal 3D segmentation.

Code Implementations1 repo
Foundations

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

Your Notes