CVMMFeb 27, 2023

Contrastive Video Question Answering via Video Graph Transformer

arXiv:2302.13668v263 citationsh-index: 72Has Code
Originality Incremental advance
AI Analysis

This advances video question answering from coarse recognition toward fine-grained relation reasoning, though it appears incremental as it builds on existing contrastive learning and transformer approaches.

The paper tackles video question answering by proposing CoVGT, a contrastive learning model with a video graph transformer that explicitly captures objects, relations, and dynamics for spatio-temporal reasoning, achieving superior performance over previous methods and even surpassing models pretrained with millions of external data.

We propose to perform video question answering (VideoQA) in a Contrastive manner via a Video Graph Transformer model (CoVGT). CoVGT's uniqueness and superiority are three-fold: 1) It proposes a dynamic graph transformer module which encodes video by explicitly capturing the visual objects, their relations and dynamics, for complex spatio-temporal reasoning. 2) It designs separate video and text transformers for contrastive learning between the video and text to perform QA, instead of multi-modal transformer for answer classification. Fine-grained video-text communication is done by additional cross-modal interaction modules. 3) It is optimized by the joint fully- and self-supervised contrastive objectives between the correct and incorrect answers, as well as the relevant and irrelevant questions respectively. With superior video encoding and QA solution, we show that CoVGT can achieve much better performances than previous arts on video reasoning tasks. Its performances even surpass those models that are pretrained with millions of external data. We further show that CoVGT can also benefit from cross-modal pretraining, yet with orders of magnitude smaller data. The results demonstrate the effectiveness and superiority of CoVGT, and additionally reveal its potential for more data-efficient pretraining. We hope our success can advance VideoQA beyond coarse recognition/description towards fine-grained relation reasoning of video contents. Our code is available at https://github.com/doc-doc/CoVGT.

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