XAttnMark: Learning Robust Audio Watermarking with Cross-Attention
Yixin Liu, Lie Lu, Jihui Jin, Lichao Sun, Andrea Fanelli
TL;DR
XAttnMark tackles the challenge of robustly detecting and attributing watermarks in audio subjected to a wide range of edits, including generative modifications. It combines partial parameter sharing between the watermark generator and detector with a cross-attention decoding head that leverages a shared embedding table, plus a temporal conditioning module to diffuse the watermark over time. A psychoacoustic-aligned temporal-frequency masking loss guides imperceptible embedding, improving perceptual quality while maintaining high detection and attribution performance. The approach achieves state-of-the-art results across standard and generative edits and demonstrates strong generalization, enabling practical provenance tracking and copyright protection in AI-assisted audio content.
Abstract
The rapid proliferation of generative audio synthesis and editing technologies has raised significant concerns about copyright infringement, data provenance, and the spread of misinformation through deepfake audio. Watermarking offers a proactive solution by embedding imperceptible, identifiable, and traceable marks into audio content. While recent neural network-based watermarking methods like WavMark and AudioSeal have improved robustness and quality, they struggle to achieve both robust detection and accurate attribution simultaneously. This paper introduces Cross-Attention Robust Audio Watermark (XAttnMark), which bridges this gap by leveraging partial parameter sharing between the generator and the detector, a cross-attention mechanism for efficient message retrieval, and a temporal conditioning module for improved message distribution. Additionally, we propose a psychoacoustic-aligned temporal-frequency masking loss that captures fine-grained auditory masking effects, enhancing watermark imperceptibility. Our approach achieves state-of-the-art performance in both detection and attribution, demonstrating superior robustness against a wide range of audio transformations, including challenging generative editing with strong editing strength. The project webpage is available at https://liuyixin-louis.github.io/xattnmark/.
