paper-with-me

Papers

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, Qianyi Wu, Pheng-Ann Heng, Chi-Wing Fu

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 employ a two-stage solution constrained by complex pre- or post-processing. In this work, we design a new end-to-end object-aware lifting approach, named Unified-Lift that provides accurate 3D segmentation based on the 3D Gaussian representation. To start, we augment each Gaussian point with an additional Gaussian-level feature learned using a contrastive loss to encode instance information. Importantly, we introduce a learnable object-level codebook to account for individual objects in the scene for an explicit object-level understanding and associate the encoded object-level features with the Gaussian-level point features for segmentation predictions. While promising, achieving effective codebook learning is non-trivial and a naive solution leads to degraded performance. Therefore, we formulate the association learning module and the noisy label filtering module for effective and robust codebook learning. We conduct experiments on three benchmarks: LERF-Masked, Replica, and Messy Rooms datasets. Both qualitative and quantitative results manifest that our Unified-Lift clearly outperforms existing methods in terms of segmentation quality and time efficiency. The code is publicly available at \href{https://github.com/Runsong123/Unified-Lift}{https://github.com/Runsong123/Unified-Lift}.

📄 PDF Abstract BibTeX arXiv:2503.14029

Code (1)

runsong123/unified-lift 공식 구현

Tasks

Instance SegmentationObjectScene SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

PanopticSplatting: End-to-End Panoptic Gaussian Splatting

2025-03-23 · Yuxuan Xie, Xuan Yu, Changjian Jiang, Sitong Mao 외

Open-vocabulary panoptic reconstruction is a challenging task for simultaneous scene reconstruction and understanding. Recently, methods have been proposed for 3D scene understanding based on Gaussian splatting. However,…

global-optimizationNeRFScene Understanding

GaussianCut: Interactive segmentation via graph cut for 3D Gaussian Splatting

2024-11-12 · Umangi Jain, Ashkan Mirzaei, Igor Gilitschenski

We introduce GaussianCut, a new method for interactive multiview segmentation of scenes represented as 3D Gaussians. Our approach allows for selecting the objects to be segmented by interacting with a single view. It acc…

3DGSgraph constructionInteractive SegmentationSegmentation+2

LabelGS: Label-Aware 3D Gaussian Splatting for 3D Scene Segmentation

2025-08-27 · Yupeng Zhang, Dezhi Zheng, Ping Lu, Han Zhang 외 arxiv

3D Gaussian Splatting (3DGS) has emerged as a novel explicit representation for 3D scenes, offering both high-fidelity reconstruction and efficient rendering. However, 3DGS lacks 3D segmentation ability, which limits its…

Scene UnderstandingScene Segmentation

Seg-Wild: Interactive Segmentation based on 3D Gaussian Splatting for Unconstrained Image Collections

2025-07-10 · Yongtang Bao, Chengjie Tang, Yuze Wang, Haojie Li

Reconstructing and segmenting scenes from unconstrained photo collections obtained from the Internet is a novel but challenging task. Unconstrained photo collections are easier to get than well-captured photo collections…

Interactive SegmentationSegmentation

DCSEG: Decoupled 3D Open-Set Segmentation using Gaussian Splatting

2024-12-14 · Luis Wiedmann, Luca Wiehe, David Rozenberszki

Open-set 3D segmentation represents a major point of interest for multiple downstream robotics and augmented/virtual reality applications. Recent advances introduce 3D Gaussian Splatting as a computationally efficient re…

3D ReconstructionSegmentationSemantic Segmentation