paper-with-me

Papers

Enhancing Long Video Understanding via Hierarchical Event-Based Memory

2024-09-10 · Dingxin Cheng, Mingda Li, Jingyu Liu, Yongxin Guo, Bin Jiang, Qingbin Liu, Xi Chen, Bo Zhao

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.

📄 PDF Abstract BibTeX arXiv:2409.06299

Code (0)

등록된 구현이 없습니다.

Tasks

Video Understanding

Similar Papers 제목 키워드 기반

ScaleLong: A Multi-Timescale Benchmark for Long Video Understanding

2025-05-29 · David Ma, Huaqing Yuan, Xingjian Wang, Qianbo Zang 외

Although long-video understanding demands that models capture hierarchical temporal information -- from clip (seconds) and shot (tens of seconds) to event (minutes) and story (hours) -- existing benchmarks either neglect…

AvgVideo Understanding

EventMemAgent: Hierarchical Event-Centric Memory for Online Video Understanding with Adaptive Tool Use

2026-02-17 · Siwei Wen, Zhangcheng Wang, Xingjian Zhang, Lei Huang 외 arxiv

Online video understanding requires models to perform continuous perception and long-range reasoning within potentially infinite visual streams. Its fundamental challenge lies in the conflict between the unbounded nature…

Reinforcement Learning

VideoMiner: Iteratively Grounding Key Frames of Hour-Long Videos via Tree-based Group Relative Policy Optimization

2025-10-07 · Xinye Cao, Hongcan Guo, Jiawen Qian, Guoshun Nan 외 arxiv

Understanding hour-long videos with multi-modal large language models (MM-LLMs) enriches the landscape of human-centered AI applications. However, for end-to-end video understanding with LLMs, uniformly sampling video fr…

Reinforcement Learning

RESIN-EDITOR: A Schema-guided Hierarchical Event Graph Visualizer and Editor

2023-12-05 · Khanh Duy Nguyen, Zixuan Zhang, Reece Suchocki, Sha Li 외

In this paper, we present RESIN-EDITOR, an interactive event graph visualizer and editor designed for analyzing complex events. Our RESIN-EDITOR system allows users to render and freely edit hierarchical event graphs ext…

Event-Anchored Frame Selection for Effective Long-Video Understanding

2026-03-01 · Wang Chen, Yongdong Luo, Yuhui Zeng, Luojun Lin 외 arxiv

Massive frame redundancy and limited context window make efficient frame selection crucial for long-video understanding with large vision-language models (LVLMs). Prevailing approaches, however, adopt a flat sampling par…