SDCRLGASDec 15, 2023

What to Remember: Self-Adaptive Continual Learning for Audio Deepfake Detection

arXiv:2312.09651v145 citationsh-index: 30AAAI
Originality Incremental advance
AI Analysis

This addresses the problem of adapting detection systems to evolving deepfake threats for security applications, but it is incremental as it builds on existing continual learning frameworks.

The paper tackles the challenge of audio deepfake detection models struggling with new attack types by proposing a continual learning approach called Radian Weight Modification (RWM), which categorizes classes based on feature distribution compactness and modifies gradients accordingly, showing superiority over mainstream methods in knowledge acquisition and mitigating forgetting.

The rapid evolution of speech synthesis and voice conversion has raised substantial concerns due to the potential misuse of such technology, prompting a pressing need for effective audio deepfake detection mechanisms. Existing detection models have shown remarkable success in discriminating known deepfake audio, but struggle when encountering new attack types. To address this challenge, one of the emergent effective approaches is continual learning. In this paper, we propose a continual learning approach called Radian Weight Modification (RWM) for audio deepfake detection. The fundamental concept underlying RWM involves categorizing all classes into two groups: those with compact feature distributions across tasks, such as genuine audio, and those with more spread-out distributions, like various types of fake audio. These distinctions are quantified by means of the in-class cosine distance, which subsequently serves as the basis for RWM to introduce a trainable gradient modification direction for distinct data types. Experimental evaluations against mainstream continual learning methods reveal the superiority of RWM in terms of knowledge acquisition and mitigating forgetting in audio deepfake detection. Furthermore, RWM's applicability extends beyond audio deepfake detection, demonstrating its potential significance in diverse machine learning domains such as image recognition.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes