ASSERT: Anti-Spoofing with Squeeze-Excitation and Residual neTworks
We present JHU's system submission to the ASVspoof 2019 Challenge: Anti-Spoofing with Squeeze-Excitation and Residual neTworks (ASSERT). Anti-spoofing has gathered more and more attention since the inauguration of the ASVspoof Challenges, and ASVspoof 2019 dedicates to address attacks from all three major types: text-to-speech, voice conversion, and replay. Built upon previous research work on Deep Neural Network (DNN), ASSERT is a pipeline for DNN-based approach to anti-spoofing. ASSERT has four components: feature engineering, DNN models, network optimization and system combination, where the DNN models are variants of squeeze-excitation and residual networks. We conducted an ablation study of the effectiveness of each component on the ASVspoof 2019 corpus, and experimental results showed that ASSERT obtained more than 93% and 17% relative improvements over the baseline systems in the two sub-challenges in ASVspooof 2019, ranking ASSERT one of the top performing systems. Code and pretrained models will be made publicly available.
Code (1)
Tasks
Feature Engineeringtext-to-speechText to SpeechVoice ConversionSimilar Papers 제목 키워드 기반
Physiological-Physical Feature Fusion for Automatic Voice Spoofing Detection
Speaker verification systems have been used in many production scenarios in recent years. Unfortunately, they are still highly prone to different kinds of spoofing attacks such as voice conversion and speech synthesis, e…
Speaker VerificationSpeech SynthesisVoice ConversionSynthetic speech detection using meta-learning with prototypical loss
Recent works on speech spoofing countermeasures still lack generalization ability to unseen spoofing attacks. This is one of the key issues of ASVspoof challenges especially with the rapid development of diverse and high…
Data AugmentationMeta-LearningMetric LearningSynthetic Speech DetectionResidual Squeeze-and-Excitation Network for Fast Image Deraining
Image deraining is an important image processing task as rain streaks not only severely degrade the visual quality of images but also significantly affect the performance of high-level vision tasks. Traditional methods p…
DecoderRain RemovalReplay and Synthetic Speech Detection with Res2net Architecture
Existing approaches for replay and synthetic speech detection still lack generalizability to unseen spoofing attacks. This work proposes to leverage a novel model structure, so-called Res2Net, to improve the anti-spoofin…
Feature EngineeringSynthetic Speech DetectionVariations of Squeeze and Excitation networks
Convolutional neural networks learns spatial features and are heavily interlinked within kernels. The SE module have broken the traditional route of neural networks passing the entire result to next layer. Instead SE onl…