SOTAVerified

Efficient Large-scale Audio Tagging via Transformer-to-CNN Knowledge Distillation

2022-11-09Code Available2· sign in to hype

Florian Schmid, Khaled Koutini, Gerhard Widmer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Audio Spectrogram Transformer models rule the field of Audio Tagging, outrunning previously dominating Convolutional Neural Networks (CNNs). Their superiority is based on the ability to scale up and exploit large-scale datasets such as AudioSet. However, Transformers are demanding in terms of model size and computational requirements compared to CNNs. We propose a training procedure for efficient CNNs based on offline Knowledge Distillation (KD) from high-performing yet complex transformers. The proposed training schema and the efficient CNN design based on MobileNetV3 results in models outperforming previous solutions in terms of parameter and computational efficiency and prediction performance. We provide models of different complexity levels, scaling from low-complexity models up to a new state-of-the-art performance of .483 mAP on AudioSet. Source Code available at: https://github.com/fschmid56/EfficientAT

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AudioSetmn40_as (Ensemble)Test mAP0.5Unverified
AudioSetmn40_as (Single)Test mAP0.48Unverified
ESC-50mn40_asTop-1 Accuracy97.45Unverified

Reproductions