Frequency Dynamic Convolutions for Sound Event Detection
Hyeonuk Nam

TL;DR
This paper introduces Frequency Dynamic Convolution (FDY conv) and its variants to improve sound event detection by adaptively modeling frequency-dependent acoustic features, achieving significant performance gains over baseline models.
Contribution
It proposes a novel frequency-aware convolution method that dynamically adjusts kernels based on input frequency composition, with extensions to address limitations in kernel diversity and computational cost.
Findings
FDY conv improves SED performance by 7.56% over baseline.
DFD conv further enhances performance by 9.27%.
PFD conv reduces computational cost while maintaining accuracy.
Abstract
Recent research in deep learning-based Sound Event Detection (SED) has primarily focused on Convolutional Recurrent Neural Networks (CRNNs) and Transformer models. However, conventional 2D convolution-based models assume shift invariance along both the temporal and frequency axes, leadin to inconsistencies when dealing with frequency-dependent characteristics of acoustic signals. To address this issue, this study proposes Frequency Dynamic Convolution (FDY conv), which dynamically adjusts convolutional kernels based on the frequency composition of the input signal to enhance SED performance. FDY conv constructs an optimal frequency response by adaptively weighting multiple basis kernels based on frequency-specific attention weights. Experimental results show that applying FDY conv to CRNNs improves performance on the DESED dataset by 7.56% compared to the baseline CRNN. However, FDY…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Speech and Audio Processing · Speech Recognition and Synthesis
MethodsDropout · Dense Connections · Absolute Position Encodings · Layer Normalization · Attention Pooling · Byte Pair Encoding · Label Smoothing · Convolution · Softmax · Transformer
