SMART: Shot-Aware Multimodal Video Moment Retrieval with Audio-Enhanced MLLM
An Yu, Weiheng Lu, Jian Li, Zhenfei Zhang, Yunhang Shen, Felix X. -F. Ye, Ming-Ching Chang
TL;DR
SMART addresses video moment retrieval by combining audio-enhanced multimodal representations with shot-aware token compression to enable fine-grained temporal reasoning over long video sequences. The method uses a dual-branch encoder (visual via EVA-CLIP and Q-Former; audio via BEATs) and a LoRA-tuned LLM, forming a multimodal prompt that targets temporal segments. A two-stage STC module identifies keyframes and compresses within shots to reduce redundancy while preserving dynamic cues. Experiments on Charades-STA and QVHighlights show consistent state-of-the-art gains, especially for queries requiring precise temporal localization and cross-modal grounding, demonstrating improved efficiency and scalability. The work advances practical multimodal moment retrieval with potential impact on search, summarization, and surveillance applications.
Abstract
Video Moment Retrieval is a task in video understanding that aims to localize a specific temporal segment in an untrimmed video based on a natural language query. Despite recent progress in moment retrieval from videos using both traditional techniques and Multimodal Large Language Models (MLLM), most existing methods still rely on coarse temporal understanding and a single visual modality, limiting performance on complex videos. To address this, we introduce \textit{S}hot-aware \textit{M}ultimodal \textit{A}udio-enhanced \textit{R}etrieval of \textit{T}emporal \textit{S}egments (SMART), an MLLM-based framework that integrates audio cues and leverages shot-level temporal structure. SMART enriches multimodal representations by combining audio and visual features while applying \textbf{Shot-aware Token Compression}, which selectively retains high-information tokens within each shot to reduce redundancy and preserve fine-grained temporal details. We also refine prompt design to better utilize audio-visual cues. Evaluations on Charades-STA and QVHighlights show that SMART achieves significant improvements over state-of-the-art methods, including a 1.61\% increase in R1@0.5 and 2.59\% gain in R1@0.7 on Charades-STA.
