Soft-Median Choice: An Automatic Feature Smoothing Method for Sound Event Detection
Fengnian Zhao, Ruwei Li, Xin Liu, and Liwen Xu

TL;DR
This paper introduces Soft-Median Choice (SMC), a novel feature smoothing method for sound event detection that enables automatic optimization of median filter lengths during training, improving detection accuracy.
Contribution
The paper proposes a differentiable soft-median function and a multi-channel feature smoothing framework, allowing median filter parameters to be learned end-to-end in SED systems.
Findings
Outperforms baseline by over 10% in Event-Based F1 Score
Automatically learns optimal feature smoothing during training
Enhances shared feature extraction across sound event frames
Abstract
In Sound Event Detection (SED) systems, the lengths of median filters for post-processing have never been optimized during training due to several problems. No gradient is received by the lengths so they cannot be learned during back-propagation. The median-filtering inserted in the models also causes block in gradient flowing and the smoothing process misleads the model by ignoring errors. To resolve these problems, we provide different channels of features smoothed to different extents along with the original feature, so the model can optimize the weights while cognizing all the errors. We then use a linear layer to integrate the results and produce a linear combination. We further design the soft-median function to dredge the gradient flow. The proposed framework is called Soft-Median Choice (SMC). Experiments show that the SMC block not only automatically smooths the features based…
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 · Music Technology and Sound Studies
MethodsLinear Layer
