CVFeb 3

SlowFocus: Enhancing Fine-grained Temporal Understanding in Video LLM

arXiv:2602.03589v126 citationsh-index: 28NIPS
AI Analysis

This addresses a bottleneck in video LLMs for researchers and practitioners working on fine-grained temporal understanding, representing a novel method for a known bottleneck.

The paper tackles the problem of video LLMs struggling to balance frame-level semantic information and video-level temporal information for fine-grained video understanding by introducing the SlowFocus mechanism, which enhances equivalent sampling frequency without compromising frame-level visual tokens and achieves superior performance on existing benchmarks and their proposed FineAction-CGR benchmark.

Large language models (LLMs) have demonstrated exceptional capabilities in text understanding, which has paved the way for their expansion into video LLMs (Vid-LLMs) to analyze video data. However, current Vid-LLMs struggle to simultaneously retain high-quality frame-level semantic information (i.e., a sufficient number of tokens per frame) and comprehensive video-level temporal information (i.e., an adequate number of sampled frames per video). This limitation hinders the advancement of Vid-LLMs towards fine-grained video understanding. To address this issue, we introduce the SlowFocus mechanism, which significantly enhances the equivalent sampling frequency without compromising the quality of frame-level visual tokens. SlowFocus begins by identifying the query-related temporal segment based on the posed question, then performs dense sampling on this segment to extract local high-frequency features. A multi-frequency mixing attention module is further leveraged to aggregate these local high-frequency details with global low-frequency contexts for enhanced temporal comprehension. Additionally, to tailor Vid-LLMs to this innovative mechanism, we introduce a set of training strategies aimed at bolstering both temporal grounding and detailed temporal reasoning capabilities. Furthermore, we establish FineAction-CGR, a benchmark specifically devised to assess the ability of Vid-LLMs to process fine-grained temporal understanding tasks. Comprehensive experiments demonstrate the superiority of our mechanism across both existing public video understanding benchmarks and our proposed FineAction-CGR.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes