Robust and Secure Code Watermarking for Large Language Models via ML/Crypto Codesign
Ruisi Zhang, Neusha Javidnia, Nojan Sheybani, Farinaz Koushanfar
TL;DR
RoSeMary tackles IP protection and misuse concerns for LLM-generated code by introducing a ML/Crypto codesign watermarking framework. It leverages CodeT5 as the insertion backbone and end-to-end training to preserve functionality while enhancing watermark detectability and robustness against adversarial Code transformations. A Halo2-based non-interactive zero-knowledge proof system enables secure, public verification without disclosing the watermark itself, achieving practical verification times and compact proofs. Experimental results across code benchmarks show high AUROC around 0.97–0.99, strong fidelity, and resilience to attacks, with modest insertion overhead and efficient ZKP verification, highlighting RoSeMary’s potential for scalable IP protection in AI-assisted software development.
Abstract
This paper introduces RoSeMary, the first-of-its-kind ML/Crypto codesign watermarking framework that regulates LLM-generated code to avoid intellectual property rights violations and inappropriate misuse in software development. High-quality watermarks adhering to the detectability-fidelity-robustness tri-objective are limited due to codes' low-entropy nature. Watermark verification, however, often needs to reveal the signature and requires re-encoding new ones for code reuse, which potentially compromising the system's usability. To overcome these challenges, RoSeMary obtains high-quality watermarks by training the watermark insertion and extraction modules end-to-end to ensure (i) unaltered watermarked code functionality and (ii) enhanced detectability and robustness leveraging pre-trained CodeT5 as the insertion backbone to enlarge the code syntactic and variable rename transformation search space. In the deployment, RoSeMary uses zero-knowledge proofs for secure verification without revealing the underlying signatures. Extensive evaluations demonstrated RoSeMary achieves high detection accuracy while preserving the code functionality. RoSeMary is also robust against attacks and provides efficient secure watermark verification.
