Table of Contents
Fetching ...

Compression Robust Synthetic Speech Detection Using Patched Spectrogram Transformer

Amit Kumar Singh Yadav, Ziyue Xiang, Kratika Bhagtani, Paolo Bestagini, Stefano Tubaro, Edward J. Delp

TL;DR

PS3DT introduces a patch-based mel-spectrogram transformer for synthetic speech detection. By processing mel-spectrogram patches and aggregating frame-level representations, it achieves state-of-the-art like performance on ASVspoof2019, strong cross-dataset generalization on In-the-Wild, and robustness to telephone and compression artifacts. The approach demonstrates that patch-based spectrogram processing with transformer encoders can substantially improve detection in practical, adversarial settings, including social-media uploads and telecommunication channels. These results have direct implications for mitigating misinformation and impersonation in real-world deployments and motivate further work on localization and multimodal detection.

Abstract

Many deep learning synthetic speech generation tools are readily available. The use of synthetic speech has caused financial fraud, impersonation of people, and misinformation to spread. For this reason forensic methods that can detect synthetic speech have been proposed. Existing methods often overfit on one dataset and their performance reduces substantially in practical scenarios such as detecting synthetic speech shared on social platforms. In this paper we propose, Patched Spectrogram Synthetic Speech Detection Transformer (PS3DT), a synthetic speech detector that converts a time domain speech signal to a mel-spectrogram and processes it in patches using a transformer neural network. We evaluate the detection performance of PS3DT on ASVspoof2019 dataset. Our experiments show that PS3DT performs well on ASVspoof2019 dataset compared to other approaches using spectrogram for synthetic speech detection. We also investigate generalization performance of PS3DT on In-the-Wild dataset. PS3DT generalizes well than several existing methods on detecting synthetic speech from an out-of-distribution dataset. We also evaluate robustness of PS3DT to detect telephone quality synthetic speech and synthetic speech shared on social platforms (compressed speech). PS3DT is robust to compression and can detect telephone quality synthetic speech better than several existing methods.

Compression Robust Synthetic Speech Detection Using Patched Spectrogram Transformer

TL;DR

PS3DT introduces a patch-based mel-spectrogram transformer for synthetic speech detection. By processing mel-spectrogram patches and aggregating frame-level representations, it achieves state-of-the-art like performance on ASVspoof2019, strong cross-dataset generalization on In-the-Wild, and robustness to telephone and compression artifacts. The approach demonstrates that patch-based spectrogram processing with transformer encoders can substantially improve detection in practical, adversarial settings, including social-media uploads and telecommunication channels. These results have direct implications for mitigating misinformation and impersonation in real-world deployments and motivate further work on localization and multimodal detection.

Abstract

Many deep learning synthetic speech generation tools are readily available. The use of synthetic speech has caused financial fraud, impersonation of people, and misinformation to spread. For this reason forensic methods that can detect synthetic speech have been proposed. Existing methods often overfit on one dataset and their performance reduces substantially in practical scenarios such as detecting synthetic speech shared on social platforms. In this paper we propose, Patched Spectrogram Synthetic Speech Detection Transformer (PS3DT), a synthetic speech detector that converts a time domain speech signal to a mel-spectrogram and processes it in patches using a transformer neural network. We evaluate the detection performance of PS3DT on ASVspoof2019 dataset. Our experiments show that PS3DT performs well on ASVspoof2019 dataset compared to other approaches using spectrogram for synthetic speech detection. We also investigate generalization performance of PS3DT on In-the-Wild dataset. PS3DT generalizes well than several existing methods on detecting synthetic speech from an out-of-distribution dataset. We also evaluate robustness of PS3DT to detect telephone quality synthetic speech and synthetic speech shared on social platforms (compressed speech). PS3DT is robust to compression and can detect telephone quality synthetic speech better than several existing methods.
Paper Structure (18 sections, 1 equation, 2 figures, 5 tables)

This paper contains 18 sections, 1 equation, 2 figures, 5 tables.

Figures (2)

  • Figure 1: Block Diagram of Our Proposed: Patched Spectrogram Synthetic Speech Detection Transformer (PS3DT).
  • Figure 2: Detection accuracy of PS3DT on bona fide speech signals (blue), and synthesizers A01-A06 present in validation set D$_{dev}$ (green), and synthesizers A07-A19 present in the evaluation set D$_{eval}$ (orange) of the ASVspoof2019 dataset.