ASLGSDMLJul 1, 2020

A Transformer-based Audio Captioning Model with Keyword Estimation

arXiv:2007.00222v256 citations
AI Analysis

This addresses the challenge of combinatorial explosion in caption generation for audio events/scenes, which is an incremental improvement for the audio captioning domain.

The paper tackles the problem of word-selection indeterminacy in automated audio captioning (AAC) by proposing TRACKE, a Transformer-based model that simultaneously generates captions and estimates keywords, achieving state-of-the-art performance on a public dataset.

One of the problems with automated audio captioning (AAC) is the indeterminacy in word selection corresponding to the audio event/scene. Since one acoustic event/scene can be described with several words, it results in a combinatorial explosion of possible captions and difficulty in training. To solve this problem, we propose a Transformer-based audio-captioning model with keyword estimation called TRACKE. It simultaneously solves the word-selection indeterminacy problem with the main task of AAC while executing the sub-task of acoustic event detection/acoustic scene classification (i.e., keyword estimation). TRACKE estimates keywords, which comprise a word set corresponding to audio events/scenes in the input audio, and generates the caption while referring to the estimated keywords to reduce word-selection indeterminacy. Experimental results on a public AAC dataset indicate that TRACKE achieved state-of-the-art performance and successfully estimated both the caption and its keywords.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes