CVApr 2, 2024

Language Model Guided Interpretable Video Action Reasoning

arXiv:2404.01591v18 citationsh-index: 24Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the trade-off between interpretability and performance in video action recognition for AI researchers, though it appears incremental by building on existing interpretable models.

The authors tackled the problem of improving both performance and interpretability in video action recognition by aligning video and language models, resulting in validated improvements on Charades and CAD-120 datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes