CVSep 10, 2021

Temporal Pyramid Transformer with Multimodal Interaction for Video Question Answering

arXiv:2109.04735v12 citations
AI Analysis

This work addresses video question answering, a multimodal AI task, with an incremental improvement over existing approaches.

The paper tackled the challenge of video question answering by addressing underutilized appearance-motion information at multiple temporal scales and ignored question-video interactions, proposing a Temporal Pyramid Transformer model that achieved better performance compared to state-of-the-art methods on three datasets.

Video question answering (VideoQA) is challenging given its multimodal combination of visual understanding and natural language understanding. While existing approaches seldom leverage the appearance-motion information in the video at multiple temporal scales, the interaction between the question and the visual information for textual semantics extraction is frequently ignored. Targeting these issues, this paper proposes a novel Temporal Pyramid Transformer (TPT) model with multimodal interaction for VideoQA. The TPT model comprises two modules, namely Question-specific Transformer (QT) and Visual Inference (VI). Given the temporal pyramid constructed from a video, QT builds the question semantics from the coarse-to-fine multimodal co-occurrence between each word and the visual content. Under the guidance of such question-specific semantics, VI infers the visual clues from the local-to-global multi-level interactions between the question and the video. Within each module, we introduce a multimodal attention mechanism to aid the extraction of question-video interactions, with residual connections adopted for the information passing across different levels. Through extensive experiments on three VideoQA datasets, we demonstrate better performances of the proposed method in comparison with the state-of-the-arts.

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