A Watermark for Vision-Language-Action and World Action Models

πŸ“… 2026-06-22
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work proposes a key-based latent watermarking method to protect the intellectual property of vision-language-action and world models. By substituting the Gaussian noise seed during generation, the approach embeds an imperceptible fingerprint that enables reliable source tracing and ownership verification of black-box deployed models, while preserving action statistics and task performance nearly unchanged. The core innovation lies in the first application of noise-seed watermarking to robotic policy models, combined with a gradient-optimized maximum a posteriori (MAP) seed recovery scheme and a score-aggregation verification mechanism. Experimental results demonstrate that the watermark can be detected with high accuracy and exhibits strong robustness against output tampering and model weight modifications.
πŸ“ Abstract
Vision-language-action (VLA) models and world-action models (WAM) are the generative models now driving general-purpose robot control, turning raw camera input directly into motor commands. They are increasingly deployed as black-box services, where a partner runs the policy through an interface while the owner keeps the weights private. Training such a model takes proprietary data and heavy computational power, making the deployed model itself a valuable intellectual property. To address this, we propose the \emph{keyed latent-provenance verification} method, which fingerprints the policy through the seed of the Gaussian noise vector that the models draw before generation. At the injection stage, the owner swaps this seed for a keyed one with the same distribution as ordinary noise, so the fingerprinted actions are statistically identical to those of an ordinary run and an adversary watching the output finds no signal to detect or remove. At the verification stage, the owner runs the suspect model under authorized access and records the action channels the robot executes, a partial and possibly post-processed view of the policy's output. From this view, the verifier recovers the seed by gradient-based maximum a posteriori (MAP) optimization, tests it for the secret key to score each rollout, and aggregates these scores into a single decision on whether the suspect model belongs to the owner. We evaluate the method on two representative models across two robot suites. The experiments cover detection of the fingerprint, identification of which of several keys a suspect carries, robustness to a range of attacks, and an analysis of why the design works. Across both models, the fingerprint can be detected reliably with little change to task performance, and it remains detectable under output-side removal attacks and weight-level edits.
Problem

Research questions and friction points this paper is trying to address.

watermarking
vision-language-action models
world-action models
intellectual property protection
robot control
Innovation

Methods, ideas, or system contributions that make the work stand out.

watermarking
vision-language-action models
latent provenance
seed-based fingerprinting
model ownership verification
πŸ”Ž Similar Papers
No similar papers found.