paper-with-me

Papers

MovieChat+: Question-aware Sparse Memory for Long Video Question Answering

2024-04-26 · Enxin Song, Wenhao Chai, Tian Ye, Jenq-Neng Hwang, Xi Li, Gaoang Wang

Recently, integrating video foundation models and large language models to build a video understanding system can overcome the limitations of specific pre-defined vision tasks. Yet, existing methods either employ complex spatial-temporal modules or rely heavily on additional perception models to extract temporal features for video understanding, and they only perform well on short videos. For long videos, the computational complexity and memory costs associated with long-term temporal connections are significantly increased, posing additional challenges.Taking advantage of the Atkinson-Shiffrin memory model, with tokens in Transformers being employed as the carriers of memory in combination with our specially designed memory mechanism, we propose MovieChat to overcome these challenges. We lift pre-trained multi-modal large language models for understanding long videos without incorporating additional trainable temporal modules, employing a zero-shot approach. MovieChat achieves state-of-the-art performance in long video understanding, along with the released MovieChat-1K benchmark with 1K long video, 2K temporal grounding labels, and 14K manual annotations for validation of the effectiveness of our method. The code along with the dataset can be accessed via the following https://github.com/rese1f/MovieChat.

📄 PDF Abstract BibTeX arXiv:2404.17176

Code (1)

rese1f/MovieChat 공식 구현 pytorch

Tasks

2kQuestion AnsweringVideo Question AnsweringVideo Understanding

Similar Papers 제목 키워드 기반

MovieChat: From Dense Token to Sparse Memory for Long Video Understanding

2023-07-31 · CVPR 2024 1 · Enxin Song, Wenhao Chai, Guanhong Wang, Yucheng Zhang 외

Recently, integrating video foundation models and large language models to build a video understanding system can overcome the limitations of specific pre-defined vision tasks. Yet, existing systems can only handle video…

Multiple-choiceQuestion AnsweringVideo-based Generative Performance BenchmarkingVideo-based Generative Performance Benchmarking (Consistency)+12

Hierarchical Memory for Long Video QA

2024-06-30 · Yiqin Wang, Haoji Zhang, Yansong Tang, Yong liu 외

This paper describes our champion solution to the LOVEU Challenge @ CVPR'24, Track 1 (Long Video VQA). Processing long sequences of visual tokens is computationally expensive and memory-intensive, making long video quest…

GPUQuestion AnsweringVideo Question AnsweringVisual Question Answering (VQA)

Hallucination Mitigation Prompts Long-term Video Understanding

2024-06-17 · Yiwei Sun, Zhihang Liu, Chuanbin Liu, Bowei Pu 외

Recently, multimodal large language models have made significant advancements in video understanding tasks. However, their ability to understand unprocessed long videos is very limited, primarily due to the difficulty in…

Answer GenerationHallucinationIn-Context LearningQuestion Answering+2

ReWind: Understanding Long Videos with Instructed Learnable Memory

2024-11-23 · CVPR 2025 1 · Anxhelo Diko, Tinghuai Wang, Wassim Swaileh, Shiyan Sun 외

Vision-Language Models (VLMs) are crucial for applications requiring integrated understanding textual and visual information. However, existing VLMs struggle with long videos due to computational inefficiency, memory lim…

Large Language ModelQuestion AnsweringVideo UnderstandingVisual Question Answering+1

MemoryCard: Topic-Aware Multi-Modal Clue Compression for Long-Video Question Answering

2026-06-04 · Qing Yang, Pengcheng Huang, Xinze Li, Zhenghao Liu 외 arxiv

Long-video question answering remains challenging for Vision-Language Models (VLMs), as answer-relevant evidence is often sparse, transient, and temporally dispersed across lengthy video contexts. Existing frame-centric …

Video Question Answering