Enhancing Video-LLM Reasoning via Agent-of-Thoughts Distillation
Yudi Shi, Shangzhe Di, Qirui Chen, Weidi Xie
TL;DR
The paper tackles VideoQA by integrating automated Chain-of-Thoughts into Video-LLM training through Agent-of-Thoughts Distillation (AoTD). It builds an agent-based system to decompose complex questions, solves sub-tasks with specialized vision models, and automatically generates CoTs that are verified by an LLM before distilling the reasoning into a Video-LLM. Key contributions include a formal problem formulation with a CoT-aware loss, a practical pipeline for CoT construction and verification, and empirical demonstrations showing improved performance on both multiple-choice and open-ended benchmarks, along with analyses of rationales and transferability. The approach enhances interpretability and accuracy, offering a scalable way to imbue Video-LLMs with structured multi-step reasoning for complex spatial-temporal tasks.
Abstract
This paper tackles the problem of video question answering (VideoQA), a task that often requires multi-step reasoning and a profound understanding of spatial-temporal dynamics. While large video-language models perform well on benchmarks, they often lack explainability and spatial-temporal grounding. In this paper, we propose Agent-of-Thoughts Distillation (AoTD), a method that enhances models by incorporating automatically generated Chain-of-Thoughts (CoTs) into the instruction-tuning process. Specifically, we leverage an agent-based system to decompose complex questions into sub-tasks, and address them with specialized vision models, the intermediate results are then treated as reasoning chains. We also introduce a verification mechanism using a large language model (LLM) to ensure the reliability of generated CoTs. Extensive experiments demonstrate that AoTD improves the performance on multiple-choice and open-ended benchmarks.
