Leveraging Language Model Capabilities for Sound Event Detection
Hualei Wang, Jianguo Mao, Zhifang Guo, Jiarui Wan, Hong Liu, Xiangdong Wang
TL;DR
This work tackles the challenge of precise sound event detection by leveraging language models to describe events and their temporal locations, bridging audio and text modalities. It introduces SED-LM, an end-to-end framework where a pretrained audio encoder and a language-model-based decoder are connected through cross-attention, with autoregressive text generation guiding event labeling. Experiments on the DCASE 2023 Task4 dataset show that BEATs encoder with a BERT decoder achieves strong EB-F1 and IB-F1 scores, and that performance is heavily influenced by text templates, decoding strategy, and text augmentation. The approach demonstrates the viability of multimodal, language-guided SED for improved timestamp precision and event classification, offering a flexible framework adaptable to different audio features and language models.
Abstract
Large language models reveal deep comprehension and fluent generation in the field of multi-modality. Although significant advancements have been achieved in audio multi-modality, existing methods are rarely leverage language model for sound event detection (SED). In this work, we propose an end-to-end framework for understanding audio features while simultaneously generating sound event and their temporal location. Specifically, we employ pretrained acoustic models to capture discriminative features across different categories and language models for autoregressive text generation. Conventional methods generally struggle to obtain features in pure audio domain for classification. In contrast, our framework utilizes the language model to flexibly understand abundant semantic context aligned with the acoustic representation. The experimental results showcase the effectiveness of proposed method in enhancing timestamps precision and event classification.
