CoRELoop: Parameter-Efficient Controlled Recurrent Refinement for Audio Deepfake Detection
Authors: Kunyu Feng, Yuxiang Wang, Li Wang, Wan Lin, Zhizheng Wu
Published: 2026-09-17 07:28:40+00:00
Comment: 5 pages, 2 figures, 3 tables
AI Summary
CoReLoop proposes a parameter-efficient method for improving audio deepfake detection by introducing controlled recurrent refinement into an already-trained, frozen self-supervised learning (SSL)-based detector. It leverages lightweight refinement modules and low-rank adapters to enable additional passes without modifying the original large model parameters or requiring new training data. This approach significantly reduces the equal error rate across diverse unseen attacks while maintaining parameter efficiency.
Abstract
Generalizing to unseen attacks remains challenging for audio deepfake detectors, and collecting training data covering all potential attacks is impractical. We explore recurrent refinement in an already-trained SSL-based detector without additional data or changes to its original parameters. However, directly recycling encoder outputs as inputs degrades detection in our diagnostic. We propose CoReLoop, which makes this reuse effective by adapting recurrent inputs to the frozen encoder, controlling state updates, and aligning refined outputs with the frozen classifier. By training only lightweight refinement modules and loop-specific low-rank adapters on the original data, CoReLoop enables additional refinement while preserving the detector's original first-pass prediction. On 14 cross-domain test sets, the 24-layer model reduces pooled equal error rate (EER) from 4.85% to 3.74% with two passes, with approximately 10M trainable parameters out of 598M. To selectively apply this refinement, an optional halting head chooses the depth for each utterance, achieving 3.73% pooled EER with an average of 1.18 passes.