ASLGSDJul 6, 2020

Temporal Sub-sampling of Audio Feature Sequences for Automated Audio Captioning

arXiv:2007.02676v112 citations
AI Analysis

This work addresses the challenge of generating textual descriptions from audio signals for applications like accessibility or media indexing, but it is incremental as it builds on existing sequence-to-sequence methods.

The paper tackles the problem of automated audio captioning by proposing temporal sub-sampling of audio feature sequences to address the length mismatch between audio and text, resulting in improvements across all evaluated metrics on the Clotho dataset.

Audio captioning is the task of automatically creating a textual description for the contents of a general audio signal. Typical audio captioning methods rely on deep neural networks (DNNs), where the target of the DNN is to map the input audio sequence to an output sequence of words, i.e. the caption. Though, the length of the textual description is considerably less than the length of the audio signal, for example 10 words versus some thousands of audio feature vectors. This clearly indicates that an output word corresponds to multiple input feature vectors. In this work we present an approach that focuses on explicitly taking advantage of this difference of lengths between sequences, by applying a temporal sub-sampling to the audio input sequence. We employ a sequence-to-sequence method, which uses a fixed-length vector as an output from the encoder, and we apply temporal sub-sampling between the RNNs of the encoder. We evaluate the benefit of our approach by employing the freely available dataset Clotho and we evaluate the impact of different factors of temporal sub-sampling. Our results show an improvement to all considered metrics.

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