paper-with-me

Papers

VideoTree: Adaptive Tree-based Video Representation for LLM Reasoning on Long Videos

2024-05-29 · CVPR 2025 1 · Ziyang Wang, Shoubin Yu, Elias Stengel-Eskin, Jaehong Yoon, Feng Cheng, Gedas Bertasius, Mohit Bansal

Long-form video understanding has been a challenging task due to the high redundancy in video data and the abundance of query-irrelevant information. To tackle this challenge, we propose VideoTree, a training-free framework which builds a query-adaptive and hierarchical video representation for LLM reasoning over long-form videos. First, VideoTree extracts query-relevant information from the input video through an iterative process, progressively refining the selection of keyframes based on their relevance to the query. Furthermore, VideoTree leverages the inherent hierarchical structure of long video data, which is often overlooked by existing LLM-based methods. Specifically, we incorporate multigranularity information into a tree-based representation, allowing VideoTree to extract query-relevant details from long videos in a coarse-to-fine manner. This enables the model to effectively handle a wide range of video queries with varying levels of detail. Finally, VideoTree aggregates the hierarchical query-relevant information within the tree structure and feeds it into an LLM reasoning model to answer the query. Our experiments show that our training-free method improves both reasoning accuracy and efficiency compared to existing methods. Specifically, VideoTree outperforms the existing training-free approaches on the popular EgoSchema and NExT-QA benchmarks with less inference time, achieving 61.1% and 75.6% accuracy on the test set without additional video-specific training. Moreover, on the long split of Video-MME benchmark (average 44 minutes), the training-free VideoTree framework achieves better performance than the strong proprietary GPT-4V model and other MLLMs that were extensively trained on video data.

📄 PDF Abstract BibTeX arXiv:2405.19209

Code (1)

Ziyang412/VideoTree 공식 구현 pytorch

Tasks

EgoSchemaMMEVideo MMEVideo UnderstandingZero-Shot Video Question Answer

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Searching Videos as Trees: Self-Correcting Agents for Grounded Long Video QA

2026-07-17 · Ce Zhang, Ziyang Wang, Yulu Pan, Oluwatumininu Oguntola 외 arxiv

Grounded long-video question answering (Grounded LVQA) requires answering a question about a long video while localizing the short evidence interval that supports the answer. Recent agentic methods frame this task as mul…

Video Question AnsweringReinforcement Learning

Agentic Keyframe Search for Video Question Answering

2025-03-20 · Sunqi Fan, Meng-Hao Guo, Shuojin Yang

Video question answering (VideoQA) enables machines to extract and comprehend key information from videos through natural language interaction, which is a critical step towards achieving intelligence. However, the demand…

EgoSchemaQuestion AnsweringVideo Question AnsweringVideo Understanding+2

Temporal Tree of Thought: Reasoning-Guided Visual Cue Search for Long-Video Understanding

2026-08-28 · Ziling Huang, Shin'ichi Satoh arxiv

Long-video understanding remains challenging for Multimodal Large Language Models (MLLMs) due to limited context length. Uniform sampling may miss crucial moments, while agent-based frame video understanding methods ofte…

Tree-NeRV: A Tree-Structured Neural Representation for Efficient Non-Uniform Video Encoding

2025-04-17 · Jiancheng Zhao, Yifan Zhan, Qingtian Zhu, Mingze Ma 외

Implicit Neural Representations for Videos (NeRV) have emerged as a powerful paradigm for video representation, enabling direct mappings from frame indices to video frames. However, existing NeRV-based methods do not ful…

ASTRA: Adaptive Semantic Tree Reasoning Architecture for Complex Table Question Answering

2026-04-10 · Xiaoke Guo, Songze Li, Zhiqiang Liu, Zhaoyan Gong 외 arxiv

Table serialization remains a critical bottleneck for Large Language Models (LLMs) in complex table question answering, hindered by challenges such as structural neglect, representation gaps, and reasoning opacity. Exist…

Question Answering