CVCLLGJun 4, 2021

MERLOT: Multimodal Neural Script Knowledge Models

arXiv:2106.02636v3449 citations
AI Analysis

It addresses the challenge of contextual event understanding for AI systems, offering a novel approach to multimodal script knowledge without heavy reliance on labeled data.

The paper tackles the problem of multimodal reasoning across time by introducing MERLOT, a model that learns from YouTube videos in a self-supervised manner, achieving state-of-the-art performance on 12 video QA datasets and 80.6% accuracy on Visual Commonsense Reasoning, outperforming similar models by over 3%.

As humans, we understand events in the visual world contextually, performing multimodal reasoning across time to make inferences about the past, present, and future. We introduce MERLOT, a model that learns multimodal script knowledge by watching millions of YouTube videos with transcribed speech -- in an entirely label-free, self-supervised manner. By pretraining with a mix of both frame-level (spatial) and video-level (temporal) objectives, our model not only learns to match images to temporally corresponding words, but also to contextualize what is happening globally over time. As a result, MERLOT exhibits strong out-of-the-box representations of temporal commonsense, and achieves state-of-the-art performance on 12 different video QA datasets when finetuned. It also transfers well to the world of static images, allowing models to reason about the dynamic context behind visual scenes. On Visual Commonsense Reasoning, MERLOT answers questions correctly with 80.6% accuracy, outperforming state-of-the-art models of similar size by over 3%, even those that make heavy use of auxiliary supervised data (like object bounding boxes). Ablation analyses demonstrate the complementary importance of: 1) training on videos versus static images; 2) scaling the magnitude and diversity of the pretraining video corpus; and 3) using diverse objectives that encourage full-stack multimodal reasoning, from the recognition to cognition level.

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