CVDec 12, 2022

Video Prediction by Efficient Transformers

arXiv:2212.06026v148 citationsh-index: 25Has Code
Originality Incremental advance
AI Analysis

This work addresses video prediction for computer vision applications, presenting incremental improvements in efficiency and speed over existing methods.

The authors tackled video prediction by introducing a new family of Transformer-based models with an efficient local spatial-temporal separation attention mechanism to reduce complexity, and developed full autoregressive, partial autoregressive, and non-autoregressive variants. Experiments showed these models are competitive with more complex state-of-the-art convolutional-LSTM models.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes