ASSDFeb 3, 2021

A Global-local Attention Framework for Weakly Labelled Audio Tagging

arXiv:2102.01931v17 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in audio tagging performance for researchers and practitioners working with weakly labelled audio data.

This paper addresses weakly labelled audio tagging, where sound event onset and offset times are unknown. The authors propose a two-stream global-local attention framework that significantly improves performance on the AudioSet dataset by capturing both overall clip information and detailed local event information.

Weakly labelled audio tagging aims to predict the classes of sound events within an audio clip, where the onset and offset times of the sound events are not provided. Previous works have used the multiple instance learning (MIL) framework, and exploited the information of the whole audio clip by MIL pooling functions. However, the detailed information of sound events such as their durations may not be considered under this framework. To address this issue, we propose a novel two-stream framework for audio tagging by exploiting the global and local information of sound events. The global stream aims to analyze the whole audio clip in order to capture the local clips that need to be attended using a class-wise selection module. These clips are then fed to the local stream to exploit the detailed information for a better decision. Experimental results on the AudioSet show that our proposed method can significantly improve the performance of audio tagging under different baseline network architectures.

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