TSGaussian: Semantic and Depth-Guided Target-Specific Gaussian Splatting from Sparse Views
Liang Zhao, Zehan Bao, Yi Xie, Hong Chen, Yaohui Chen, Weifu Li
TL;DR
The paper introduces TSGaussian, a target-specific Gaussian Splatting framework guided by semantic segmentation and monocular depth priors to reconstruct designated objects from sparse views. It couples 2D detections and prompts from YOLOv9 and SAM with a learnable identity encoding for Gaussians, a differentiable semantic rendering, and a pruning strategy to concentrate resources on targets while suppressing background noise. A multi-scale depth regularization scheme, including soft-hard depth losses and global-local depth losses, stabilizes geometry under sparse viewpoints and enhances depth accuracy, all within an end-to-end training objective that includes color, semantic, and depth terms. Experimental results on public datasets and a new Citrus dataset show that TSGaussian outperforms state-of-the-art 3D Gaussian methods across PSNR, SSIM, and LPIPS, demonstrating improved target-specific novel view synthesis with reduced artifacts and background leakage.
Abstract
Recent advances in Gaussian Splatting have significantly advanced the field, achieving both panoptic and interactive segmentation of 3D scenes. However, existing methodologies often overlook the critical need for reconstructing specified targets with complex structures from sparse views. To address this issue, we introduce TSGaussian, a novel framework that combines semantic constraints with depth priors to avoid geometry degradation in challenging novel view synthesis tasks. Our approach prioritizes computational resources on designated targets while minimizing background allocation. Bounding boxes from YOLOv9 serve as prompts for Segment Anything Model to generate 2D mask predictions, ensuring semantic accuracy and cost efficiency. TSGaussian effectively clusters 3D gaussians by introducing a compact identity encoding for each Gaussian ellipsoid and incorporating 3D spatial consistency regularization. Leveraging these modules, we propose a pruning strategy to effectively reduce redundancy in 3D gaussians. Extensive experiments demonstrate that TSGaussian outperforms state-of-the-art methods on three standard datasets and a new challenging dataset we collected, achieving superior results in novel view synthesis of specific objects. Code is available at: https://github.com/leon2000-ai/TSGaussian.
