paper-with-me

Papers

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

2021-11-24 · Tsu-Jui Fu, Linjie Li, Zhe Gan, Kevin Lin, William Yang Wang, Lijuan Wang, Zicheng Liu

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.

📄 PDF Abstract BibTeX arXiv:2111.12681

Code (1)

tsujuifu/pytorch_violet 공식 구현 pytorch

Tasks

Question AnsweringRetrievalText to Video RetrievalVideo Question AnsweringVideo RetrievalVideo UnderstandingZero-Shot Video Retrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

An Empirical Study of End-to-End Video-Language Transformers with Masked Visual Modeling

2022-09-04 · CVPR 2023 1 · Tsu-Jui Fu, Linjie Li, Zhe Gan, Kevin Lin 외

Masked visual modeling (MVM) has been recently proven effective for visual pre-training. While similar reconstructive objectives on video inputs (e.g., masked frame modeling) have been explored in video-language (VidL) p…

Fill MaskOptical Flow EstimationQuestion AnsweringRetrieval+8

All in One: Exploring Unified Video-Language Pre-training

2022-03-14 · CVPR 2023 1 · Alex Jinpeng Wang, Yixiao Ge, Rui Yan, Yuying Ge 외

Mainstream Video-Language Pre-training models \cite{actbert,clipbert,violet} consist of three parts, a video encoder, a text encoder, and a video-text fusion Transformer. They pursue better performance via utilizing heav…

AllLanguage ModellingMultiple-choiceQuestion Answering+9

Masked Video Distillation: Rethinking Masked Feature Modeling for Self-supervised Video Representation Learning

2022-12-08 · CVPR 2023 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

Benefiting from masked visual modeling, self-supervised video representation learning has achieved remarkable progress. However, existing methods focus on learning representations from scratch through reconstructing low-…

Action ClassificationAction RecognitionRepresentation LearningSelf-Supervised Action Recognition

MaskViT: Masked Visual Pre-Training for Video Prediction

2022-06-23 · Agrim Gupta, Stephen Tian, Yunzhi Zhang, Jiajun Wu 외

The ability to predict future visual observations conditioned on past observations and motor commands can enable embodied agents to plan solutions to a variety of tasks in complex environments. This work shows that we ca…

PredictionSchedulingVideo Prediction

VideoMAC: Video Masked Autoencoders Meet ConvNets

2024-02-29 · CVPR 2024 1 · Gensheng Pei, Tao Chen, Xiruo Jiang, Huafeng Liu 외

Recently, the advancement of self-supervised learning techniques, like masked autoencoders (MAE), has greatly influenced visual representation learning for images and videos. Nevertheless, it is worth noting that the pre…

Pose TrackingRepresentation LearningSelf-Supervised LearningSemantic Segmentation+2