Towards Weakly Supervised Text-to-Audio Grounding
Xuenan Xu, Ziyang Ma, Mengyue Wu, Kai Yu
TL;DR
This work advances weakly supervised text-to-audio grounding (WSTAG) by moving from sentence-level to phrase-level supervision to reduce training/test textual mismatch. It analyzes pooling strategies, introduces advanced negative sampling (similarity-based and clustering-based) and self-supervision to refine weak labels, and demonstrates substantial gains over prior WSTAG methods while generalizing to SED datasets. The approach achieves state-of-the-art-like performance on AudioCaps/AudioGrounding and shows robust performance on the DESED dataset, especially for short-duration events. These results underscore the practicality of phrase-level WSTAG for scalable, cross-modal grounding with minimal annotation effort.
Abstract
Text-to-audio grounding (TAG) task aims to predict the onsets and offsets of sound events described by natural language. This task can facilitate applications such as multimodal information retrieval. This paper focuses on weakly-supervised text-to-audio grounding (WSTAG), where frame-level annotations of sound events are unavailable, and only the caption of a whole audio clip can be utilized for training. WSTAG is superior to strongly-supervised approaches in its scalability to large audio-text datasets. Two WSTAG frameworks are studied in this paper: sentence-level and phrase-level. First, we analyze the limitations of mean pooling used in the previous WSTAG approach and investigate the effects of different pooling strategies. We then propose phrase-level WSTAG to use matching labels between audio clips and phrases for training. Advanced negative sampling strategies and self-supervision are proposed to enhance the accuracy of the weak labels and provide pseudo strong labels. Experimental results show that our system significantly outperforms the previous WSTAG SOTA. Finally, we conduct extensive experiments to analyze the effects of several factors on phrase-level WSTAG. The code and model is available at https://github.com/wsntxxn/TextToAudioGrounding.
