CVCLMMJun 20, 2024

Towards Event-oriented Long Video Understanding

arXiv:2406.14129v120 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for better evaluation of video understanding in AI, though it is incremental as it builds on existing datasets and methods.

The authors tackled the problem of short-cut bias in video understanding benchmarks by introducing Event-Bench, a long video benchmark with event-related tasks, and proposed VIM, a method to enhance video MLLMs, resulting in GPT-4o achieving 53.33% accuracy and VIM outperforming state-of-the-art models.

With the rapid development of video Multimodal Large Language Models (MLLMs), numerous benchmarks have been proposed to assess their video understanding capability. However, due to the lack of rich events in the videos, these datasets may suffer from the short-cut bias that the answers can be deduced from a few frames, without the need to watch the entire video. To address this issue, we introduce Event-Bench, an event-oriented long video understanding benchmark built on existing datasets and human annotations. Event-Bench includes six event-related tasks and 2,190 test instances to comprehensively evaluate video event understanding ability. Additionally, we propose Video Instruction Merging~(VIM), a cost-effective method that enhances video MLLMs using merged, event-intensive video instructions, addressing the scarcity of human-annotated, event-intensive data. Extensive experiments show that the best-performing model, GPT-4o, achieves an overall accuracy of 53.33, significantly outperforming the best open-source model by 41.42%. Leveraging an effective instruction synthesis method and an adaptive model architecture, VIM surpasses both state-of-the-art open-source models and GPT-4V on the Event-Bench. All code, data, and models are publicly available at https://github.com/RUCAIBox/Event-Bench.

Code Implementations1 repo
Foundations

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

Your Notes