Video Graph Transformer for Video Question Answering
Junbin Xiao, Pan Zhou, Tat-Seng Chua, Shuicheng Yan

TL;DR
The paper introduces a Video Graph Transformer (VGT) that enhances Video Question Answering by explicitly modeling visual object relations and disentangling video and text processing, achieving superior performance without extensive pretraining.
Contribution
It presents a novel dynamic graph transformer module and disentangled video-text transformers, improving reasoning and accuracy in VideoQA tasks beyond prior models.
Findings
VGT outperforms prior arts in pretraining-free scenarios.
Self-supervised pretraining further boosts VGT performance.
VGT demonstrates data efficiency and superior relation reasoning in videos.
Abstract
This paper proposes a Video Graph Transformer (VGT) model for Video Quetion Answering (VideoQA). VGT's uniqueness are two-fold: 1) it designs a dynamic graph transformer module which encodes video by explicitly capturing the visual objects, their relations, and dynamics for complex spatio-temporal reasoning; and 2) it exploits disentangled video and text Transformers for relevance comparison between the video and text to perform QA, instead of entangled cross-modal Transformer for answer classification. Vision-text communication is done by additional cross-modal interaction modules. With more reasonable video encoding and QA solution, we show that VGT can achieve much better performances on VideoQA tasks that challenge dynamic relation reasoning than prior arts in the pretraining-free scenario. Its performances even surpass those models that are pretrained with millions of external…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Human Pose and Action Recognition · Advanced Image and Video Retrieval Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Laplacian EigenMap · Softmax · Dense Connections · Absolute Position Encodings · Dropout · Byte Pair Encoding · Laplacian Positional Encodings
