Disentangled Global-Local Feature Learning with E-Branchformer for Audio Deepfake Detection

TL;DR

Introduced E-Branchformer architecture achieving 0.88% EER in audio deepfake detection.

cs.SD 🔴 Advanced 2026-09-09 5 views
Phuong Tuan Dat Ho Bao Thu Nguyen Tran Trung Pham Viet Hoang Nguyen Thi Thu Trang
audio deepfake deep learning self-supervised learning feature extraction model architecture

Key Findings

Methodology

This study introduces a novel E-Branchformer-based architecture for audio deepfake detection. The model captures global contextual dependencies and local temporal patterns through parallel branches. Multi-head self-attention captures global features, while convolutional processing captures local features. The model integrates depthwise convolution and Squeeze-and-Excitation modules to enhance classification capability.

Key Results

  • Achieved 0.88% EER on ASVspoof 2021 LA dataset, significantly outperforming existing methods.
  • Recorded 1.85% EER on ASVspoof 2021 DF dataset, demonstrating capability in detecting complex forgeries.
  • Achieved 6.30% EER on In-the-Wild dataset, indicating strong generalization in real-world scenarios.

Significance

This research marks a significant advancement in audio deepfake detection. By introducing the E-Branchformer architecture, the model demonstrates outstanding performance across multiple datasets, particularly in real-world scenarios, highlighting its importance for the security of voice authentication systems.

Technical Contribution

Technical contributions include the introduction of a novel dual-branch architecture that effectively integrates global and local features. By incorporating Squeeze-and-Excitation modules, the integration of self-supervised learning features is significantly enhanced, surpassing state-of-the-art methods in multiple benchmarks.

Novelty

This study is the first to apply the E-Branchformer architecture to audio deepfake detection, innovatively disentangling global and local feature learning. Compared to traditional methods, it offers more flexible feature extraction and stronger classification capabilities.

Limitations

  • The model may underperform under certain extreme audio conditions, requiring further optimization.
  • High computational resource demands may limit practical applications.

Future Work

Future research could explore applying this model in more real-world scenarios and optimizing its computational efficiency. Additionally, maintaining performance in low-resource environments is a crucial direction.

AI Executive Summary

The rapid advancement of audio deepfake technology poses significant threats to voice authentication systems, with existing detection methods struggling against complex forgeries. To address this, the paper proposes a novel E-Branchformer architecture that simultaneously captures global and local features for improved detection accuracy.

This architecture disentangles global contextual and local temporal pattern learning through parallel branches, integrating depthwise convolution and Squeeze-and-Excitation modules to enhance classification capability. Experimental results show state-of-the-art performance on ASVspoof 2021 and In-the-Wild datasets.

Despite significant progress, the model's performance under extreme conditions needs improvement. Future research will focus on optimizing computational efficiency and exploring potential applications in more real-world scenarios.

Deep Analysis

Background

In recent years, the advancement of voice synthesis technologies has led to a growing problem of audio deepfakes. Traditional detection methods struggle to effectively counter complex forgery attacks, especially in real-world scenarios. The emergence of self-supervised learning models like wav2vec 2.0 and HuBERT offers new possibilities for enhancing the robustness of detection systems.

Core Problem

The core problem in audio deepfake detection is effectively capturing and utilizing both global and local features of audio signals. Existing methods face limitations in handling high-dimensional feature outputs, making it challenging to maintain efficiency under complex and variable acoustic conditions.

Innovation

The core innovation of this paper lies in the introduction of the E-Branchformer architecture, which disentangles global and local feature learning through parallel branches. Compared to traditional sequential architectures, this design offers greater flexibility and interpretability, and enhances feature discrimination through the integration of Squeeze-and-Excitation modules.

Methodology

  • �� Use pre-trained XLS-R model to extract audio features.
  • �� Capture global and local features through parallel branches: multi-head self-attention for global features, convolutional processing for local features.
  • �� Integrate depthwise convolution and Squeeze-and-Excitation modules to enhance classification capability.
  • �� Conduct experiments across multiple datasets to validate model performance.

Experiments

Experiments were conducted on ASVspoof 2021 LA, DF, and In-the-Wild datasets, using EER as the primary evaluation metric. The model employed data augmentation techniques during training to enhance robustness under different acoustic conditions. Comparison with multiple baseline models validated the effectiveness of the new architecture.

Results

Experimental results demonstrate that the E-Branchformer architecture achieves state-of-the-art performance across all test datasets, particularly on the real-world In-the-Wild dataset, with EER significantly lower than other methods, indicating strong generalization capability.

Applications

This method can be directly applied to voice authentication systems to enhance detection against forgery attacks. Its strong generalization capability ensures high efficiency across various acoustic conditions, making it suitable for finance, security, and other sectors.

Limitations & Outlook

Although the model performs well across multiple datasets, its performance under extreme audio conditions needs improvement. Additionally, the model's computational complexity may limit its application in resource-constrained environments. Future research will focus on optimizing computational efficiency and exploring more application scenarios.

Plain Language Accessible to non-experts

Imagine you're at a large concert, surrounded by various sounds. Our task is to identify which sounds are live performances and which are recordings. E-Branchformer acts like a super sound engineer, able to focus on the overall atmosphere of the concert (global features) and the details of each instrument (local features). This way, it can accurately determine which sounds are fake, much like identifying lip-syncing at the concert.

ELI14 Explained like you're 14

Imagine you're playing a detective game, and your task is to find out which sound is fake. E-Branchformer is like your super assistant, able to observe the whole scene and every detail at the same time. For example, it can notice the overall vibe of the background music (global features) and capture the subtle changes of an instrument (local features). This way, it helps you quickly find out which sound is fake, just like finding hidden clues in the game! Cool, right?

Glossary

E-Branchformer

A novel architecture that captures global and local features through parallel branches.

Used in audio deepfake detection to enhance classification capability.

Self-Supervised Learning

A machine learning method that generates supervisory signals from unlabeled data.

Used to extract high-dimensional features from audio signals.

Depthwise Convolution

A convolution operation that reduces computation while retaining feature information.

Used to enhance feature integration capability.

Squeeze-and-Excitation Module

A mechanism that enhances feature selectivity through channel attention.

Used to improve classification accuracy.

Equal Error Rate (EER)

An evaluation metric representing the error rate when false acceptance and rejection rates are equal.

Used to measure performance of audio deepfake detection models.

Open Questions Unanswered questions from this research

  • 1 How to maintain model performance in low-resource environments remains a challenge, requiring further research.
  • 2 The model's performance under extreme audio conditions is suboptimal, necessitating exploration of more robust feature extraction methods.

Applications

Immediate Applications

Voice Authentication Systems

Enhance detection capability against forged audio, improving system security.

Long-term Vision

Multi-domain Audio Analysis

Apply to more audio analysis scenarios, such as music copyright protection and media monitoring.

Abstract

The rapid advancement of voice synthesis technologies such as text-to-speech and voice conversion poses significant threats to speech-based authentication systems, necessitating robust deepfake detection methods. In this work, we propose a novel E-Branchformer-based architecture that effectively leverages self-supervised speech representations for audio deepfake detection. Our model employs parallel branches to simultaneously capture global contextual dependencies through multi-head self-attention and local temporal patterns through convolutional processing. To enhance discriminative capability, we integrate depthwise convolution and Squeeze-and-Excitation modules that enrich the classification token with refined patch token information after feature merging. Extensive experiments on ASVspoof 2021 LA, DF, and In-the-Wild datasets demonstrate state-of-the-art performance with equal error rates of 0.88%, 1.85%, and 6.30% respectively, substantially outperforming existing methods. Comprehensive ablation studies validate that the dual-branch architecture provides complementary discriminative information, Squeeze-and-Excitation Aggregation significantly improves SSL feature integration, and the combination of DWConv and SE modules is critical for effective class token enhancement. The superior performance on real-world scenarios demonstrates strong generalization capability to diverse acoustic conditions and unseen spoofing attacks.

cs.SD