Class-agnostic 3D Segmentation by Granularity-Consistent Automatic 2D Mask Tracking
Juan Wang, Yasutomo Kawanishi, Tomo Miyazaki, Zhijie Wang, Shinichiro Omachi
TL;DR
This work tackles the costly reliance on manual 3D annotations for instance segmentation by introducing a Granularity-Consistent automatic 2D Mask Tracking approach that preserves temporal correspondences across video frames. A three-stage curriculum—Stage 1 fragmentation, Stage 2 granularity-consistent multi-view supervision, and Stage 3 full-scene fine-tuning—yields globally coherent 3D pseudo-labels distilled from 2D priors generated by foundation models like SAM and SAM2. The method achieves state-of-the-art results on ScanNet++ and ScanNet200 for class-agnostic 3D segmentation, with real-time inference and notable open-vocabulary capabilities demonstrated via text-based object retrieval and long-tail category understanding. By enforcing cross-frame consistency and gradual exposure to higher-quality annotations, the approach robustly learns a unified 3D representation from initially fragmented 2D priors, enabling practical 3D scene understanding without manual labeling.
Abstract
3D instance segmentation is an important task for real-world applications. To avoid costly manual annotations, existing methods have explored generating pseudo labels by transferring 2D masks from foundation models to 3D. However, this approach is often suboptimal since the video frames are processed independently. This causes inconsistent segmentation granularity and conflicting 3D pseudo labels, which degrades the accuracy of final segmentation. To address this, we introduce a Granularity-Consistent automatic 2D Mask Tracking approach that maintains temporal correspondences across frames, eliminating conflicting pseudo labels. Combined with a three-stage curriculum learning framework, our approach progressively trains from fragmented single-view data to unified multi-view annotations, ultimately globally coherent full-scene supervision. This structured learning pipeline enables the model to progressively expose to pseudo-labels of increasing consistency. Thus, we can robustly distill a consistent 3D representation from initially fragmented and contradictory 2D priors. Experimental results demonstrated that our method effectively generated consistent and accurate 3D segmentations. Furthermore, the proposed method achieved state-of-the-art results on standard benchmarks and open-vocabulary ability.
