CVAICLIRMar 15, 2024

VideoAgent: Long-form Video Understanding with Large Language Model as Agent

Stanford
arXiv:2403.10517v1315 citationsh-index: 19ECCV
Originality Highly original
AI Analysis

This addresses the challenge of reasoning over long multi-modal sequences in computer vision, offering a novel agent-based approach that improves efficiency and accuracy for video understanding tasks.

The paper tackles long-form video understanding by introducing VideoAgent, an agent-based system using a large language model to iteratively compile information from vision-language tools, achieving 54.1% and 71.3% zero-shot accuracy on EgoSchema and NExT-QA benchmarks with only about 8 frames used on average.

Long-form video understanding represents a significant challenge within computer vision, demanding a model capable of reasoning over long multi-modal sequences. Motivated by the human cognitive process for long-form video understanding, we emphasize interactive reasoning and planning over the ability to process lengthy visual inputs. We introduce a novel agent-based system, VideoAgent, that employs a large language model as a central agent to iteratively identify and compile crucial information to answer a question, with vision-language foundation models serving as tools to translate and retrieve visual information. Evaluated on the challenging EgoSchema and NExT-QA benchmarks, VideoAgent achieves 54.1% and 71.3% zero-shot accuracy with only 8.4 and 8.2 frames used on average. These results demonstrate superior effectiveness and efficiency of our method over the current state-of-the-art methods, highlighting the potential of agent-based approaches in advancing long-form video understanding.

Code Implementations2 repos
Foundations

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

Your Notes