# VIOLET : End-to-End Video-Language Transformers with Masked Visual-token   Modeling

**Authors:** Tsu-Jui Fu, Linjie Li, Zhe Gan, Kevin Lin, William Yang, Wang, Lijuan Wang, Zicheng Liu

arXiv: 2111.12681 · 2022-04-19

## TL;DR

VIOLET introduces an end-to-end video-language transformer with explicit temporal modeling and a novel masked visual-token pre-training task, significantly improving performance on video question answering and text-to-video retrieval benchmarks.

## Contribution

The paper proposes VIOLET, a fully end-to-end video-language transformer with explicit temporal modeling and a new pre-training task, Masked Visual-token Modeling, enhancing video understanding capabilities.

## Key findings

- Achieves state-of-the-art results on 5 video question answering tasks.
- Sets new benchmarks on 4 text-to-video retrieval tasks.
- Demonstrates the effectiveness of explicit temporal modeling and MVM pre-training.

## Abstract

A great challenge in video-language (VidL) modeling lies in the disconnection between fixed video representations extracted from image/video understanding models and downstream VidL data. Recent studies try to mitigate this disconnection via end-to-end training. To make it computationally feasible, prior works tend to "imagify" video inputs, i.e., a handful of sparsely sampled frames are fed into a 2D CNN, followed by a simple mean-pooling or concatenation to obtain the overall video representations. Although achieving promising results, such simple approaches may lose temporal information that is essential for performing downstream VidL tasks. In this work, we present VIOLET, a fully end-to-end VIdeO-LanguagE Transformer, which adopts a video transformer to explicitly model the temporal dynamics of video inputs. Further, unlike previous studies that found pre-training tasks on video inputs (e.g., masked frame modeling) not very effective, we design a new pre-training task, Masked Visual-token Modeling (MVM), for better video modeling. Specifically, the original video frame patches are "tokenized" into discrete visual tokens, and the goal is to recover the original visual tokens based on the masked patches. Comprehensive analysis demonstrates the effectiveness of both explicit temporal modeling via video transformer and MVM. As a result, VIOLET achieves new state-of-the-art performance on 5 video question answering tasks and 4 text-to-video retrieval tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2111.12681/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/2111.12681/full.md

## References

89 references — full list in the complete paper: https://tomesphere.com/paper/2111.12681/full.md

---
Source: https://tomesphere.com/paper/2111.12681