HM-Conformer: A Conformer-based audio deepfake detection system with hierarchical pooling and multi-level classification token aggregation methods

Authors: Hyun-seo Shin, Jungwoo Heo, Ju-ho Kim, Chan-yeong Lim, Wonbin Kim, Ha-Jin Yu

Published: 2023-09-15 07:18:30+00:00

AI Summary

This paper proposes HM-Conformer, an audio deepfake detection system that improves upon the Conformer architecture by incorporating hierarchical pooling to reduce redundant information and multi-level classification token aggregation to leverage information from different encoder blocks. This results in improved performance on the ASVspoof 2021 Deepfake dataset.

Abstract

Audio deepfake detection (ADD) is the task of detecting spoofing attacks generated by text-to-speech or voice conversion systems. Spoofing evidence, which helps to distinguish between spoofed and bona-fide utterances, might exist either locally or globally in the input features. To capture these, the Conformer, which consists of Transformers and CNN, possesses a suitable structure. However, since the Conformer was designed for sequence-to-sequence tasks, its direct application to ADD tasks may be sub-optimal. To tackle this limitation, we propose HM-Conformer by adopting two components: (1) Hierarchical pooling method progressively reducing the sequence length to eliminate duplicated information (2) Multi-level classification token aggregation method utilizing classification tokens to gather information from different blocks. Owing to these components, HM-Conformer can efficiently detect spoofing evidence by processing various sequence lengths and aggregating them. In experimental results on the ASVspoof 2021 Deepfake dataset, HM-Conformer achieved a 15.71% EER, showing competitive performance compared to recent systems.


Key findings
HM-Conformer achieved a 15.71% EER on the ASVspoof 2021 Deepfake dataset, significantly outperforming the baseline Conformer (18.91%) and other state-of-the-art single systems. The hierarchical pooling and multi-level classification token aggregation methods were shown to be effective in improving deepfake detection performance.
Approach
HM-Conformer enhances the Conformer architecture by adding hierarchical pooling layers to downsample the sequence length and reduce redundant information. It also uses multi-level classification token aggregation to combine information from different Conformer blocks via classification tokens, improving classification performance.
Datasets
ASVspoof 2019 logical access (training), ASVspoof 2021 Deepfake (evaluation)
Model(s)
Conformer, modified with hierarchical pooling and multi-level classification token aggregation (HM-Conformer)
Author countries
South Korea