Search papers, labs, and topics across Lattice.
This paper introduces VCAR, a training-free segmentation strategy for 3D Gaussian Splatting that enhances semantic segmentation by addressing viewpoint coverage and boundary artifacts. It employs a two-stage approach: a coarse visibility-based multi-view voting mechanism followed by a fine-tuning process using Spherical Spiral Sampling to refine object boundaries. The method also incorporates Axis-aware Boundary Refinement to effectively reduce artifacts from anisotropic Gaussian primitives, achieving state-of-the-art segmentation accuracy and efficiency on benchmark datasets without the need for training.
Achieving state-of-the-art segmentation accuracy without any training, VCAR tackles the critical issues of viewpoint coverage and boundary artifacts in 3D Gaussian Splatting.
Semantic segmentation in 3D Gaussian Splatting (3DGS) is crucial for advancing 3D scene understanding. Existing methods predominantly rely on feature distillation, which incurs substantial per-scene training overhead and often yields blurred segmentation boundaries. We identify that these boundary artifacts are driven in part by insufficient viewpoint coverage and boundary overflow of anisotropic Gaussian primitives. To address these challenges, we propose VCAR, a training-free coarse-to-fine segmentation strategy based on View Completeness and Axis-aware Boundary Refinement. In the coarse stage, a visibility-based weighted multi-view voting scheme rapidly localizes the target. In the fine stage, an object-centric sphere derived from the coarse result generates supplementary viewpoints via Spherical Spiral Sampling (SSS), allowing multi-view voting on the augmented views to precisely refine object boundaries and suppress irrelevant 3D Gaussians. Moreover, we introduce Axis-aware Boundary Refinement (ABR) to mitigate artifacts from anisotropic primitives. By decomposing the projected 2D covariance into per-axis contributions, ABR identifies the dominant axis responsible for boundary leakage and applies targeted anisotropic compression exclusively along that axis. Extensive experiments on NVOS and LERF demonstrate that VCAR achieves state-of-the-art segmentation accuracy and efficiency without training. Our code is available at https://github.com/DDKK0526/VCAR.