paper-with-me

홈 › Papers

Clean-GS: Semantic Mask-Guided Pruning for 3D Gaussian Splatting

2026-01-01 · Subhankar Mishra arxiv

3D Gaussian Splatting produces high-quality scene reconstructions but generates hundreds of thousands of spurious Gaussians (floaters) scattered throughout the environment. These artifacts obscure objects of interest and inflate model sizes, hindering deployment in bandwidth-constrained applications. We present Clean-GS, a method for removing background clutter and floaters from 3DGS reconstructions using sparse semantic masks. Our approach combines whitelist-based spatial filtering with color-guided validation and outlier removal to achieve 60-80\% model compression while preserving object quality. Unlike existing 3DGS pruning methods that rely on global importance metrics, Clean-GS uses semantic information from as few as 3 segmentation masks (1\% of views) to identify and remove Gaussians not belonging to the target object. Our multi-stage approach consisting of (1) whitelist filtering via projection to masked regions, (2) depth-buffered color validation, and (3) neighbor-based outlier removal isolates monuments and objects from complex outdoor scenes. Experiments on Tanks and Temples show that Clean-GS reduces file sizes from 125MB to 47MB while maintaining rendering quality, making 3DGS models practical for web deployment and AR/VR applications. Our code is available at https://github.com/smlab-niser/clean-gs

📄 PDF Abstract BibTeX arXiv:2601.00913

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

MarkCleaner: High-Fidelity Watermark Removal via Imperceptible Micro-Geometric Perturbation

2026-02-02 · Xiaoxi Kong, Jieyu Yuan, Pengdi Chen, Yuanlin Zhang 외 arxiv

Semantic watermarks exhibit strong robustness against conventional image-space attacks. In this work, we show that such robustness does not survive under micro-geometric perturbations: spatial displacements can remove wa…

TSGaussian: Semantic and Depth-Guided Target-Specific Gaussian Splatting from Sparse Views

2024-12-13 · Liang Zhao, Zehan Bao, Yi Xie, Hong Chen 외

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 reconst…

Interactive SegmentationNovel View Synthesis

HarmoGS: Robust 3D Gaussian Splatting in the Wild via Conflict-Aware Gradient Harmonization

2026-05-13 · Yulei Kang, Tianze Zhu, Jian-Fang Hu, Jianhuang Lai 외 arxiv

In-the-wild 3D Gaussian Splatting remains challenging due to transient distractors and illumination-induced cross-view appearance inconsistencies. Existing methods mainly rely on image-level masking to suppress unreliabl…

MaskGaussian: Adaptive 3D Gaussian Representation from Probabilistic Masks

2024-12-29 · CVPR 2025 1 · Yifei Liu, Zhihang Zhong, Yifan Zhan, Sheng Xu 외

While 3D Gaussian Splatting (3DGS) has demonstrated remarkable performance in novel view synthesis and real-time rendering, the high memory consumption due to the use of millions of Gaussians limits its practicality. To …

3DGSNovel View Synthesis

IG-Pruning: Input-Guided Block Pruning for Large Language Models

2025-11-04 · Kangyu Qiao, Shaolei Zhang, Yang Feng arxiv

With the growing computational demands of large language models (LLMs), efficient inference has become increasingly critical for practical deployment. Depth pruning has emerged as a promising approach for reducing the co…