CVMar 27, 2023

Fine-grained Audible Video Description

arXiv:2303.15616v123 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses the need for more comprehensive audio-visual-language modeling in video understanding, though it represents an incremental advancement by extending existing video captioning approaches.

The paper introduces fine-grained audible video description (FAVD), a new task requiring detailed textual descriptions of videos including visual details, object movements, and audio elements, and creates FAVDBench as the first benchmark for this task with new evaluation metrics. The authors propose an audio-visual-language transformer model that achieves competitive performance on this benchmark and demonstrate that using fine-grained descriptions improves video generation quality.

We explore a new task for audio-visual-language modeling called fine-grained audible video description (FAVD). It aims to provide detailed textual descriptions for the given audible videos, including the appearance and spatial locations of each object, the actions of moving objects, and the sounds in videos. Existing visual-language modeling tasks often concentrate on visual cues in videos while undervaluing the language and audio modalities. On the other hand, FAVD requires not only audio-visual-language modeling skills but also paragraph-level language generation abilities. We construct the first fine-grained audible video description benchmark (FAVDBench) to facilitate this research. For each video clip, we first provide a one-sentence summary of the video, ie, the caption, followed by 4-6 sentences describing the visual details and 1-2 audio-related descriptions at the end. The descriptions are provided in both English and Chinese. We create two new metrics for this task: an EntityScore to gauge the completeness of entities in the visual descriptions, and an AudioScore to assess the audio descriptions. As a preliminary approach to this task, we propose an audio-visual-language transformer that extends existing video captioning model with an additional audio branch. We combine the masked language modeling and auto-regressive language modeling losses to optimize our model so that it can produce paragraph-level descriptions. We illustrate the efficiency of our model in audio-visual-language modeling by evaluating it against the proposed benchmark using both conventional captioning metrics and our proposed metrics. We further put our benchmark to the test in video generation models, demonstrating that employing fine-grained video descriptions can create more intricate videos than using captions.

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