paper-with-me

홈 › Papers

VPTR: Efficient Transformers for Video Prediction

2022-03-29 · Xi Ye, Guillaume-Alexandre Bilodeau

In this paper, we propose a new Transformer block for video future frames prediction based on an efficient local spatial-temporal separation attention mechanism. Based on this new Transformer block, a fully autoregressive video future frames prediction Transformer is proposed. In addition, a non-autoregressive video prediction Transformer is also proposed to increase the inference speed and reduce the accumulated inference errors of its autoregressive counterpart. In order to avoid the prediction of very similar future frames, a contrastive feature loss is applied to maximize the mutual information between predicted and ground-truth future frame features. This work is the first that makes a formal comparison of the two types of attention-based video future frames prediction models over different scenarios. The proposed models reach a performance competitive with more complex state-of-the-art models. The source code is available at \emph{https://github.com/XiYe20/VPTR}.

📄 PDF Abstract BibTeX arXiv:2203.15836

Code (1)

xiye20/vptr 공식 구현 pytorch

Tasks

PredictionVideo Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…

Similar 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-te…

PredictionVideo Prediction

Semi-Supervised Video Paragraph Grounding With Contrastive Encoder

2022-01-01 · CVPR 2022 1 · Xun Jiang, Xing Xu, Jingran Zhang, Fumin Shen 외

Video events grounding aims at retrieving the most relevant moments from an untrimmed video in terms of a given natural language query. Most previous works focus on Video Sentence Grounding (VSG), which localizes the…

SentenceVideo Grounding

Neural Multigrid Memory For Computational Fluid Dynamics

2023-06-21 · Duc Minh Nguyen, Minh Chau Vu, Tuan Anh Nguyen, Tri Huynh 외

Turbulent flow simulation plays a crucial role in various applications, including aircraft and ship design, industrial process optimization, and weather prediction. In this paper, we propose an advanced data-driven metho…

Computational EfficiencyPredictionVideo Prediction

Explicit Visual Prompts for Visual Object Tracking

2024-01-06 · Liangtao Shi, Bineng Zhong, Qihua Liang, Ning li 외

How to effectively exploit spatio-temporal information is crucial to capture target appearance changes in visual tracking. However, most deep learning-based trackers mainly focus on designing a complicated appearance mod…

ObjectObject TrackingVisual Object TrackingVisual Tracking

VPTracker: Global Vision-Language Tracking via Visual Prompt

2025-12-28 · Jingchao Wang, Kaiwen Zhou, Zhijian Wu, Kunhua Ji 외 arxiv

Vision-Language Tracking aims to continuously localize objects described by a visual template and a language description. Existing methods, however, are typically limited to local search, making them prone to failures un…

Visual Tracking