Dissecting Multimodality in VideoQA Transformer Models by Impairing Modality Fusion
Ishaan Singh Rawal, Alexander Matyasko, Shantanu Jaiswal, Basura Fernando, Cheston Tan
TL;DR
The paper tackles whether VideoQA transformers truly learn joint multimodal representations or rely on dataset biases. It introduces QUAG, a lightweight, non-parametric probe that impairs modality fusion by quadrant-wise averaging in attention and evaluates combined dataset-model representations without finetuning. It further develops QUAG-attention, a restricted attention variant, and CLAVI, a stress-test dataset designed to enforce high modality coupling. Across real datasets and synthetic simulations, QUAG reveals that high benchmark accuracy often does not reflect coupled multimodal understanding, while QUAG-attention can drastically reduce computation with minimal loss on several tasks. Together, QUAG and CLAVI uncover brittleness in current VideoQA models and advocate for diagnostic benchmarks that properly stress highly-coupled multimodal representations, with $ ho(m{ ilde{A}}) ext{ bounds}$ illustrating how short-circuiting constrains representation power.
Abstract
While VideoQA Transformer models demonstrate competitive performance on standard benchmarks, the reasons behind their success are not fully understood. Do these models capture the rich multimodal structures and dynamics from video and text jointly? Or are they achieving high scores by exploiting biases and spurious features? Hence, to provide insights, we design $\textit{QUAG}$ (QUadrant AveraGe), a lightweight and non-parametric probe, to conduct dataset-model combined representation analysis by impairing modality fusion. We find that the models achieve high performance on many datasets without leveraging multimodal representations. To validate QUAG further, we design $\textit{QUAG-attention}$, a less-expressive replacement of self-attention with restricted token interactions. Models with QUAG-attention achieve similar performance with significantly fewer multiplication operations without any finetuning. Our findings raise doubts about the current models' abilities to learn highly-coupled multimodal representations. Hence, we design the $\textit{CLAVI}$ (Complements in LAnguage and VIdeo) dataset, a stress-test dataset curated by augmenting real-world videos to have high modality coupling. Consistent with the findings of QUAG, we find that most of the models achieve near-trivial performance on CLAVI. This reasserts the limitations of current models for learning highly-coupled multimodal representations, that is not evaluated by the current datasets (project page: https://dissect-videoqa.github.io ).
