paper-with-me

홈 › Papers

An Empirical Study on How Video-LLMs Answer Video Questions

2025-08-21 · Chenhui Gou, Ziyu Ma, Zicheng Duan, Haoyu He, Feng Chen, Akide Liu, Bohan Zhuang, Jianfei Cai, Hamid Rezatofighi arxiv

Taking advantage of large-scale data and pretrained language models, Video Large Language Models (Video-LLMs) have shown strong capabilities in answering video questions. However, most existing efforts focus on improving performance, with limited attention to understanding their internal mechanisms. This paper aims to bridge this gap through a systematic empirical study. To interpret existing VideoLLMs, we adopt attention knockouts as our primary analytical tool and design three variants: Video Temporal Knockout, Video Spatial Knockout, and Language-to-Video Knockout. Then, we apply these three knockouts on different numbers of layers (window of layers). By carefully controlling the window of layers and types of knockouts, we provide two settings: a global setting and a fine-grained setting. Our study reveals three key findings: (1) Global setting indicates Video information extraction primarily occurs in early layers, forming a clear two-stage process -- lower layers focus on perceptual encoding, while higher layers handle abstract reasoning; (2) In the fine-grained setting, certain intermediate layers exert an outsized impact on video question answering, acting as critical outliers, whereas most other layers contribute minimally; (3) In both settings, we observe that spatial-temporal modeling relies more on language-guided retrieval than on intra- and inter-frame self-attention among video tokens, despite the latter's high computational cost. Finally, we demonstrate that these insights can be leveraged to reduce attention computation in Video-LLMs. To our knowledge, this is the first work to systematically uncover how Video-LLMs internally process and understand video content, offering interpretability and efficiency perspectives for future research.

📄 PDF Abstract BibTeX arXiv:2508.15360

Code (0)

등록된 구현이 없습니다.

Tasks

Video Question AnsweringInformation Extraction

Similar Papers 제목 키워드 기반

VideoQA in the Era of LLMs: An Empirical Study

2024-08-08 · Junbin Xiao, Nanxin Huang, Hangyu Qin, Dongyang Li 외

Video Large Language Models (Video-LLMs) are flourishing and has advanced many video-language tasks. As a golden testbed, Video Question Answering (VideoQA) plays pivotal role in Video-LLM developing. This work conducts …

Multimodal Large Language ModelVideo Question AnsweringVideo Understanding

ChineseVideoBench: Benchmarking Multi-modal Large Models for Chinese Video Question Answering

2025-11-23 · Yuxiang Nie, Han Wang, Yongjie Ye, Haiyang Yu 외 arxiv

This paper introduces ChineseVideoBench, a pioneering benchmark specifically designed for evaluating Multimodal Large Language Models (MLLMs) in Chinese Video Question Answering. The growing demand for sophisticated vide…

Video Question Answering

FreeVA: Offline MLLM as Training-Free Video Assistant

2024-05-13 · Wenhao Wu

This paper undertakes an empirical study to revisit the latest advancements in Multimodal Large Language Models (MLLMs): Video Assistant. This study, namely FreeVA, aims to extend existing image-based MLLM to the video d…

FairnessQuestion AnsweringVideo Question Answering

Question-Answering Dense Video Events

2024-09-06 · Hangyu Qin, Junbin Xiao, Angela Yao

This paper presents question-answering on dense video events, a novel task that answers and grounds dense-event questions in long videos, thus challenging MLLMs to faithfully comprehend and reason about multiple events o…

BenchmarkingQuestion AnsweringZero-Shot Video Question Answer

Koala: Key frame-conditioned long video-LLM

2024-04-05 · CVPR 2024 1 · Reuben Tan, Ximeng Sun, Ping Hu, Jui-Hsien Wang 외

Long video question answering is a challenging task that involves recognizing short-term activities and reasoning about their fine-grained relationships. State-of-the-art video Large Language Models (vLLMs) hold promise …

Action RecognitionQuestion AnsweringVideo Question AnsweringVideo Understanding