CVJul 21, 2020

Multi-modal Transformer for Video Retrieval

arXiv:2007.10639v1712 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of handling internet-scale video datasets for retrieval tasks, representing an incremental improvement over existing methods.

The paper tackled the problem of retrieving videos relevant to natural language queries by proposing a multi-modal transformer that jointly encodes different modalities in video and models temporal information, achieving state-of-the-art results on three datasets.

The task of retrieving video content relevant to natural language queries plays a critical role in effectively handling internet-scale datasets. Most of the existing methods for this caption-to-video retrieval problem do not fully exploit cross-modal cues present in video. Furthermore, they aggregate per-frame visual features with limited or no temporal information. In this paper, we present a multi-modal transformer to jointly encode the different modalities in video, which allows each of them to attend to the others. The transformer architecture is also leveraged to encode and model the temporal information. On the natural language side, we investigate the best practices to jointly optimize the language embedding together with the multi-modal transformer. This novel framework allows us to establish state-of-the-art results for video retrieval on three datasets. More details are available at http://thoth.inrialpes.fr/research/MMT.

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