CVJun 27, 2022

Optimizing Video Prediction via Video Frame Interpolation

arXiv:2206.13454v152 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This work addresses video prediction in the wild, offering a domain-agnostic solution that avoids training data requirements, though it is incremental as it builds on interpolation techniques.

The authors tackled the problem of video prediction by reformulating it as an optimization problem using a pretrained video frame interpolation model, eliminating the need for training data or additional semantic information. Their approach outperformed existing methods on multiple datasets, demonstrating robustness in general scenarios.

Video prediction is an extrapolation task that predicts future frames given past frames, and video frame interpolation is an interpolation task that estimates intermediate frames between two frames. We have witnessed the tremendous advancement of video frame interpolation, but the general video prediction in the wild is still an open question. Inspired by the photo-realistic results of video frame interpolation, we present a new optimization framework for video prediction via video frame interpolation, in which we solve an extrapolation problem based on an interpolation model. Our video prediction framework is based on optimization with a pretrained differentiable video frame interpolation module without the need for a training dataset, and thus there is no domain gap issue between training and test data. Also, our approach does not need any additional information such as semantic or instance maps, which makes our framework applicable to any video. Extensive experiments on the Cityscapes, KITTI, DAVIS, Middlebury, and Vimeo90K datasets show that our video prediction results are robust in general scenarios, and our approach outperforms other video prediction methods that require a large amount of training data or extra semantic information.

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