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

MIST: Multi-modal Iterative Spatial-Temporal Transformer for Long-form Video Question Answering

About

To build Video Question Answering (VideoQA) systems capable of assisting humans in daily activities, seeking answers from long-form videos with diverse and complex events is a must. Existing multi-modal VQA models achieve promising performance on images or short video clips, especially with the recent success of large-scale multi-modal pre-training. However, when extending these methods to long-form videos, new challenges arise. On the one hand, using a dense video sampling strategy is computationally prohibitive. On the other hand, methods relying on sparse sampling struggle in scenarios where multi-event and multi-granularity visual reasoning are required. In this work, we introduce a new model named Multi-modal Iterative Spatial-temporal Transformer (MIST) to better adapt pre-trained models for long-form VideoQA. Specifically, MIST decomposes traditional dense spatial-temporal self-attention into cascaded segment and region selection modules that adaptively select frames and image regions that are closely relevant to the question itself. Visual concepts at different granularities are then processed efficiently through an attention module. In addition, MIST iteratively conducts selection and attention over multiple layers to support reasoning over multiple events. The experimental results on four VideoQA datasets, including AGQA, NExT-QA, STAR, and Env-QA, show that MIST achieves state-of-the-art performance and is superior at computation efficiency and interpretability.

Difei Gao, Luowei Zhou, Lei Ji, Linchao Zhu, Yi Yang, Mike Zheng Shou• 2022

Related benchmarks

TaskDatasetResultRank
Video Question AnsweringNExT-QA (test)
Accuracy57.18
204
Video Question AnsweringNExT-QA (val)
Overall Acc57.2
176
Video Question AnsweringNExT-QA Main Dataset
Accuracy0.572
48
Video Question AnsweringSTAR (test)
Interaction Score55.59
42
Video Question AnsweringAGQA v2 (test)
Object-relation51.7
30
Video Question AnsweringSTAR (val)
Mean Score51.13
22
Video Question AnsweringAGQA 2.0
Object-relation Accuracy51.43
15
Video Question AnsweringAGQA v1 (test)
Binary Accuracy63.36
12
Video Question AnsweringAGQA v2
Object Relations Acc51.7
12
Video Question AnsweringSTAR v1.0 (test)
Interaction Accuracy55.5
10
Showing 10 of 16 rows

Other info

Code

Follow for update