SOTAVerified

Leveraging LLM and Text-Queried Separation for Noise-Robust Sound Event Detection

2024-11-02Code Available1· sign in to hype

Han Yin, Yang Xiao, Jisheng Bai, Rohan Kumar Das

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Sound Event Detection (SED) is challenging in noisy environments where overlapping sounds obscure target events. Language-queried audio source separation (LASS) aims to isolate the target sound events from a noisy clip. However, this approach can fail when the exact target sound is unknown, particularly in noisy test sets, leading to reduced performance. To address this issue, we leverage the capabilities of large language models (LLMs) to analyze and summarize acoustic data. By using LLMs to identify and select specific noise types, we implement a noise augmentation method for noise-robust fine-tuning. The fine-tuned model is applied to predict clip-wise event predictions as text queries for the LASS model. Our studies demonstrate that the proposed method improves SED performance in noisy environments. This work represents an early application of LLMs in noise-robust SED and suggests a promising direction for handling overlapping events in SED. Codes and pretrained models are available at https://github.com/apple-yinhan/Noise-robust-SED.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WildDESEDCRNN (with BEATs + Separation)PSDS1 (-5dB)0.13Unverified
WildDESEDCRNN (with BEATs)PSDS1 (-5dB)0.07Unverified

Reproductions