SOTAVerified

Revealing Single Frame Bias for Video-and-Language Learning

2022-06-07Code Available2· sign in to hype

Jie Lei, Tamara L. Berg, Mohit Bansal

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Training an effective video-and-language model intuitively requires multiple frames as model inputs. However, it is unclear whether using multiple frames is beneficial to downstream tasks, and if yes, whether the performance gain is worth the drastically-increased computation and memory costs resulting from using more frames. In this work, we explore single-frame models for video-and-language learning. On a diverse set of video-and-language tasks (including text-to-video retrieval and video question answering), we show the surprising result that, with large-scale pre-training and a proper frame ensemble strategy at inference time, a single-frame trained model that does not consider temporal information can achieve better performance than existing methods that use multiple frames for training. This result reveals the existence of a strong "static appearance bias" in popular video-and-language datasets. Therefore, to allow for a more comprehensive evaluation of video-and-language models, we propose two new retrieval tasks based on existing fine-grained action recognition datasets that encourage temporal modeling. Our code is available at https://github.com/jayleicn/singularity

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ActivityNet-QASingularity-temporalAccuracy44.1Unverified
ActivityNet-QASingularityAccuracy43.1Unverified
MSRVTT-MCSingularityAccuracy92.1Unverified
MSRVTT-MCSingularity-temporalAccuracy93.7Unverified
MSRVTT-QASingularity-temporalAccuracy43.9Unverified
MSRVTT-QASingularityAccuracy43.5Unverified

Reproductions