Understanding Long Videos with Multimodal Language Models
Kanchana Ranasinghe, Xiang Li, Kumara Kahatapitiya, Michael S. Ryoo
TL;DR
This work interrogates whether long-video understanding by LLM-based systems relies more on world knowledge than on video modality. It shows that modality-constrained baselines can perform strongly with minimal video data, then introduces MVU, which extracts three object-centric modalities from video and fuses them through natural language prompts to an LLM, achieving state-of-the-art zero-shot results on EgoSchema, Next-QA, and robotics benchmarks. MVU uses off-the-shelf vision tools to obtain Global Object Information (GOI), Object Spatial Location (OSL), and Object Motion Trajectory (OMT), enabling interpretable, efficient multimodal fusion without video-level training. The study includes extensive ablations and analyses, demonstrating the value of each modality and the effectiveness of likelihood-based selection for fast, reliable MCQ answering.
Abstract
Large Language Models (LLMs) have allowed recent LLM-based approaches to achieve excellent performance on long-video understanding benchmarks. We investigate how extensive world knowledge and strong reasoning skills of underlying LLMs influence this strong performance. Surprisingly, we discover that LLM-based approaches can yield surprisingly good accuracy on long-video tasks with limited video information, sometimes even with no video specific information. Building on this, we explore injecting video-specific information into an LLM-based framework. We utilize off-the-shelf vision tools to extract three object-centric information modalities from videos, and then leverage natural language as a medium for fusing this information. Our resulting Multimodal Video Understanding (MVU) framework demonstrates state-of-the-art performance across multiple video understanding benchmarks. Strong performance also on robotics domain tasks establish its strong generality. Code: https://github.com/kahnchana/mvu
