๐ค AI Summary
To address privacy leakage and identity theft risks posed by Deepfakes, this paper proposes WaveGuardโthe first proactive watermarking framework specifically designed for deepfake content. WaveGuard innovatively integrates dual-tree complex wavelet transform (DT-CWT)-based high-frequency subband watermark embedding with a structural consistency graph neural network (SC-GNN), enabling robust watermark injection in the frequency domain while preserving facial topological structure before and after embedding. An attention-guided watermark refinement module is further introduced to enhance visual fidelity and adversarial robustness. Extensive experiments demonstrate that WaveGuard outperforms state-of-the-art methods in detection accuracy, source attribution precision, and perceptual quality across face-swapping and facial reenactment tasks. The implementation is publicly available.
๐ Abstract
Deepfake technology poses increasing risks such as privacy invasion and identity theft. To address these threats, we propose WaveGuard, a proactive watermarking framework that enhances robustness and imperceptibility via frequency-domain embedding and graph-based structural consistency. Specifically, we embed watermarks into high-frequency sub-bands using Dual-Tree Complex Wavelet Transform (DT-CWT) and employ a Structural Consistency Graph Neural Network (SC-GNN) to preserve visual quality. We also design an attention module to refine embedding precision. Experimental results on face swap and reenactment tasks demonstrate that WaveGuard outperforms state-of-the-art methods in both robustness and visual quality. Code is available at https://github.com/vpsg-research/WaveGuard.