paper-with-me

Papers

Contrastive Lift: 3D Object Instance Segmentation by Slow-Fast Contrastive Fusion

2023-06-07 · NeurIPS 2023 11 · Yash Bhalgat, Iro Laina, João F. Henriques, Andrew Zisserman, Andrea Vedaldi

Instance segmentation in 3D is a challenging task due to the lack of large-scale annotated datasets. In this paper, we show that this task can be addressed effectively by leveraging instead 2D pre-trained models for instance segmentation. We propose a novel approach to lift 2D segments to 3D and fuse them by means of a neural field representation, which encourages multi-view consistency across frames. The core of our approach is a slow-fast clustering objective function, which is scalable and well-suited for scenes with a large number of objects. Unlike previous approaches, our method does not require an upper bound on the number of objects or object tracking across frames. To demonstrate the scalability of the slow-fast clustering, we create a new semi-realistic dataset called the Messy Rooms dataset, which features scenes with up to 500 objects per scene. Our approach outperforms the state-of-the-art on challenging scenes from the ScanNet, Hypersim, and Replica datasets, as well as on our newly created Messy Rooms dataset, demonstrating the effectiveness and scalability of our slow-fast clustering method.

📄 PDF Abstract BibTeX arXiv:2306.04633

Code (1)

yashbhalgat/contrastive-lift 공식 구현 pytorch

Tasks

ClusteringInstance SegmentationObject TrackingSemantic Segmentation

Similar Papers 제목 키워드 기반

Trace3D: Consistent Segmentation Lifting via Gaussian Instance Tracing

2025-08-05 · Hongyu Shen, Junfeng Ni, Yixin Chen, Weishuo Li 외 arxiv

We address the challenge of lifting 2D visual segmentation to 3D in Gaussian Splatting. Existing methods often suffer from inconsistent 2D masks across viewpoints and produce noisy segmentation boundaries as they neglect…

PCF-Lift: Panoptic Lifting by Probabilistic Contrastive Fusion

2024-10-14 · Runsong Zhu, Shi Qiu, Qianyi Wu, Ka-Hei Hui 외

Panoptic lifting is an effective technique to address the 3D panoptic segmentation task by unprojecting 2D panoptic segmentations from multi-views to 3D scene. However, the quality of its results largely depends on the 2…

3D Panoptic SegmentationPanoptic SegmentationSegmentation

Rethinking End-to-End 2D to 3D Scene Segmentation in Gaussian Splatting

2025-03-18 · CVPR 2025 1 · Runsong Zhu, Shi Qiu, Zhengzhe Liu, Ka-Hei Hui 외

Lifting multi-view 2D instance segmentation to a radiance field has proven to be effective to enhance 3D understanding. Existing methods rely on direct matching for end-to-end lifting, yielding inferior results; or emplo…

Instance SegmentationObjectScene SegmentationSegmentation+1

UniC-Lift: Unified 3D Instance Segmentation via Contrastive Learning

2025-12-31 · Ankit Dhiman, Srinath R, Jaswanth Reddy, Lokesh R Boregowda 외 arxiv

3D Gaussian Splatting (3DGS) and Neural Radiance Fields (NeRF) have advanced novel-view synthesis. Recent methods extend multi-view 2D segmentation to 3D, enabling instance/semantic segmentation for better scene understa…

3D Instance SegmentationSemantic SegmentationContrastive LearningScene Understanding

SGS-3D: High-Fidelity 3D Instance Segmentation via Reliable Semantic Mask Splitting and Growing

2025-09-05 · Chaolei Wang, Yang Luo, Jing Du, Siyu Chen 외 arxiv

Accurate 3D instance segmentation is crucial for high-quality scene understanding in the 3D vision domain. However, 3D instance segmentation based on 2D-to-3D lifting approaches struggle to produce precise instance-level…

3D Instance SegmentationScene Understanding