CVSep 15, 2022

HARP: Autoregressive Latent Video Prediction with High-Fidelity Image Generator

arXiv:2209.07143v134 citationsh-index: 164
Originality Incremental advance
AI Analysis

It addresses the problem of generating high-fidelity and high-resolution videos for video prediction tasks, but is incremental as it builds on existing models with minimal modifications.

The paper tackles video prediction by scaling up autoregressive latent models with a high-fidelity image generator and simple techniques, achieving competitive performance on benchmarks and enabling high-resolution (256x256) video prediction with fewer parameters.

Video prediction is an important yet challenging problem; burdened with the tasks of generating future frames and learning environment dynamics. Recently, autoregressive latent video models have proved to be a powerful video prediction tool, by separating the video prediction into two sub-problems: pre-training an image generator model, followed by learning an autoregressive prediction model in the latent space of the image generator. However, successfully generating high-fidelity and high-resolution videos has yet to be seen. In this work, we investigate how to train an autoregressive latent video prediction model capable of predicting high-fidelity future frames with minimal modification to existing models, and produce high-resolution (256x256) videos. Specifically, we scale up prior models by employing a high-fidelity image generator (VQ-GAN) with a causal transformer model, and introduce additional techniques of top-k sampling and data augmentation to further improve video prediction quality. Despite the simplicity, the proposed method achieves competitive performance to state-of-the-art approaches on standard video prediction benchmarks with fewer parameters, and enables high-resolution video prediction on complex and large-scale datasets. Videos are available at https://sites.google.com/view/harp-videos/home.

Foundations

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

Your Notes