ReaSon: Reinforced Causal Search with Information Bottleneck for Video Understanding
Yuan Zhou, Litao Hua, Shilong Jin, Wentao Huang, Haoran Duan
TL;DR
ReaSon addresses the challenge of efficient video understanding under token constraints by introducing a Causal Information Bottleneck (CIB) for keyframe selection. It jointly optimizes predictive sufficiency and causal necessity via a reinforced causal search framework, featuring two modules that identify frames informative for answering and causally decisive for reasoning, with a composite reward combining answer accuracy, cycle consistency, and counterfactual signals. The method demonstrates state-of-the-art results across NExT-QA, EgoSchema, and Video-MME under limited-frame budgets and generalizes across multiple vision-language models, validating both efficacy and robustness. This approach provides a principled framework for causal, data-efficient video understanding with practical impact for real-time or resource-constrained scenarios.
Abstract
Keyframe selection has become essential for video understanding with vision-language models (VLMs) due to limited input tokens and the temporal sparsity of relevant information across video frames. Video understanding often relies on effective keyframes that are not only informative but also causally decisive. To this end, we propose Reinforced Causal Search with Information Bottleneck (ReaSon), a framework that formulates keyframe selection as an optimization problem with the help of a novel Causal Information Bottleneck (CIB), which explicitly defines keyframes as those satisfying both predictive sufficiency and causal necessity. Specifically, ReaSon employs a learnable policy network to select keyframes from a visually relevant pool of candidate frames to capture predictive sufficiency, and then assesses causal necessity via counterfactual interventions. Finally, a composite reward aligned with the CIB principle is designed to guide the selection policy through reinforcement learning. Extensive experiments on NExT-QA, EgoSchema, and Video-MME demonstrate that ReaSon consistently outperforms existing state-of-the-art methods under limited-frame settings, validating its effectiveness and generalization ability.
