paper-with-me

Papers

SimVTP: Simple Video Text Pre-training with Masked Autoencoders

2022-12-07 · Yue Ma, Tianyu Yang, Yin Shan, Xiu Li

This paper presents SimVTP: a Simple Video-Text Pretraining framework via masked autoencoders. We randomly mask out the spatial-temporal tubes of input video and the word tokens of input text and then feed them into a unified autencoder to reconstruct the missing pixels and words. Our SimVTP has several properties: 1) Thanks to the unified autoencoder, SimVTP reconstructs the masked signal of one modality with the help from another modality, which implicitly learns the cross-modal alignment between video tubes and text tokens. 2) SimVTP not only benefits from a high video masking ratio (e.g. 90%) due to the temporal redundancy of video, but also needs a high text masking ratio (e.g. 75%), which is much higher than BERT (e.g. 15%), to achieve optimal performance. This is because the aid of video modality makes text reconstruction less challenging, which thus needs a higher mask ratio to make the pretext harder for useful feature learning. 3) Equipping SimVTP with video-text contrastive learning (VTC) and video-text matching (VTM), which are two commonly used cross-modal training strategies, could further improve the transferable performance significantly. 4) SimVTP is dataefficent, e.g., pre-training only on 10% data of WebVid-2M, SimVTP achieves surprisingly good results (43.8 R@1) on MSRVTT, which is far above recent state-of-the-art methods pre-trained on both CC3M and WebVid-2M. We transfer our pre-trained model to various downstream tasks and achieve superior performance. The codes and models will be released at https://github.com/mayuelala/SimVTP.

📄 PDF Abstract BibTeX arXiv:2212.03490

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learningcross-modal alignmentMoment RetrievalText Matching

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…

Similar Papers 제목 키워드 기반

Masked Contrastive Pre-Training for Efficient Video-Text Retrieval

2022-12-02 · Fangxun Shu, Biaolong Chen, Yue Liao, Shuwen Xiao 외

We present a simple yet effective end-to-end Video-language Pre-training (VidLP) framework, Masked Contrastive Video-language Pretraining (MAC), for video-text retrieval tasks. Our MAC aims to reduce video representation…

Image-text RetrievalRetrievalText RetrievalVideo Retrieval+1

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

2021-11-24 · Tsu-Jui Fu, Linjie Li, Zhe Gan, Kevin Lin 외

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 t…

Question AnsweringRetrievalText to Video RetrievalVideo Question Answering+3

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

Simple and Effective Masked Diffusion Language Models

2024-06-11 · Subham Sekhar Sahoo, Marianne Arriola, Yair Schiff, Aaron Gokaslan 외

While diffusion models excel at generating high-quality images, prior work reports a significant performance gap between diffusion and autoregressive (AR) methods in language modeling. In this work, we show that simple m…

Language ModelingLanguage ModellingMasked Language Modeling

LV-MAE: Learning Long Video Representations through Masked-Embedding Autoencoders

2025-04-04 · Ilan Naiman, Emanuel Ben-Baruch, Oron Anschel, Alon Shoshan 외

In this work, we introduce long-video masked-embedding autoencoders (LV-MAE), a self-supervised learning framework for long video representation. Our approach treats short- and long-span dependencies as two separate task…

Self-Supervised LearningText RetrievalVideo-Text Retrieval