Video-of-Thought: Step-by-Step Video Reasoning from Perception to Cognition

Hao Fei, Shengqiong Wu, Wei Ji, Hanwang Zhang, Meishan Zhang, Mong Li Lee, W. Hsu

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

chain-of-thought video-understanding multimodal-llm video-reasoning video-qa scene-graph pixel-level spatial-temporal

Abstract

Existing research of video understanding still struggles to achieve in-depth comprehension and reasoning in complex videos, primarily due to the under-exploration of two key bottlenecks: fine-grained spatial-temporal perceptive understanding and cognitive-level video scene comprehension. This paper bridges the gap by presenting a novel solution. We first introduce a novel video Multimodal Large Language Model (MLLM), MotionEpic, which achieves fine-grained pixel-level spatial-temporal video grounding by integrating video spatial-temporal scene graph (STSG) representation. Building upon MotionEpic, we then develop a Video-of-Thought (VoT) reasoning framework. VoT inherits the Chain-of-Thought (CoT) core, breaking down a complex task into simpler and manageable sub-problems, and addressing them step-by-step from a low-level pixel perception to high-level cognitive interpretation. Extensive experiments across various complex video QA benchmarks demonstrate that our overall framework strikingly boosts existing state-of-the-art. To our knowledge, this is the first attempt at successfully implementing the CoT technique for achieving human-level video reasoning, where we show great potential in extending it to a wider range of video understanding scenarios. Project is open at https://haofei.vip/VoT

한국어 요약

한 줄 요약

Video-of-Thought(VoT)는 MotionEpic이라는 새로운 비디오 MLLM과 CoT 기반 추론 프레임워크를 결합하여 복잡한 비디오 QA 성능을 획기적으로 향상시킨다.

핵심 기여도

핵심 아이디어

기존 연구는 복잡한 비디오에 대한 깊은 이해와 추론에 어려움을 겪고 있다. 이에 본 연구는 인간의 인지 패턴을 모방하여, **low-level pixel perception**에서 **high-level cognitive interpretation**까지 단계적으로 문제를 분해하고 해결하는 **Video-of-Thought(VoT)** 프레임워크를 제안한다. VoT는 **Chain-of-Thought(CoT)** 기법을 비디오 추론에 최초로 적용한 것으로, 복잡한 비디오 QA 문제를 5단계로 분해하여 처리한다.

이를 위해, **MotionEpic**이라는 새로운 비디오 MLLM이 개발되며, 이는 **STSG**(Spatial-Temporal Scene Graph)를 통한 시공간 인식을 구현한다. MotionEpic은 ViT-L/14 인코더와 Q-Former 프로젝터를 사용하며, **Graph Transformer**를 재구성하여 STSG 정보를 인코딩한다. 이 모델은 비디오와 STSG 간의 **fine-grained pixel-level spatial-temporal grounding**을 가능하게 하며, 추론 과정에서 STSG 없이도 작동할 수 있도록 설계되었다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 **비디오 추론 분야에서 CoT 기법의 첫 적용**으로, 인간 수준의 비디오 이해를 가능하게 하는 중요한 발전을 이루었다. 특히, **STSG 기반의 시공간 인식**과 **인식적 추론**을 결합한 구조는 기존 모델들이 부족했던 복잡한 비디오 해석 능력을 보완한다.

하지만, **STSG 생성 과정의 자동화 수준**이나 **대규모 비디오 데이터셋에 대한 일반화 가능성**은 아직 명시되지 않았으며, 추후 연구에서 보완이 필요하다. 또한, **비디오 외 다른 멀티모달 입력**(예: 오디오, 텍스트)에 대한 확장 가능성도 언급되지 않았다.

실용적 활용

VoT는 **자율주행**, **보안 감시**, **교육 콘텐츠 분석** 등 복잡한 비디오 해석이 필요한 산업에 적용 가능하다. 특히, **사전 학습 없이도 정확도를 유지하는 zero-shot 성능**은 빠른 도입과 활용에 유리하며, **인간 수준의 추론 과정**은 의료, 법정 증거 분석 등 정확도가 중요한 분야에서도 활용 가능하다.