paper-with-me

Papers

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

2022-03-14 · CVPR 2023 1 · Alex Jinpeng Wang, Yixiao Ge, Rui Yan, Yuying Ge, Xudong Lin, Guanyu Cai, Jianping Wu, Ying Shan, XiaoHu Qie, Mike Zheng Shou

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 heavier unimodal encoders or multimodal fusion Transformers, resulting in increased parameters with lower efficiency in downstream tasks. In this work, we for the first time introduce an end-to-end video-language model, namely \textit{all-in-one Transformer}, that embeds raw video and textual signals into joint representations using a unified backbone architecture. We argue that the unique temporal information of video data turns out to be a key barrier hindering the design of a modality-agnostic Transformer. To overcome the challenge, we introduce a novel and effective token rolling operation to encode temporal representations from video clips in a non-parametric manner. The careful design enables the representation learning of both video-text multimodal inputs and unimodal inputs using a unified backbone model. Our pre-trained all-in-one Transformer is transferred to various downstream video-text tasks after fine-tuning, including text-video retrieval, video-question answering, multiple choice and visual commonsense reasoning. State-of-the-art performances with the minimal model FLOPs on nine datasets demonstrate the superiority of our method compared to the competitive counterparts. The code and pretrained model have been released in https://github.com/showlab/all-in-one.

📄 PDF Abstract BibTeX arXiv:2203.07303

Code (1)

showlab/all-in-one 공식 구현 pytorch

Tasks

AllLanguage ModellingMultiple-choiceQuestion AnsweringRepresentation LearningRetrievalTGIF-ActionTGIF-FrameTGIF-TransitionVideo Question AnsweringVideo RetrievalVisual Commonsense ReasoningVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Referred by Multi-Modality: A Unified Temporal Transformer for Video Object Segmentation

2023-05-25 · Shilin Yan, Renrui Zhang, Ziyu Guo, Wenchao Chen 외

Recently, video object segmentation (VOS) referred by multi-modal signals, e.g., language and audio, has evoked increasing attention in both industry and academia. It is challenging for exploring the semantic alignment w…

ObjectReferring Expression SegmentationReferring Video Object SegmentationSemantic Segmentation+2

Exploring Opinion-unaware Video Quality Assessment with Semantic Affinity Criterion

2023-02-26 · HaoNing Wu, Liang Liao, Jingwen Hou, Chaofeng Chen 외

Recent learning-based video quality assessment (VQA) algorithms are expensive to implement due to the cost of data collection of human quality opinions, and are less robust across various scenarios due to the biases of t…

Video Quality AssessmentVisual Question Answering (VQA)

Video Task Decathlon: Unifying Image and Video Tasks in Autonomous Driving

2023-09-08 · ICCV 2023 1 · Thomas E. Huang, Yifan Liu, Luc van Gool, Fisher Yu

Performing multiple heterogeneous visual tasks in dynamic scenes is a hallmark of human perception capability. Despite remarkable progress in image and video recognition via representation learning, current research stil…

AllAutonomous DrivingRepresentation LearningVideo Recognition

Video-LaVIT: Unified Video-Language Pre-training with Decoupled Visual-Motional Tokenization

2024-02-05 · Yang Jin, Zhicheng Sun, Kun Xu, Liwei Chen 외

In light of recent advances in multimodal Large Language Models (LLMs), there is increasing attention to scaling them from image-text data to more informative real-world videos. Compared to static images, video poses uni…

Science Question AnsweringText-to-Video GenerationVideo GenerationVisual Question Answering+2

UniVL: A Unified Video and Language Pre-Training Model for Multimodal Understanding and Generation

2020-02-15 · Huaishao Luo, Lei Ji, Botian Shi, Haoyang Huang 외

With the recent success of the pre-training technique for NLP and image-linguistic tasks, some video-linguistic pre-training works are gradually developed to improve video-text related downstream tasks. However, most of …

Action SegmentationDecoderLanguage ModelingLanguage Modelling+2