Beyond Speech: Dual-Domain SSL Fusion for Unified All-Type Audio Deepfake Detection
Authors: Cunhang Fan, Junqin Cao, Tian Gao, Zhipeng Xie, Jun Xue, Zhao Lv, Xin Fang
Published: 2026-08-29 03:29:47+00:00
Comment: 8 pages, 5 figures; accepted to the AT-ADD Grand Challenge at ACM Multimedia 2026 (MM '26)
AI Summary
This paper introduces a dual-domain SSL fusion method for unified all-type audio deepfake detection, addressing the limitations of existing speech-centric solutions when audio type is unknown. The approach combines EAT-large and wav2vec 2.0 XLS-R-300M representations, integrating them through layer-wise weighted fusion and token-level fusion, and classifies the fused features with an MLP head. The proposed system achieved 95.58% Macro-F1 on the AT-ADD Track 2 evaluation set, ranking second in the challenge.
Abstract
Unified all-type audio deepfake detection aims to determine whether an input clip is real or fake when its audio type may be speech, environmental sound, singing voice, or music. Existing speech-centric or type-dependent solutions are insufficient for this setting because the test-time audio type is unknown, while the required output is still a single binary decision. To address these issues, this paper proposes a dual-domain SSL fusion method that maps heterogeneous audio into a shared binary authenticity space. EAT-large and wav2vec 2.0 XLS-R-300M are used as complementary SSL feature sources, providing broad acoustic and event-level representations as well as waveform-level, vocal, and speech-sensitive representations. Layer-wise weighted fusion integrates multi-level artifacts from different transformer depths, while token-level fusion forms a unified feature pool without enforcing frame-level alignment between the two SSL streams. The fused tokens are summarized by multi-head attentive statistics pooling and classified with a binary MLP head. With conservative speech refinement applied on top of this unified core detector, the submitted system achieves 95.58% Macro-F1 on the AT-ADD Track 2 evaluation set and ranks second in the challenge.