Watch and Listen: Understanding Audio-Visual-Speech Moments with Multimodal LLM
Zinuo Li, Xian Zhang, Yongxin Guo, Mohammed Bennamoun, Farid Boussaid, Girish Dwivedi, Luqi Gong, Qiuhong Ke
TL;DR
This work tackles robust multimodal temporal video understanding by introducing TriSense, a triple-modality LLM with a Query-Based Connector that adaptively fuses vision, audio, and speech based on the query. To support learning across diverse modality configurations and long-form content, the authors build TriSense-2M, a 2-million-sample omni-modal dataset with long videos and explicit modality dropout handling. Empirical results show TriSense achieving state-of-the-art performance on segment captioning and moment retrieval across multiple modality configurations, demonstrating strong generalization under missing or noisy inputs. The approach advances practical video analysis by enabling flexible, query-driven multimodal reasoning and temporal alignment, with public code and data planned.
Abstract
Humans naturally understand moments in a video by integrating visual and auditory cues. For example, localizing a scene in the video like "A scientist passionately speaks on wildlife conservation as dramatic orchestral music plays, with the audience nodding and applauding" requires simultaneous processing of visual, audio, and speech signals. However, existing models often struggle to effectively fuse and interpret audio information, limiting their capacity for comprehensive video temporal understanding. To address this, we present TriSense, a triple-modality large language model designed for holistic video temporal understanding through the integration of visual, audio, and speech modalities. Central to TriSense is a Query-Based Connector that adaptively reweights modality contributions based on the input query, enabling robust performance under modality dropout and allowing flexible combinations of available inputs. To support TriSense's multimodal capabilities, we introduce TriSense-2M, a high-quality dataset of over 2 million curated samples generated via an automated pipeline powered by fine-tuned LLMs. TriSense-2M includes long-form videos and diverse modality combinations, facilitating broad generalization. Extensive experiments across multiple benchmarks demonstrate the effectiveness of TriSense and its potential to advance multimodal video analysis. Code and dataset will be publicly released.
