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

Ziyang Wang, Shoubin Yu, Elias Stengel-Eskin, Jaehong Yoon, Feng Cheng, Gedas Bertasius, Mohit Bansal

arXiv:2405.19209 · 2026-07-27 공개 · arXiv · PDF

training-free llm-reasoning long-video video-mme ego-schema hierarchical-structure query-adaptive video-tree

Abstract

Long-form video understanding is complicated by the high redundancy of video data and the abundance of query-irrelevant information. To tackle these challenges, 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 multi-granularity 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 method improves both reasoning accuracy and efficiency. Specifically, VideoTree outperforms existing training-free approaches on EgoSchema and NExT-QA 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 (average 44 minutes), VideoTree achieves better performance than GPT-4V and many other MLLMs that were extensively trained on video data.

한국어 요약

한 줄 요약

VideoTree는 장시간 동영상의 LLM 추론을 위한 트리 기반의 적응적 표현 방식으로, EgoSchema에서 61.1%의 정확도를 달성한다.

핵심 기여도

핵심 아이디어

VideoTree는 장시간 동영상의 정보 과부하와 계층적 구조를 고려하지 못하는 기존 접근법의 한계를 해결하기 위해, 질의에 따라 키프레임을 적응적으로 선택하고 트리 구조로 표현하는 방식을 제안한다. 이는 **Adaptive Breadth Expansion** 모듈을 통해 초기 단계에서 키프레임을 클러스터링하고, **Relevance-Guided Depth Expansion**를 통해 세부 정보를 계층적으로 추가함으로써 실현된다. 이와 같은 트리 구조는 질의와 관련된 정보를 **coarse-to-fine** 방식으로 추출할 수 있도록 설계되어, LLM이 복잡한 질의에 효과적으로 대응할 수 있도록 지원한다.

기술적 접근법

주요 결과

의의 및 한계

VideoTree는 장시간 동영상의 질의에 대한 LLM 추론을 훈련 없이도 효율적으로 수행할 수 있는 구조를 제시하며, 기존 방법 대비 정확도와 추론 시간 모두에서 개선된 성능을 보인다. 특히, 트리 구조를 활용한 계층적 표현은 질의와 관련된 정보를 효과적으로 추출하는 데 기여하며, 다양한 LLM(예: Mistral)에서도 뛰어난 일반화 능력을 보인다. 그러나, 특정 질의 유형이나 복잡한 장면 구조에 대한 한계는 추가 연구가 필요하며, 트리 구조의 깊이와 너비 조절에 대한 최적화도 여전히 개선 가능하다.

실용적 활용

VideoTree는 영화 분석, 장시간 인간 행동 분석, 온라인 강의 요약 등 장시간 동영상이 필요한 산업 및 연구 분야에 적용 가능하다. 특히, 훈련 없이도 높은 정확도와 효율성을 유지하는 점에서, 데이터 수집 및 모델 훈련이 어려운 상황에서 유용하게 활용될 수 있다.