paper-with-me

홈 › Papers

LongVLM: Efficient Long Video Understanding via Large Language Models

2024-04-04 · Yuetian Weng, Mingfei Han, Haoyu He, Xiaojun Chang, Bohan Zhuang

Empowered by Large Language Models (LLMs), recent advancements in Video-based LLMs (VideoLLMs) have driven progress in various video understanding tasks. These models encode video representations through pooling or query aggregation over a vast number of visual tokens, making computational and memory costs affordable. Despite successfully providing an overall comprehension of video content, existing VideoLLMs still face challenges in achieving detailed understanding due to overlooking local information in long-term videos. To tackle this challenge, we introduce LongVLM, a simple yet powerful VideoLLM for long video understanding, building upon the observation that long videos often consist of sequential key events, complex actions, and camera movements. Our approach proposes to decompose long videos into multiple short-term segments and encode local features for each segment via a hierarchical token merging module. These features are concatenated in temporal order to maintain the storyline across sequential short-term segments. Additionally, we propose to integrate global semantics into each local feature to enhance context understanding. In this way, we encode video representations that incorporate both local and global information, enabling the LLM to generate comprehensive responses for long-term videos. Experimental results on the VideoChatGPT benchmark and zero-shot video question-answering datasets demonstrate the superior capabilities of our model over the previous state-of-the-art methods. Qualitative examples show that our model produces more precise responses for long video understanding. Code is available at https://github.com/ziplab/LongVLM.

📄 PDF Abstract BibTeX arXiv:2404.03384

Code (1)

ziplab/longvlm 공식 구현 pytorch

Tasks

Question AnsweringVideo Question AnsweringVideo Understanding

Similar Papers 제목 키워드 기반

From Seconds to Hours: Reviewing MultiModal Large Language Models on Comprehensive Long Video Understanding

2024-09-27 · Heqing Zou, Tianze Luo, Guiyang Xie, Victor 외

The integration of Large Language Models (LLMs) with visual encoders has recently shown promising performance in visual understanding tasks, leveraging their inherent capability to comprehend and generate human-like text…

Video UnderstandingVisual Reasoning

HLV-1K: A Large-scale Hour-Long Video Benchmark for Time-Specific Long Video Understanding

2025-01-03 · Heqing Zou, Tianze Luo, Guiyang Xie, Victor Xiao Jie Zhang 외

Multimodal large language models have become a popular topic in deep visual understanding due to many promising real-world applications. However, hour-long video understanding, spanning over one hour and containing tens …

Question AnsweringVideo Understanding

VideoINSTA: Zero-shot Long Video Understanding via Informative Spatial-Temporal Reasoning with LLMs

2024-09-30 · Ruotong Liao, Max Erler, Huiyu Wang, Guangyao Zhai 외

In the video-language domain, recent works in leveraging zero-shot Large Language Model-based reasoning for video understanding have become competitive challengers to previous end-to-end models. However, long video under…

EgoSchemaLanguage ModellingLarge Language ModelQuestion Answering+3

Visual Context Window Extension: A New Perspective for Long Video Understanding

2024-09-30 · Hongchen Wei, Zhenzhong Chen

Large Multimodal Models (LMMs) have demonstrated impressive performance in short video understanding tasks but face great challenges when applied to long video understanding. In contrast, Large Language Models (LLMs) exh…

Video Understanding

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

2024-03-15 · Xiaohan Wang, Yuhui Zhang, Orr Zohar, Serena Yeung-Levy

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 vide…

EgoSchemaFormLanguage ModelingLanguage Modelling+3