Lightweight Resolution-Aware Audio Deepfake Detection via Cross-Scale Attention and Consistency Learning
K. A. Shahriar
TL;DR
This paper addresses robustness gaps in audio deepfake detection under real-world distortions by introducing a resolution-aware framework that explicitly models and aligns multi-resolution spectral representations. It employs cross-scale attention to dynamically fuse resolution-specific embeddings and a consistency loss $\mathcal{L}_{\text{cons}} = \sum_{i < j} \mathbb{E}_{x \sim \mathcal{D}_{\text{real}}} \left[ \lVert \hat{\mathbf{z}}_i - \hat{\mathbf{z}}_j \rVert_2^2 \right]$ to enforce resolution-invariant representations, followed by a linear classifier $\hat{y} = \sigma\left( g\left( \frac{1}{K} \sum_{k=1}^{K} \tilde{\mathbf{z}}_k \right) \right)$. Experiments on ASVspoof 2019 (LA/PA), FoR, and In-the-Wild demonstrate near-ceiling EERs and strong AUC across conditions, with a compact model (~159k parameters and ~936 MFLOPs per forward pass). The results, together with Grad-CAM based interpretability, show that explicit cross-resolution modeling yields robust, scalable, and explainable audio deepfake detection suitable for practical deployment.
Abstract
Audio deepfake detection has become increasingly challenging due to rapid advances in speech synthesis and voice conversion technologies, particularly under channel distortions, replay attacks, and real-world recording conditions. This paper proposes a resolution-aware audio deepfake detection framework that explicitly models and aligns multi-resolution spectral representations through cross-scale attention and consistency learning. Unlike conventional single-resolution or implicit feature-fusion approaches, the proposed method enforces agreement across complementary time--frequency scales. The proposed framework is evaluated on three representative benchmarks: ASVspoof 2019 (LA and PA), the Fake-or-Real (FoR) dataset, and the In-the-Wild Audio Deepfake dataset under a speaker-disjoint protocol. The method achieves near-perfect performance on ASVspoof LA (EER 0.16%), strong robustness on ASVspoof PA (EER 5.09%), FoR rerecorded audio (EER 4.54%), and in-the-wild deepfakes (AUC 0.98, EER 4.81%), significantly outperforming single-resolution and non-attention baselines under challenging conditions. The proposed model remains lightweight and efficient, requiring only 159k parameters and less than 1~GFLOP per inference, making it suitable for practical deployment. Comprehensive ablation studies confirm the critical contributions of cross-scale attention and consistency learning, while gradient-based interpretability analysis reveals that the model learns resolution-consistent and semantically meaningful spectral cues across diverse spoofing conditions. These results demonstrate that explicit cross-resolution modeling provides a principled, robust, and scalable foundation for next-generation audio deepfake detection systems.
