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

Location-aware Graph Convolutional Networks for Video Question Answering

About

We addressed the challenging task of video question answering, which requires machines to answer questions about videos in a natural language form. Previous state-of-the-art methods attempt to apply spatio-temporal attention mechanism on video frame features without explicitly modeling the location and relations among object interaction occurred in videos. However, the relations between object interaction and their location information are very critical for both action recognition and question reasoning. In this work, we propose to represent the contents in the video as a location-aware graph by incorporating the location information of an object into the graph construction. Here, each node is associated with an object represented by its appearance and location features. Based on the constructed graph, we propose to use graph convolution to infer both the category and temporal locations of an action. As the graph is built on objects, our method is able to focus on the foreground action contents for better video question answering. Lastly, we leverage an attention mechanism to combine the output of graph convolution and encoded question features for final answer reasoning. Extensive experiments demonstrate the effectiveness of the proposed methods. Specifically, our method significantly outperforms state-of-the-art methods on TGIF-QA, Youtube2Text-QA, and MSVD-QA datasets. Code and pre-trained models are publicly available at: https://github.com/SunDoge/L-GCN

Deng Huang, Peihao Chen, Runhao Zeng, Qing Du, Mingkui Tan, Chuang Gan• 2020

Related benchmarks

TaskDatasetResultRank
Video Question AnsweringMSRVTT-QA
Accuracy33.7
481
Video Question AnsweringMSVD-QA
Accuracy34.3
340
Video Question AnsweringMSVD-QA (test)--
274
Video Question AnsweringNExT-QA (test)
Accuracy49.54
204
Video Question AnsweringNExT-QA (val)
Overall Acc48.52
176
Video Question AnsweringTGIF-QA
Accuracy74.3
147
Video Question AnsweringTGIF-QA (test)--
89
Transition Video Question AnsweringTGIF-QA (test)
Accuracy81.1
28
Video Question AnsweringTGIF-QA Action original (test)
Accuracy74.3
17
Frame-QATGIF-QA
Accuracy56.3
14
Showing 10 of 12 rows

Other info

Follow for update