CVAISep 10, 2024

Enhancing Long Video Understanding via Hierarchical Event-Based Memory

arXiv:2409.06299v116 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses the challenge of understanding long videos for AI systems, representing an incremental improvement over existing methods.

The authors tackled the problem of information redundancy and obscured key events in long video understanding by proposing HEM-LLM, which uses hierarchical event-based memory to achieve state-of-the-art performance on various tasks.

Recently, integrating visual foundation models into large language models (LLMs) to form video understanding systems has attracted widespread attention. Most of the existing models compress diverse semantic information within the whole video and feed it into LLMs for content comprehension. While this method excels in short video understanding, it may result in a blend of multiple event information in long videos due to coarse compression, which causes information redundancy. Consequently, the semantics of key events might be obscured within the vast information that hinders the model's understanding capabilities. To address this issue, we propose a Hierarchical Event-based Memory-enhanced LLM (HEM-LLM) for better understanding of long videos. Firstly, we design a novel adaptive sequence segmentation scheme to divide multiple events within long videos. In this way, we can perform individual memory modeling for each event to establish intra-event contextual connections, thereby reducing information redundancy. Secondly, while modeling current event, we compress and inject the information of the previous event to enhance the long-term inter-event dependencies in videos. Finally, we perform extensive experiments on various video understanding tasks and the results show that our model achieves state-of-the-art performances.

Foundations

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

Your Notes