paper-with-me

홈 › Papers

Video Prediction Transformers without Recurrence or Convolution

2024-10-07 · Yujin Tang, Lu Qi, Fei Xie, Xiangtai Li, Chao Ma, Ming-Hsuan Yang

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 frameworks, achieving improved performance. While we appreciate these prior approaches, we raise a fundamental question: Is there a simpler yet more effective solution that can eliminate the high computational cost of RNNs while addressing the limited receptive fields and poor generalization of CNNs? How far can it go with a simple pure transformer model for video prediction? In this paper, we propose PredFormer, a framework entirely based on Gated Transformers. We provide a comprehensive analysis of 3D Attention in the context of video prediction. Extensive experiments demonstrate that PredFormer delivers state-of-the-art performance across four standard benchmarks. The significant improvements in both accuracy and efficiency highlight the potential of PredFormer as a strong baseline for real-world video prediction applications. The source code and trained models will be released at https://github.com/yyyujintang/PredFormer.

📄 PDF Abstract BibTeX arXiv:2410.04733

Code (1)

yyyujintang/predformer 공식 구현 pytorch

Tasks

DecoderPredictionVideo Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…
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…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Recurrence without Recurrence: Stable Video Landmark Detection with Deep Equilibrium Models

2023-04-02 · CVPR 2023 1 · Paul Micaelli, Arash Vahdat, Hongxu Yin, Jan Kautz 외

Cascaded computation, whereby predictions are recurrently refined over several stages, has been a persistent theme throughout the development of landmark detection models. In this work, we show that the recently proposed…

Face Alignment

Simple vs complex temporal recurrences for video saliency prediction

2019-07-03 · Panagiotis Linardos, Eva Mohedano, Juan Jose Nieto, Noel E. O'Connor 외

This paper investigates modifying an existing neural network architecture for static saliency prediction using two types of recurrences that integrate information from the temporal domain. The first modification is the a…

PredictionSaliency PredictionVideo Saliency DetectionVideo Saliency Prediction

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

Beyond Temporal Pooling: Recurrence and Temporal Convolutions for Gesture Recognition in Video

2015-06-05 · Lionel Pigou, Aäron van den Oord, Sander Dieleman, Mieke Van Herreweghe 외

Recent studies have demonstrated the power of recurrent neural networks for machine translation, image captioning and speech recognition. For the task of capturing temporal structure in video, however, there still remain…

Gesture RecognitionImage CaptioningMachine Translationspeech-recognition+3

Attending to Mathematical Language with Transformers

2018-12-05 · Artit Wangperawong

Mathematical expressions were generated, evaluated and used to train neural network models based on the transformer architecture. The expressions and their targets were analyzed as a character-level sequence transduction…

Decoder