GeometrySticker: Enabling Ownership Claim of Recolorized Neural Radiance Fields
Xiufeng Huang, Ka Chun Cheung, Simon See, Renjie Wan
TL;DR
GeometrySticker tackles ownership protection for recolorized Neural Radiance Fields (NeRFs) by embedding binary messages into geometry rather than colors. It attaches a message sticker to surface-proximal 3D points using a learnable Laplace CDF to select cover media and a simple addition $ ilde{σ}=σ+ψ m$, with recovery via a CNN-based extractor $D_{χ}$ trained alongside multiple losses to balance invisibility, recoverability, and ubiquity. The approach is implemented in PyTorch and demonstrated to be compatible with vanilla NeRF, InstantNGP, and TensoRF, preserving rendering quality while enabling ownership verification even after recolorization through CLIP-based, palette-based, or image-level color edits. Experimental results on Blender and LLFF show high bit accuracy (approximately $99\%$) and robust retrieval across recolorization types, outperforming prior watermarking methods and demonstrating scalability to different 3D representations. Overall, GeometrySticker provides scalable, view-consistent ownership protection for recolorized NeRFs with practical implications for safeguarding digital 3D assets.
Abstract
Remarkable advancements in the recolorization of Neural Radiance Fields (NeRF) have simplified the process of modifying NeRF's color attributes. Yet, with the potential of NeRF to serve as shareable digital assets, there's a concern that malicious users might alter the color of NeRF models and falsely claim the recolorized version as their own. To safeguard against such breaches of ownership, enabling original NeRF creators to establish rights over recolorized NeRF is crucial. While approaches like CopyRNeRF have been introduced to embed binary messages into NeRF models as digital signatures for copyright protection, the process of recolorization can remove these binary messages. In our paper, we present GeometrySticker, a method for seamlessly integrating binary messages into the geometry components of radiance fields, akin to applying a sticker. GeometrySticker can embed binary messages into NeRF models while preserving the effectiveness of these messages against recolorization. Our comprehensive studies demonstrate that GeometrySticker is adaptable to prevalent NeRF architectures and maintains a commendable level of robustness against various distortions. Project page: https://kevinhuangxf.github.io/GeometrySticker/.
