SDLGASOct 24, 2023

Dynamic Convolutional Neural Networks as Efficient Pre-trained Audio Models

arXiv:2310.15648v129 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck for audio processing applications, offering a more efficient alternative to Transformers, though it builds incrementally on prior knowledge distillation methods.

The paper tackles the computational inefficiency of Transformers in audio tasks by introducing dynamic CNN blocks, which outperform traditional efficient CNNs and match or exceed Transformer performance on AudioSet and downstream tasks with better parameter efficiency.

The introduction of large-scale audio datasets, such as AudioSet, paved the way for Transformers to conquer the audio domain and replace CNNs as the state-of-the-art neural network architecture for many tasks. Audio Spectrogram Transformers are excellent at exploiting large datasets, creating powerful pre-trained models that surpass CNNs when fine-tuned on downstream tasks. However, current popular Audio Spectrogram Transformers are demanding in terms of computational complexity compared to CNNs. Recently, we have shown that, by employing Transformer-to-CNN Knowledge Distillation, efficient CNNs can catch up with and even outperform Transformers on large datasets. In this work, we extend this line of research and increase the capacity of efficient CNNs by introducing dynamic CNN blocks, constructed of dynamic non-linearities, dynamic convolutions and attention mechanisms. We show that these dynamic CNNs outperform traditional efficient CNNs, in terms of the performance-complexity trade-off and parameter efficiency, at the task of audio tagging on the large-scale AudioSet. Our experiments further indicate that the introduced dynamic CNNs achieve better performance on downstream tasks and scale up well, attaining Transformer performance and even outperforming them on AudioSet and several downstream tasks.

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