ASSDSep 3, 2020

Intra-Utterance Similarity Preserving Knowledge Distillation for Audio Tagging

arXiv:2009.01759v16 citations
Originality Incremental advance
AI Analysis

This work addresses efficient audio tagging for applications like sound event detection, but it is incremental as it builds on an existing similarity-preserving distillation method.

The paper tackles the problem of reducing model size for audio tagging by proposing a novel knowledge distillation method that preserves intra-utterance similarities, resulting in improvements of 27.1% to 122.4% in micro AUPRC over a baseline relative to an existing method.

Knowledge Distillation (KD) is a popular area of research for reducing the size of large models while still maintaining good performance. The outputs of larger teacher models are used to guide the training of smaller student models. Given the repetitive nature of acoustic events, we propose to leverage this information to regulate the KD training for Audio Tagging. This novel KD method, "Intra-Utterance Similarity Preserving KD" (IUSP), shows promising results for the audio tagging task. It is motivated by the previously published KD method: "Similarity Preserving KD" (SP). However, instead of preserving the pairwise similarities between inputs within a mini-batch, our method preserves the pairwise similarities between the frames of a single input utterance. Our proposed KD method, IUSP, shows consistent improvements over SP across student models of different sizes on the DCASE 2019 Task 5 dataset for audio tagging. There is a 27.1% to 122.4% percent increase in improvement of micro AUPRC over the baseline relative to SP's improvement of over 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