SEAL: Semantic Attention Learning for Long Video Representation
Lan Wang, Yujia Chen, Du Tran, Vishnu Naresh Boddeti, Wen-Sheng Chu
TL;DR
SEAL addresses the core challenges of long-video understanding—computational burden, temporal redundancy, and cross-task generalization—by decomposing videos into three semantic token types (scene, object, action) and applying a query-guided attention learning mechanism framed as a fixed-size subset selection. The approach supports both global and streaming processing, enabling efficient handling of arbitrarily long videos. Experimental results on LVBench, MovieChat-1K, and Ego4D-NLQ show state-of-the-art performance across video QA and temporal grounding tasks, with strong generalization using a relatively compact model. The combination of semantic decomposition, relevance-diversity optimizing attention, and flexible prediction heads demonstrates practical impact for scalable long-video understanding.
Abstract
Long video understanding presents challenges due to the inherent high computational complexity and redundant temporal information. An effective representation for long videos must efficiently process such redundancy while preserving essential contents for downstream tasks. This paper introduces SEmantic Attention Learning (SEAL), a novel unified representation for long videos. To reduce computational complexity, long videos are decomposed into three distinct types of semantic entities: scenes, objects, and actions, allowing models to operate on a compact set of entities rather than a large number of frames or pixels. To further address redundancy, we propose an attention learning module that balances token relevance with diversity, formulated as a subset selection optimization problem. Our representation is versatile and applicable across various long video understanding tasks. Extensive experiments demonstrate that SEAL significantly outperforms state-of-the-art methods in video question answering and temporal grounding tasks across diverse benchmarks, including LVBench, MovieChat-1K, and Ego4D.
