VIDSTAMP: A Temporally-Aware Watermark for Ownership and Integrity in Video Diffusion Models
Mohammadreza Teymoorianfard, Siddarth Sitaraman, Shiqing Ma, Amir Houmansadr
TL;DR
VidStamp proposes a temporally aware, decoder-integrated watermarking framework for video diffusion models, embedding frame-level messages directly into the latent decoding process to enable provenance and tamper localization with zero inference overhead. The method uses a two-stage fine-tuning of the D-VAE (first on COCO images, then on model-generated videos) to achieve high capacity and temporal consistency, and supports static and dynamic watermarking through a latent message adder. Empirical results across SVD, OpenSora, and Wan show high bit accuracy (≈0.95–0.98) with 48 bits per frame (768 bits per video), robust performance under multiple distortions, and superior log $P$ detectability compared with baselines like VideoSeal and VideoShield. VidStamp also delivers precise frame-level tamper localization (≈0.96 accuracy) and demonstrates negligible perceptual degradation, making decoder-integrated watermarking a practical solution for scalable ownership verification and integrity in AI-generated video systems.
Abstract
Video diffusion models can generate realistic and temporally consistent videos. This raises concerns about provenance, ownership, and integrity. Watermarking can help address these issues by embedding metadata directly into the content. To work well, a watermark needs enough capacity for meaningful metadata. It must also stay imperceptible and remain robust to common video manipulations. Existing methods struggle with limited capacity, extra inference cost, or reduced visual quality. We introduce VidStamp, a watermarking framework that embeds frame-level messages through the decoder of a latent video diffusion model. The decoder is fine-tuned in two stages. The first stage uses static image datasets to encourage spatial message separation. The second stage uses synthesized video sequences to restore temporal consistency. This approach enables high-capacity watermarks with minimal perceptual impact. VidStamp also supports dynamic watermarking through a control signal that selects message templates during inference. This adds flexibility and creates a second channel for communication. We evaluate VidStamp on Stable Video Diffusion (I2V), OpenSora, and Wan (T2V). The system embeds 48 bits per frame while preserving visual quality and staying robust to common distortions. Compared with VideoSeal, VideoShield, and RivaGAN, it achieves lower log P-values and stronger detectability. Its frame-wise watermarking design also enables precise temporal tamper localization, with an accuracy of 0.96, which exceeds the VideoShield baseline. Code: https://github.com/SPIN-UMass/VidStamp
