Paper ID: 2503.19443 • Published Mar 25, 2025
COB-GS: Clear Object Boundaries in 3DGS Segmentation Based on Boundary-Adaptive Gaussian Splitting
TL;DR
Get AI-generated summaries with premium
Get AI-generated summaries with premium
Accurate object segmentation is crucial for high-quality scene understanding
in the 3D vision domain. However, 3D segmentation based on 3D Gaussian
Splatting (3DGS) struggles with accurately delineating object boundaries, as
Gaussian primitives often span across object edges due to their inherent volume
and the lack of semantic guidance during training. In order to tackle these
challenges, we introduce Clear Object Boundaries for 3DGS Segmentation
(COB-GS), which aims to improve segmentation accuracy by clearly delineating
blurry boundaries of interwoven Gaussian primitives within the scene. Unlike
existing approaches that remove ambiguous Gaussians and sacrifice visual
quality, COB-GS, as a 3DGS refinement method, jointly optimizes semantic and
visual information, allowing the two different levels to cooperate with each
other effectively. Specifically, for the semantic guidance, we introduce a
boundary-adaptive Gaussian splitting technique that leverages semantic gradient
statistics to identify and split ambiguous Gaussians, aligning them closely
with object boundaries. For the visual optimization, we rectify the degraded
suboptimal texture of the 3DGS scene, particularly along the refined boundary
structures. Experimental results show that COB-GS substantially improves
segmentation accuracy and robustness against inaccurate masks from pre-trained
model, yielding clear boundaries while preserving high visual quality. Code is
available at this https URL