SDLGASAug 14, 2023

DiffSED: Sound Event Detection with Denoising Diffusion

arXiv:2308.07293v213 citationsh-index: 18
Originality Highly original
AI Analysis

This addresses sound event detection for audio analysis applications, representing a novel paradigm shift rather than an incremental improvement.

The paper tackles sound event detection by reformulating it as a generative learning problem using denoising diffusion, generating temporal boundaries from noisy proposals, and reports significant performance improvements and 40+% faster convergence on Urban-SED and EPIC-Sounds datasets.

Sound Event Detection (SED) aims to predict the temporal boundaries of all the events of interest and their class labels, given an unconstrained audio sample. Taking either the splitand-classify (i.e., frame-level) strategy or the more principled event-level modeling approach, all existing methods consider the SED problem from the discriminative learning perspective. In this work, we reformulate the SED problem by taking a generative learning perspective. Specifically, we aim to generate sound temporal boundaries from noisy proposals in a denoising diffusion process, conditioned on a target audio sample. During training, our model learns to reverse the noising process by converting noisy latent queries to the groundtruth versions in the elegant Transformer decoder framework. Doing so enables the model generate accurate event boundaries from even noisy queries during inference. Extensive experiments on the Urban-SED and EPIC-Sounds datasets demonstrate that our model significantly outperforms existing alternatives, with 40+% faster convergence in training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes