Targeted Augmented Data for Audio Deepfake Detection
Marcella Astrid, Enjie Ghorbel, Djamila Aouada
TL;DR
The paper tackles the robustness gap in audio deepfake detectors, which tend to overfit to known manipulations. It introduces gradient-based, boundary-targeted augmentation that perturbs real inputs toward the model's decision boundary with $\mathbf{p} = - \epsilon \cdot \text{sign}(\nabla_{\mathbf{x}} \mathcal{L}(\hat{\mathbf{y}}^o, \tilde{\mathbf{y}}))$ where $\epsilon \in [\epsilon_{\text{min}}, \epsilon_{\text{max}}]$ and $\tilde{\mathbf{y}} = [0.5,0.5]$, labeling augmented samples as fake and mixing them into training with probability $p$. This architecture-agnostic approach was evaluated on two detectors, AASIST and RawNet2, using the ASVspoof 2019 LA dataset, and yielded improved generalization as shown by lower min t-DCF and EER on unseen attacks. Ablation results indicate that targeting ambiguous predictions near the decision boundary provides the strongest gains, compared to untargeted or confidently fake-targeted augmentations. The work demonstrates a practical, data-centric path to combat overfitting in audio deepfake detection and motivates exploring additional adversarial augmentation strategies.
Abstract
The availability of highly convincing audio deepfake generators highlights the need for designing robust audio deepfake detectors. Existing works often rely solely on real and fake data available in the training set, which may lead to overfitting, thereby reducing the robustness to unseen manipulations. To enhance the generalization capabilities of audio deepfake detectors, we propose a novel augmentation method for generating audio pseudo-fakes targeting the decision boundary of the model. Inspired by adversarial attacks, we perturb original real data to synthesize pseudo-fakes with ambiguous prediction probabilities. Comprehensive experiments on two well-known architectures demonstrate that the proposed augmentation contributes to improving the generalization capabilities of these architectures.
