菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-16
📄 Abstract - NG-GS: NeRF-Guided 3D Gaussian Splatting Segmentation

Recent advances in 3D Gaussian Splatting (3DGS) have enabled highly efficient and photorealistic novel view synthesis. However, segmenting objects accurately in 3DGS remains challenging due to the discrete nature of Gaussian representations, which often leads to aliasing and artifacts at object boundaries. In this paper, we introduce NG-GS, a novel framework for high-quality object segmentation in 3DGS that explicitly addresses boundary discretization. Our approach begins by automatically identifying ambiguous Gaussians at object boundaries using mask variance analysis. We then apply radial basis function (RBF) interpolation to construct a spatially continuous feature field, enhanced by multi-resolution hash encoding for efficient multi-scale representation. A joint optimization strategy aligns 3DGS with a lightweight NeRF module through alignment and spatial continuity losses, ensuring smooth and consistent segmentation boundaries. Extensive experiments on NVOS, LERF-OVS, and ScanNet benchmarks demonstrate that our method achieves state-of-the-art performance, with significant gains in boundary mIoU. Code is available at this https URL.

顶级标签: computer vision multi-modal
详细标签: 3d gaussian splatting nerf object segmentation 3d reconstruction neural rendering 或 搜索:

NG-GS:基于神经辐射场引导的三维高斯泼溅分割 / NG-GS: NeRF-Guided 3D Gaussian Splatting Segmentation


1️⃣ 一句话总结

这项研究提出了一种名为NG-GS的新方法,通过结合神经辐射场(NeRF)的连续表示优势来优化三维高斯泼溅(3DGS)技术,有效解决了3DGS在物体边界分割时因离散表示而产生的锯齿和伪影问题,从而实现了更精准、平滑的三维物体分割效果。

源自 arXiv: 2604.14706