Generalizable speech deepfake detection via meta-learned LoRA
About
Reliable detection of speech deepfakes (spoofs) must remain effective when the distribution of spoofing attacks shifts. We frame the task as domain generalization and show that inserting Low-Rank Adaptation (LoRA) adapters into every attention head of a self-supervised (SSL) backbone, then training only those adapters with Meta-Learning Domain Generalization (MLDG), yields strong zero-shot performance. The resulting model updates about 3.6 million parameters, roughly 1.1% of the 318 million updated in full fine-tuning, yet surpasses a fully fine-tuned counterpart on five of six evaluation corpora. A first-order MLDG loop encourages the adapters to focus on cues that persist across attack types, lowering the average EER from 8.84% for the fully fine-tuned model to 5.30% with our best MLDG-LoRA configuration. Our findings show that combining meta-learning with parameter-efficient adaptation offers an effective method for zero-shot, distribution-shift-aware speech deepfake detection.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Audio Deepfake Detection | ASVspoof DF 2021 | EER3.99 | 87 | |
| Audio Deepfake Detection | ITW In-the-Wild | EER6.81 | 51 | |
| Audio Deepfake Detection | ASVspoof LA 2019 (eval) | EER0.0054 | 36 | |
| Audio Deepfake Detection | ASVspoof 5 | EER14.1 | 11 | |
| Audio Deepfake Detection | FAV | EER1.48 | 2 | |
| Audio Deepfake Detection | Shared Cross-Domain Average ITW, ASV21 DF, FAV, ASV5 | EER6.6 | 2 |