See More, Store Less: Memory-Efficient Resolution for Video Moment Retrieval
Mingyu Jeon, Sungjin Han, Jinkwon Hwang, Minchol Kwon, Jonghee Kim, Junyeong Kim
TL;DR
SMORE addresses the memory bottlenecks in video moment retrieval by delivering dense, query-aligned representations under restricted hardware. It achieves this through three components: query-guided captioning to fuse user intent into captions, query-aware importance modulation to weigh informative content, and structured visual compression to remove redundancy via inter-frame similarity and rank-$k$ SVD. The approach yields state-of-the-art results on QVHighlights, Charades-STA, and ActivityNet-Captions while reducing memory usage, demonstrating practical feasibility for deployment on constrained GPUs. This work advances video-language understanding by showing that high retrieval accuracy and memory efficiency can co-occur, enabling broader accessibility and real-world applicability.
Abstract
Recent advances in Multimodal Large Language Models (MLLMs) have improved image recognition and reasoning, but video-related tasks remain challenging due to memory constraints from dense frame processing. Existing Video Moment Retrieval (VMR) methodologies rely on sparse frame sampling, risking potential information loss, especially in lengthy videos. We propose SMORE (See MORE, store less), a framework that enhances memory efficiency while maintaining high information resolution. SMORE (1) uses query-guided captions to encode semantics aligned with user intent, (2) applies query-aware importance modulation to highlight relevant segments, and (3) adaptively compresses frames to preserve key content while reducing redundancy. This enables efficient video understanding without exceeding memory budgets. Experimental validation reveals that SMORE achieves state-of-the-art performance on QVHighlights, Charades-STA, and ActivityNet-Captions benchmarks.
