paper-with-me

홈 › Papers

LVCHAT: Facilitating Long Video Comprehension

2024-02-19 · Yu Wang, Zeyuan Zhang, Julian McAuley, Zexue He

Enabling large language models (LLMs) to read videos is vital for multimodal LLMs. Existing works show promise on short videos whereas long video (longer than e.g.~1 minute) comprehension remains challenging. The major problem lies in the over-compression of videos, i.e., the encoded video representations are not enough to represent the whole video. To address this issue, we propose Long Video Chat (LVChat), where Frame-Scalable Encoding (FSE) is introduced to dynamically adjust the number of embeddings in alignment with the duration of the video to ensure long videos are not overly compressed into a few embeddings. To deal with long videos whose length is beyond videos seen during training, we propose Interleaved Frame Encoding (IFE), repeating positional embedding and interleaving multiple groups of videos to enable long video input, avoiding performance degradation due to overly long videos. Experimental results show that LVChat significantly outperforms existing methods by up to 27\% in accuracy on long-video QA datasets and long-video captioning benchmarks. Our code is published at https://github.com/wangyu-ustc/LVChat.

📄 PDF Abstract BibTeX arXiv:2402.12079

Code (1)

wangyu-ustc/lvchat 공식 구현 pytorch

Tasks

Video Captioning

Similar Papers 제목 키워드 기반

Video-Bench: A Comprehensive Benchmark and Toolkit for Evaluating Video-based Large Language Models

2023-11-27 · Munan Ning, Bin Zhu, Yujia Xie, Bin Lin 외

Video-based large language models (Video-LLMs) have been recently introduced, targeting both fundamental improvements in perception and comprehension, and a diverse range of user inquiries. In pursuit of the ultimate goa…

Decision MakingQuestion Answering

Goldfish: Vision-Language Understanding of Arbitrarily Long Videos

2024-07-17 · Kirolos Ataallah, Xiaoqian Shen, Eslam Abdelrahman, Essam Sleiman 외

Most current LLM-based models for video understanding can process videos within minutes. However, they struggle with lengthy videos due to challenges such as "noise and redundancy", as well as "memory and computation" co…

RetrievalVideo Understanding

Eagle 2.5: Boosting Long-Context Post-Training for Frontier Vision-Language Models

2025-04-21 · Guo Chen, Zhiqi Li, Shihao Wang, Jindong Jiang 외

We introduce Eagle 2.5, a family of frontier vision-language models (VLMs) for long-context multimodal learning. Our work addresses the challenges in long video comprehension and high-resolution image understanding, intr…

MMEVideo MMEVideo Understanding

LVBench: An Extreme Long Video Understanding Benchmark

2024-06-12 · Weihan Wang, Zehai He, Wenyi Hong, Yean Cheng 외

Recent progress in multimodal large language models has markedly enhanced the understanding of short videos (typically under one minute), and several evaluation datasets have emerged accordingly. However, these advanceme…

Decision MakingVideo Understanding

MMBench-Video: A Long-Form Multi-Shot Benchmark for Holistic Video Understanding

2024-06-20 · Xinyu Fang, Kangrui Mao, Haodong Duan, Xiangyu Zhao 외

The advent of large vision-language models (LVLMs) has spurred research into their applications in multi-modal contexts, particularly in video understanding. Traditional VideoQA benchmarks, despite providing quantitative…

FormVideo Understanding