GuardSplat: Efficient and Robust Watermarking for 3D Gaussian Splatting
Zixuan Chen, Guangcong Wang, Jiahao Zhu, Jianhuang Lai, Xiaohua Xie
TL;DR
GuardSplat addresses the need for practical copyright protection of 3D Gaussian Splatting assets by embedding large-capacity watermarks into SH features with a CLIP-guided, decoupled decoder. It advances three core ideas: (i) CLIP-guided Message Decoupling Optimization to train a compact, general-purpose decoder; (ii) SH-aware Message Embedding that minimally perturbs SH, preserving geometry while enabling watermarking; and (iii) an Anti-distortion Extraction module to robustify watermark retrieval under common rendering distortions. Across Blender Nerf and LLFF, it demonstrates superior capacity, invisibility, and robustness relative to state-of-the-art methods, with fast optimization times suitable for real-world workflows. The approach offers a practical, secure, and scalable solution for protecting 3DGS assets in professional pipelines and has potential to influence watermarking practices in 3D rendering and content protection.
Abstract
3D Gaussian Splatting (3DGS) has recently created impressive 3D assets for various applications. However, considering security, capacity, invisibility, and training efficiency, the copyright of 3DGS assets is not well protected as existing watermarking methods are unsuited for its rendering pipeline. In this paper, we propose GuardSplat, an innovative and efficient framework for watermarking 3DGS assets. Specifically, 1) We propose a CLIP-guided pipeline for optimizing the message decoder with minimal costs. The key objective is to achieve high-accuracy extraction by leveraging CLIP's aligning capability and rich representations, demonstrating exceptional capacity and efficiency. 2) We tailor a Spherical-Harmonic-aware (SH-aware) Message Embedding module for 3DGS, seamlessly embedding messages into the SH features of each 3D Gaussian while preserving the original 3D structure. This enables watermarking 3DGS assets with minimal fidelity trade-offs and prevents malicious users from removing the watermarks from the model files, meeting the demands for invisibility and security. 3) We present an Anti-distortion Message Extraction module to improve robustness against various distortions. Experiments demonstrate that GuardSplat outperforms state-of-the-art and achieves fast optimization speed. Project page is at https://narcissusex.github.io/GuardSplat, and Code is at https://github.com/NarcissusEx/GuardSplat.
