MIMO Is All You Need : A Strong Multi-In-Multi-Out Baseline for Video Prediction
Shuliang Ning, Mengcheng Lan, Yanran Li, Chaofeng Chen, Qian Chen,, Xunlai Chen, Xiaoguang Han, Shuguang Cui

TL;DR
This paper demonstrates that a simple Multi-In-Multi-Out (MIMO) architecture, especially the proposed MIMO-VP model, significantly outperforms existing methods in long-term video prediction across multiple benchmarks, establishing a new standard.
Contribution
The paper introduces a novel MIMO architecture based on extending Transformers with local spatio-temporal blocks and a multi-output decoder, setting a new baseline for video prediction.
Findings
MIMO models outperform SISO models in long-term prediction.
The proposed MIMO-VP achieves first place on four benchmarks.
The model surpasses previous methods in efficiency, quantity, and quality.
Abstract
The mainstream of the existing approaches for video prediction builds up their models based on a Single-In-Single-Out (SISO) architecture, which takes the current frame as input to predict the next frame in a recursive manner. This way often leads to severe performance degradation when they try to extrapolate a longer period of future, thus limiting the practical use of the prediction model. Alternatively, a Multi-In-Multi-Out (MIMO) architecture that outputs all the future frames at one shot naturally breaks the recursive manner and therefore prevents error accumulation. However, only a few MIMO models for video prediction are proposed and they only achieve inferior performance due to the date. The real strength of the MIMO model in this area is not well noticed and is largely under-explored. Motivated by that, we conduct a comprehensive investigation in this paper to thoroughly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Image Enhancement Techniques · Advanced Image Processing Techniques
MethodsAttention Is All You Need · Label Smoothing · Dropout · Byte Pair Encoding · Linear Layer · Dense Connections · Residual Connection · Adam · Position-Wise Feed-Forward Layer · Absolute Position Encodings
