SDLGASAug 19, 2022

Improving Post-Processing of Audio Event Detectors Using Reinforcement Learning

arXiv:2208.09201v15 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses the challenge of fine-tuning post-processing for audio event classification, offering an incremental improvement for researchers and practitioners in audio signal processing.

The paper tackles the problem of optimizing post-processing parameters for audio event detectors by using reinforcement learning to jointly discover optimal settings, resulting in a 4-5% improvement in the audio event-based macro F1-score compared to manual tuning.

We apply post-processing to the class probability distribution outputs of audio event classification models and employ reinforcement learning to jointly discover the optimal parameters for various stages of a post-processing stack, such as the classification thresholds and the kernel sizes of median filtering algorithms used to smooth out model predictions. To achieve this we define a reinforcement learning environment where: 1) a state is the class probability distribution provided by the model for a given audio sample, 2) an action is the choice of a candidate optimal value for each parameter of the post-processing stack, 3) the reward is based on the classification accuracy metric we aim to optimize, which is the audio event-based macro F1-score in our case. We apply our post-processing to the class probability distribution outputs of two audio event classification models submitted to the DCASE Task4 2020 challenge. We find that by using reinforcement learning to discover the optimal per-class parameters for the post-processing stack that is applied to the outputs of audio event classification models, we can improve the audio event-based macro F1-score (the main metric used in the DCASE challenge to compare audio event classification accuracy) by 4-5% compared to using the same post-processing stack with manually tuned parameters.

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