SDLGASAug 12, 2021

RW-Resnet: A Novel Speech Anti-Spoofing Model Using Raw Waveform

arXiv:2108.05684v246 citations
AI Analysis

This addresses security vulnerabilities in speaker verification systems against spoofing attacks, but it is incremental as it builds on existing ResNet architectures with a novel feature extraction component.

The paper tackles the problem of detecting synthetic speech attacks on automatic speaker verification systems by proposing RW-Resnet, a model that uses raw waveform input and achieves better performance than other state-of-the-art anti-spoofing models on the ASVspoof2019 LA corpus.

In recent years, synthetic speech generated by advanced text-to-speech (TTS) and voice conversion (VC) systems has caused great harms to automatic speaker verification (ASV) systems, urging us to design a synthetic speech detection system to protect ASV systems. In this paper, we propose a new speech anti-spoofing model named ResWavegram-Resnet (RW-Resnet). The model contains two parts, Conv1D Resblocks and backbone Resnet34. The Conv1D Resblock is based on the Conv1D block with a residual connection. For the first part, we use the raw waveform as input and feed it to the stacked Conv1D Resblocks to get the ResWavegram. Compared with traditional methods, ResWavegram keeps all the information from the audio signal and has a stronger ability in extracting features. For the second part, the extracted features are fed to the backbone Resnet34 for the spoofed or bonafide decision. The ASVspoof2019 logical access (LA) corpus is used to evaluate our proposed RW-Resnet. Experimental results show that the RW-Resnet achieves better performance than other state-of-the-art anti-spoofing models, which illustrates its effectiveness in detecting synthetic speech attacks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes