OmniVideo-100K: A Dataset for Audio-Visual Reasoning through Structured Video Scripting
Field: Computer Vision (CV) Authors: Xinyue Cai, Chaoyou Fu, Yi-Fan Zhang arXiv: 2606.14702
Abstract
Current automated pipelines for audio-visual Question Answering (QA) generally adopt a "video-caption-QA" paradigm. However, these methods typically segment videos into short clips and generate separate descriptions for audio and visual modalities. This decoupled processing severs inherent associations between sounds and their visual sources, while independent clip processing often causes inconsistent descriptions of the same entity across segments. Furthermore, coupling long-text comprehension and QA synthesis into a single step often restricts models to localized events, yielding questions lacking long-term temporal connections and deep cross-modal reasoning.
Proposed Approach
The authors propose an automated data engine featuring two mechanisms:
1. Entity-Anchored Video Scripting — converts videos into structured scripts comprising a summary, a list of main entities, and segmented audio-visual descriptions. The entity list serves as a global prior, ensuring consistent cross-segment references and restoring audio-visual associations. 2. Cue-Guided QA Generation — prompts the model to first mine cross-segment, multimodal cues from the script, then generate QA pairs grounded in these high-value cues.
Results
Using this pipeline, the authors construct:
- OmniVideo-100K: a large-scale instruction fine-tuning dataset
- OmniVideo-Test: a human-verified test set
--- *Source: zhichai.net forum post, auto-collected 2026-06-16.*