Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Contrastive Video Question Answering via Video Graph Transformer

About

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.

Junbin Xiao, Pan Zhou, Angela Yao, Yicong Li, Richang Hong, Shuicheng Yan, Tat-Seng Chua• 2023

Related benchmarks

TaskDatasetResultRank
Video Question AnsweringMSRVTT-QA (test)
Accuracy40
371
Video Question AnsweringMSVD-QA (test)
Accuracy36.4
274
Video Question AnsweringNExT-QA (test)
Accuracy59.69
204
Video Question AnsweringNExT-QA (val)
Overall Acc60.73
176
Video Question AnsweringNEXT-QA
Overall Accuracy59.7
105
Video Question AnsweringTGIF-QA (test)
Accuracy61.7
89
Video Question AnsweringNExT-QA Main Dataset
Accuracy0.6
48
Video Question AnsweringMSR-VTT
Accuracy40
42
Video Question AnsweringSTAR (test)--
42
Transition Video Question AnsweringTGIF-QA (test)
Accuracy97.6
28
Showing 10 of 24 rows

Other info

Code

Follow for update