Language Model Guided Interpretable Video Action Reasoning
Ning Wang, Guangming Zhu, HS Li, Liang Zhang, Syed Afaq Ali Shah, Mohammed Bennamoun
TL;DR
LaIAR addresses the challenge of interpretable video action recognition by leveraging a language model to guide the training of a video model. It introduces a decoupled cross-modal framework centered on a shared DT-Former that learns from visual and semantic relations, with a threefold learning scheme: visual-semantic joint embedding, token-selection supervision, and cross-modal learning. The approach yields state-of-the-art performance on Charades and CAD-120 while providing explicit, interpretable reasoning through relational transitions mapped to semantic labels. This language-informed training paradigm enhances robustness to domain shifts and offers practical, evidence-backed explanations without requiring language inputs at inference time.
Abstract
While neural networks have excelled in video action recognition tasks, their black-box nature often obscures the understanding of their decision-making processes. Recent approaches used inherently interpretable models to analyze video actions in a manner akin to human reasoning. These models, however, usually fall short in performance compared to their black-box counterparts. In this work, we present a new framework named Language-guided Interpretable Action Recognition framework (LaIAR). LaIAR leverages knowledge from language models to enhance both the recognition capabilities and the interpretability of video models. In essence, we redefine the problem of understanding video model decisions as a task of aligning video and language models. Using the logical reasoning captured by the language model, we steer the training of the video model. This integrated approach not only improves the video model's adaptability to different domains but also boosts its overall performance. Extensive experiments on two complex video action datasets, Charades & CAD-120, validates the improved performance and interpretability of our LaIAR framework. The code of LaIAR is available at https://github.com/NingWang2049/LaIAR.
