Papers › Fine-grained Audible Video Description

Fine-grained Audible Video Description

27 Mar 2023CVPR 2023 1arXiv:2303.15616archive 2025-07-28

Xuyang Shen, Dong Li, Jinxing Zhou, Zhen Qin, Bowen He, Xiaodong Han, Aixuan Li, Yuchao Dai, Lingpeng Kong, Meng Wang, Yu Qiao, Yiran Zhong

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.15616")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: official repository: 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

opennlplab/favdbench officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from OpenNLPLab/FAVDBench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_tensorizer OpenNLPLab/FAVDBench/AVLFormer/src/datasets/caption_tensorizer.py official repository unverified Apache-2.0 (permissive) · cb62e564cc1ccd5b · report
get_image_binaries OpenNLPLab/FAVDBench/AVLFormer/data_prepro/create_image_frame_tsv.py official repository unverified Apache-2.0 (permissive) · 554b85de7a4d1029 · report
get_video_duration OpenNLPLab/FAVDBench/AVLFormer/data_prepro/extract_frames.py official repository unverified Apache-2.0 (permissive) · bb782d82002f6dd0 · report
get_video_fps OpenNLPLab/FAVDBench/AVLFormer/data_prepro/extract_frames.py official repository unverified Apache-2.0 (permissive) · f012c075d57a2112 · report
load_json_cc_fmt OpenNLPLab/FAVDBench/Metrics/EntityScore/score.py official repository unverified Apache-2.0 (permissive) · a4bc56f41ab8b590 · report
load_tsv_to_mem OpenNLPLab/FAVDBench/AVLFormer/data_prepro/create_image_frame_tsv.py official repository unverified Apache-2.0 (permissive) · a5c0446461afb7a8 · report
noun_extracter OpenNLPLab/FAVDBench/Metrics/EntityScore/score.py official repository unverified Apache-2.0 (permissive) · ab1e5ed3de5dc955 · report
ordered_unique OpenNLPLab/FAVDBench/AVLFormer/src/datasets/sampler_utils.py official repository unverified Apache-2.0 (permissive) · 755c1ce09c3477be · report
parse_with_config OpenNLPLab/FAVDBench/AVLFormer/src/configs/config.py official repository unverified Apache-2.0 (permissive) · 9bf9ef86f23d7a76 · report
preprocess OpenNLPLab/FAVDBench/Metrics/EntityScore/score.py official repository unverified Apache-2.0 (permissive) · 815aeecf457a2c0b · report
resize_and_to_binary OpenNLPLab/FAVDBench/AVLFormer/data_prepro/create_image_frame_tsv.py official repository unverified Apache-2.0 (permissive) · 2d81bb25d504d2cc · report
scale OpenNLPLab/FAVDBench/Metrics/AudioScore/score.py official repository unverified Apache-2.0 (permissive) · 61b9403f6307a5c0 · report

Tasks

Language ModelingLanguage ModellingMasked Language ModelingSentenceText GenerationVideo CaptioningVideo DescriptionVideo Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections