SiLVR: A Simple Language-based Video Reasoning Framework
Ce Zhang, Yan-Bo Lin, Ziyang Wang, Mohit Bansal, Gedas Bertasius
TL;DR
SiLVR tackles the challenge of complex video-language reasoning by separating perception from reasoning in a simple, training-free two-stage framework. It converts videos into language-based descriptions via dense clip captions and ASR transcripts, then reasons over these descriptions with a strong LLM, aided by Adaptive Context Reduction to handle long input sequences. The approach achieves state-of-the-art results on multiple long-form and grounding video QA benchmarks, and demonstrates notable knowledge acquisition and temporally grounded QA capabilities without video-specific training. Findings indicate that leveraging powerful reasoning LLMs to fuse multisensory information can yield strong video reasoning performance with a modular, plug-and-play design, offering a strong baseline for future multimodal reasoning work.
Abstract
Recent advances in test-time optimization have led to remarkable reasoning capabilities in Large Language Models (LLMs), enabling them to solve highly complex problems in math and coding. However, the reasoning capabilities of multimodal LLMs (MLLMs) still significantly lag, especially for complex video-language tasks. To address this issue, we present SILVR, a Simple Language-based Video Reasoning framework that decomposes complex video understanding into two stages. In the first stage, SILVR transforms raw video into language-based representations using multisensory inputs, such as short clip captions and audio/speech subtitles. In the second stage, language descriptions are fed into a powerful reasoning LLM to solve complex video-language understanding tasks. To handle long-context multisensory inputs, we use an Adaptive Context Reduction scheme, which dynamically determines the temporal granularity with which to sample the tokens. Our simple, modular, and training-free video reasoning framework achieves the best-reported results on Video-MME (long), Video-MMMU (comprehension), Video-MMLU, CGBench, and EgoLife. Furthermore, our empirical study focused on video reasoning capabilities shows that, despite not being explicitly trained on video, strong reasoning LLMs can effectively aggregate multisensory input information from video, speech, and audio for complex temporal, causal, long-context, and knowledge acquisition reasoning tasks in video. More details can be found at https://sites.google.com/cs.unc.edu/silvr.
