SDCRLGASSep 6, 2021

Complementing Handcrafted Features with Raw Waveform Using a Light-weight Auxiliary Model

arXiv:2109.02773v12 citations
Originality Incremental advance
AI Analysis

This work addresses voice spoof detection for security applications, but it is incremental as it builds on existing methods by adding a small auxiliary component.

The paper tackled the problem of voice spoof detection by proposing a light-weight auxiliary model that complements handcrafted features with features learned from raw waveforms, achieving improved accuracy on the ASVspoof 2019 dataset with low computational cost.

An emerging trend in audio processing is capturing low-level speech representations from raw waveforms. These representations have shown promising results on a variety of tasks, such as speech recognition and speech separation. Compared to handcrafted features, learning speech features via backpropagation provides the model greater flexibility in how it represents data for different tasks theoretically. However, results from empirical study shows that, in some tasks, such as voice spoof detection, handcrafted features are more competitive than learned features. Instead of evaluating handcrafted features and raw waveforms independently, this paper proposes an Auxiliary Rawnet model to complement handcrafted features with features learned from raw waveforms. A key benefit of the approach is that it can improve accuracy at a relatively low computational cost. The proposed Auxiliary Rawnet model is tested using the ASVspoof 2019 dataset and the results from this dataset indicate that a light-weight waveform encoder can potentially boost the performance of handcrafted-features-based encoders in exchange for a small amount of additional computational work.

Code Implementations1 repo
Foundations

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

Your Notes