SDLGASMar 14, 2025

Exploring Performance-Complexity Trade-Offs in Sound Event Detection Models

arXiv:2503.11373v21 citationsh-index: 7Has CodeEUSIPCO
Originality Incremental advance
AI Analysis

This addresses the need for efficient sound event detection models, offering a domain-specific solution that is incremental in adapting existing methods.

The paper tackles the problem of developing low-complexity networks for sound event detection by adapting convolutional models and adding sequence models, achieving performance comparable to state-of-the-art transformers with only around 5% of the parameters.

We target the problem of developing new low-complexity networks for the sound event detection task. Our goal is to meticulously analyze the performance-complexity trade-off, aiming to be competitive with the large state-of-the-art models, at a fraction of the computational requirements. We find that low-complexity convolutional models previously proposed for audio tagging can be effectively adapted for event detection (which requires frame-wise prediction) by adjusting convolutional strides, removing the global pooling, and, importantly, adding a sequence model before the (now frame-wise) classification heads. Systematic experiments reveal that the best choice for the sequence model type depends on which complexity metric is most important for the given application. We also investigate the impact of enhanced training strategies such as knowledge distillation. In the end, we show that combined with an optimized training strategy, we can reach event detection performance comparable to state-of-the-art transformers while requiring only around 5% of the parameters. We release all our pre-trained models and the code for reproducing this work to support future research in low-complexity sound event detection at https://github.com/theMoro/EfficientSED.

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