AI summaryⓘ
The authors describe their team's work on detecting and generating deepfake audio for the ImageCLEF 2026 challenge. Their detection system used a combination of four advanced audio models and performed very well, perfectly identifying fake audio created by participants and mostly correctly spotting real audio. For generating deepfake audio, their system topped the competition but was less effective at fooling detectors, with only about 60% evasion success. They explored why combining multiple models helps detection and investigated how design choices in generation affect the chances of being detected. The authors also identified a key challenge: their system falsely flagged real audio as fake about 11% of the time, highlighting limits for practical use.
deepfake audioself-supervised learningWavLMWav2Vec2ECAPA-TDNNx-vectorword error ratecharacter error ratemulti-backbone ensemblefalse positives
Abstract
This paper describes the participation of team "Go-To-Germany" in the ImageCLEF 2026 Audio Deepfake Detection and Generation task. Our detection system, built on a four-backbone self-supervised learning (SSL) ensemble combining WavLM-Large, Wav2Vec2-XLS-R-300M, ECAPA-TDNN, and x-vector representations, achieved a final score of 0.9522 on the official ImageCLEF 2026 evaluation, with perfect accuracy (1.0000) on participant-generated deepfakes and 0.8875 on the held-out organizer ground-truth real data. For the Generation sub-task, our official team submission, an F5-TTS v1 baseline processed with a uniform reverberation pass and submitted as a deliberate anti-forensic probe, ranked first with a final score of 0.4304 (word error rate (WER) 4.99%, character error rate (CER) 2.07%); details of our four-model program (GLM-TTS, F5-TTS, XTTS v2, CosyVoice3), from which the official entry was drawn, appear in the paper. We present a cross-track analysis revealing a pronounced asymmetry: our detection system identifies 100% of participant-generated deepfakes, while our official generation entry, despite ranking first in the Audio Generation sub-task and evading 61.4% and 56.2% of participant and organizer detectors, attains a Final Score of 0.4304 against 0.9522 on the Detection side. We further report falsification-based ablation experiments (LOSO 56-speaker cross-validation, three-region backbone geometry, bootstrap confidence intervals, and PCA analysis) that motivate our architectural-insurance hypothesis for multi-backbone SSL ensembling. We complement these results with five cross-track insights and five pre-registered falsification experiments connecting generation-side evasion to detection-side design decisions, and we openly report an 11.25% false-positive gap on held-out organizer real recordings as the principal open challenge for deployment.