SDLGMMASMar 2, 2023

Learning From Yourself: A Self-Distillation Method for Fake Speech Detection

arXiv:2303.01211v149 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses fake speech detection, a critical issue for security and authentication systems, but it is incremental as it builds on existing distillation techniques.

The paper tackles the problem of fake speech detection by proposing a self-distillation method that uses the deepest network as a teacher to enhance shallow networks, resulting in significant performance improvements on the ASVspoof 2019 LA and PA datasets.

In this paper, we propose a novel self-distillation method for fake speech detection (FSD), which can significantly improve the performance of FSD without increasing the model complexity. For FSD, some fine-grained information is very important, such as spectrogram defects, mute segments, and so on, which are often perceived by shallow networks. However, shallow networks have much noise, which can not capture this very well. To address this problem, we propose using the deepest network instruct shallow network for enhancing shallow networks. Specifically, the networks of FSD are divided into several segments, the deepest network being used as the teacher model, and all shallow networks become multiple student models by adding classifiers. Meanwhile, the distillation path between the deepest network feature and shallow network features is used to reduce the feature difference. A series of experimental results on the ASVspoof 2019 LA and PA datasets show the effectiveness of the proposed method, with significant improvements compared to the baseline.

Foundations

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

Your Notes