MMViR: A Multi-Modal and Multi-Granularity Representation for Long-range Video Understanding
Zizhong Li, Haopeng Zhang, Jiawei Zhang
TL;DR
MMViR tackles the inefficiency of processing hour-long videos with MLLMs by introducing a tri-level, multi-modal representation that combines a global timeline, coarse action-level summaries, and fine-grained frame-grounded descriptions. The construction pipeline segments videos at turning points, builds a timeline, and generates retrieval-friendly representations that can be selectively expanded for downstream tasks. Across five long-video benchmarks, MMViR achieves superior accuracy while reducing inference latency, demonstrating better efficiency-accuracy trade-offs than prior methods. This work provides a practical framework for scalable long-video understanding with broad applicability to QA, summarization, and retrieval.
Abstract
Long videos, ranging from minutes to hours, present significant challenges for current Multi-modal Large Language Models (MLLMs) due to their complex events, diverse scenes, and long-range dependencies. Direct encoding of such videos is computationally too expensive, while simple video-to-text conversion often results in redundant or fragmented content. To address these limitations, we introduce MMViR, a novel multi-modal, multi-grained structured representation for long video understanding. MMViR identifies key turning points to segment the video and constructs a three-level description that couples global narratives with fine-grained visual details. This design supports efficient query-based retrieval and generalizes well across various scenarios. Extensive evaluations across three tasks, including QA, summarization, and retrieval, show that MMViR outperforms the prior strongest method, achieving a 19.67% improvement in hour-long video understanding while reducing processing latency to 45.4% of the original.
