SDCVLGASOct 20, 2022

Play It Back: Iterative Attention for Audio Recognition

arXiv:2210.11328v25 citationsh-index: 44
AI Analysis

This addresses audio classification for applications like sound event detection, with incremental improvements through iterative attention mechanisms.

The paper tackles the problem of fine-grained audio recognition by proposing an attention-based architecture that selectively replays discriminative sounds to improve prediction confidence, achieving state-of-the-art performance on AudioSet, VGG-Sound, and EPIC-KITCHENS-100 benchmarks.

A key function of auditory cognition is the association of characteristic sounds with their corresponding semantics over time. Humans attempting to discriminate between fine-grained audio categories, often replay the same discriminative sounds to increase their prediction confidence. We propose an end-to-end attention-based architecture that through selective repetition attends over the most discriminative sounds across the audio sequence. Our model initially uses the full audio sequence and iteratively refines the temporal segments replayed based on slot attention. At each playback, the selected segments are replayed using a smaller hop length which represents higher resolution features within these segments. We show that our method can consistently achieve state-of-the-art performance across three audio-classification benchmarks: AudioSet, VGG-Sound, and EPIC-KITCHENS-100.

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