The NeRF Signature: Codebook-Aided Watermarking for Neural Radiance Fields
Ziyuan Luo, Anderson Rocha, Boxin Shi, Qing Guo, Haoliang Li, Renjie Wan
TL;DR
The paper tackles copyright protection for Neural Radiance Fields (NeRF) by introducing NeRF Signature, a codebook-aided watermarking approach that embeds signatures directly into NeRF parameters without altering the core model structure. It combines a learnable signature codebook (CSE) with a joint pose-patch encryption scheme and a Complexity-Aware Key Selection (CAKS) to achieve high imperceptibility and robustness against image transformations and model-level attacks, while avoiding retraining for new signatures. A Distortion Layer is used during optimization to simulate degradations, enhancing resilience, and the workflow supports efficient embedding of any signature from a binary space of size $2^{N_{ ext{b}}}$. Experiments across four standard datasets show superior bit accuracy and visual fidelity compared with baselines, along with strong robustness to attacks and practical training-time advantages. The approach enables practical, scalable ownership verification and traceability for NeRF-based content in real-world settings.
Abstract
Neural Radiance Fields (NeRF) have been gaining attention as a significant form of 3D content representation. With the proliferation of NeRF-based creations, the need for copyright protection has emerged as a critical issue. Although some approaches have been proposed to embed digital watermarks into NeRF, they often neglect essential model-level considerations and incur substantial time overheads, resulting in reduced imperceptibility and robustness, along with user inconvenience. In this paper, we extend the previous criteria for image watermarking to the model level and propose NeRF Signature, a novel watermarking method for NeRF. We employ a Codebook-aided Signature Embedding (CSE) that does not alter the model structure, thereby maintaining imperceptibility and enhancing robustness at the model level. Furthermore, after optimization, any desired signatures can be embedded through the CSE, and no fine-tuning is required when NeRF owners want to use new binary signatures. Then, we introduce a joint pose-patch encryption watermarking strategy to hide signatures into patches rendered from a specific viewpoint for higher robustness. In addition, we explore a Complexity-Aware Key Selection (CAKS) scheme to embed signatures in high visual complexity patches to enhance imperceptibility. The experimental results demonstrate that our method outperforms other baseline methods in terms of imperceptibility and robustness. The source code is available at: https://github.com/luo-ziyuan/NeRF_Signature.
