paper-with-me

홈 › Papers

Bootstraping Clustering of Gaussians for View-consistent 3D Scene Understanding

2024-11-29 · Wenbo Zhang, Lu Zhang, Ping Hu, Liqian Ma, Yunzhi Zhuge, Huchuan Lu

Injecting semantics into 3D Gaussian Splatting (3DGS) has recently garnered significant attention. While current approaches typically distill 3D semantic features from 2D foundational models (e.g., CLIP and SAM) to facilitate novel view segmentation and semantic understanding, their heavy reliance on 2D supervision can undermine cross-view semantic consistency and necessitate complex data preparation processes, therefore hindering view-consistent scene understanding. In this work, we present FreeGS, an unsupervised semantic-embedded 3DGS framework that achieves view-consistent 3D scene understanding without the need for 2D labels. Instead of directly learning semantic features, we introduce the IDentity-coupled Semantic Field (IDSF) into 3DGS, which captures both semantic representations and view-consistent instance indices for each Gaussian. We optimize IDSF with a two-step alternating strategy: semantics help to extract coherent instances in 3D space, while the resulting instances regularize the injection of stable semantics from 2D space. Additionally, we adopt a 2D-3D joint contrastive loss to enhance the complementarity between view-consistent 3D geometry and rich semantics during the bootstrapping process, enabling FreeGS to uniformly perform tasks such as novel-view semantic segmentation, object selection, and 3D object detection. Extensive experiments on LERF-Mask, 3D-OVS, and ScanNet datasets demonstrate that FreeGS performs comparably to state-of-the-art methods while avoiding the complex data preprocessing workload. Our code is publicly available at https://github.com/wb014/FreeGS.

📄 PDF Abstract BibTeX arXiv:2411.19551

Code (1)

wb014/FreeGS 공식 구현 pytorch

Tasks

3D geometry3DGS3D Object DetectionClusteringobject-detectionObject DetectionScene UnderstandingSemantic Segmentation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Contrastive Gaussian Clustering: Weakly Supervised 3D Scene Segmentation

2024-04-19 · Myrna C. Silva, Mahtab Dahaghin, Matteo Toso, Alessio Del Bue

We introduce Contrastive Gaussian Clustering, a novel approach capable of provide segmentation masks from any viewpoint and of enabling 3D segmentation of the scene. Recent works in novel-view synthesis have shown how to…

ClusteringContrastive LearningNovel View SynthesisScene Segmentation+1

ZipSplat: Fewer Gaussians, Better Splats

2026-06-03 · Alexander Veicht, Sunghwan Hong, Dániel Baráth, Marc Pollefeys arxiv

Feed-forward 3D Gaussian Splatting methods reconstruct a scene from posed or pose-free images in a single forward pass, yet current approaches predict one Gaussian per input pixel, tying the representation budget to came…

Hybrid bundle-adjusting 3D Gaussians for view consistent rendering with pose optimization

2024-10-17 · Yanan Guo, Ying Xie, Ying Chang, Benkui Zhang 외

Novel view synthesis has made significant progress in the field of 3D computer vision. However, the rendering of view-consistent novel views from imperfect camera poses remains challenging. In this paper, we introduce a …

Novel View Synthesis

Identifying Unnecessary 3D Gaussians using Clustering for Fast Rendering of 3D Gaussian Splatting

2024-02-21 · Joongho Jo, Hyeongwon Kim, Jongsun Park

3D Gaussian splatting (3D-GS) is a new rendering approach that outperforms the neural radiance field (NeRF) in terms of both speed and image quality. 3D-GS represents 3D scenes by utilizing millions of 3D Gaussians and p…

GPUNeRF

2D-SuGaR: Surface-Aware Gaussian Splatting for Geometrically Accurate Mesh Reconstruction

2026-05-01 · Prajwal Gupta C. R., Divyam Sheth, Jinjoo Ha, Mirela Ostrek 외 arxiv

3D Gaussian Splatting (3DGS) has emerged as a powerful technique for generating photorealistic renderings of a scene in real-time. However, the volumetric nature of 3DGS limits its ability to accurately capture surface g…

Novel View Synthesis