paper-with-me

Papers

ASSERT: Anti-Spoofing with Squeeze-Excitation and Residual neTworks

2019-04-01 · Cheng-I Lai, Nanxin Chen, Jesús Villalba, Najim Dehak

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.

📄 PDF Abstract BibTeX arXiv:1904.01120

Code (1)

jefflai108/ASSERT pytorch

Tasks

Feature Engineeringtext-to-speechText to SpeechVoice Conversion

Similar Papers 제목 키워드 기반

Physiological-Physical Feature Fusion for Automatic Voice Spoofing Detection

2021-09-01 · Junxiao Xue, Hao Zhou, Yabo Wang

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 Conversion

Synthetic speech detection using meta-learning with prototypical loss

2022-01-24 · Monisankha Pal, Aditya Raikar, Ashish Panda, Sunil Kumar Kopparapu

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 Detection

Residual Squeeze-and-Excitation Network for Fast Image Deraining

2020-06-01 · Jun Fu, Jianfeng Xu, Kazuyuki Tasaka, Zhibo Chen

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 Removal

Replay and Synthetic Speech Detection with Res2net Architecture

2020-10-28 · Xu Li, Na Li, Chao Weng, Xunying Liu 외

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 Detection

Variations of Squeeze and Excitation networks

2023-04-11 · Mahendran NV

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…