paper-with-me

홈 › Papers

Video Prediction by Efficient Transformers

2022-12-12 · Xi Ye, Guillaume-Alexandre Bilodeau

Video prediction is a challenging computer vision task that has a wide range of applications. In this work, we present a new family of Transformer-based models for video prediction. Firstly, an efficient local spatial-temporal separation attention mechanism is proposed to reduce the complexity of standard Transformers. Then, a full autoregressive model, a partial autoregressive model and a non-autoregressive model are developed based on the new efficient Transformer. The partial autoregressive model has a similar performance with the full autoregressive model but a faster inference speed. The non-autoregressive model not only achieves a faster inference speed but also mitigates the quality degradation problem of the autoregressive counterparts, but it requires additional parameters and loss function for learning. Given the same attention mechanism, we conducted a comprehensive study to compare the proposed three video prediction variants. Experiments show that the proposed video prediction models are competitive with more complex state-of-the-art convolutional-LSTM based models. The source code is available at https://github.com/XiYe20/VPTR.

📄 PDF Abstract BibTeX arXiv:2212.06026

Code (1)

xiye20/vptr 공식 구현 pytorch

Tasks

PredictionVideo Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Towards Training Stronger Video Vision Transformers for EPIC-KITCHENS-100 Action Recognition

2021-06-09 · Ziyuan Huang, Zhiwu Qing, Xiang Wang, Yutong Feng 외

With the recent surge in the research of vision transformers, they have demonstrated remarkable potential for various challenging computer vision applications, such as image recognition, point cloud classification as wel…

Action RecognitionPoint Cloud ClassificationPredictionVideo Understanding

Video Prediction Transformers without Recurrence or Convolution

2024-10-07 · Yujin Tang, Lu Qi, Fei Xie, Xiangtai Li 외

Video prediction has witnessed the emergence of RNN-based models led by ConvLSTM, and CNN-based models led by SimVP. Following the significant success of ViT, recent works have integrated ViT into both RNN and CNN framew…

DecoderPredictionVideo Prediction

BEVT: BERT Pretraining of Video Transformers

2021-12-02 · CVPR 2022 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

This paper studies the BERT pretraining of video transformers. It is a straightforward but worth-studying extension given the recent success from BERT pretraining of image transformers. We introduce BEVT which decouples …

Action RecognitionRepresentation Learning

Collaborative Three-Stream Transformers for Video Captioning

2023-09-18 · Hao Wang, Libo Zhang, Heng Fan, Tiejian Luo

As the most critical components in a sentence, subject, predicate and object require special attention in the video captioning task. To implement this idea, we design a novel framework, named COllaborative three-Stream T…

SentenceVideo Captioning

Entity-aware and Motion-aware Transformers for Language-driven Action Localization in Videos

2022-05-12 · Shuo Yang, Xinxiao wu

Language-driven action localization in videos is a challenging task that involves not only visual-linguistic matching but also action boundary prediction. Recent progress has been achieved through aligning language query…

Action LocalizationRepresentation Learning