SOTAVerified

A Dynamic Multi-Scale Voxel Flow Network for Video Prediction

2023-03-17CVPR 2023Code Available2· sign in to hype

Xiaotao Hu, Zhewei Huang, Ailin Huang, Jun Xu, Shuchang Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The performance of video prediction has been greatly boosted by advanced deep neural networks. However, most of the current methods suffer from large model sizes and require extra inputs, e.g., semantic/depth maps, for promising performance. For efficiency consideration, in this paper, we propose a Dynamic Multi-scale Voxel Flow Network (DMVFN) to achieve better video prediction performance at lower computational costs with only RGB images, than previous methods. The core of our DMVFN is a differentiable routing module that can effectively perceive the motion scales of video frames. Once trained, our DMVFN selects adaptive sub-networks for different inputs at the inference stage. Experiments on several benchmarks demonstrate that our DMVFN is an order of magnitude faster than Deep Voxel Flow and surpasses the state-of-the-art iterative-based OPT on generated image quality. Our code and demo are available at https://huxiaotaostasy.github.io/DMVFN/.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CityscapesDMVFNLPIPS0.06Unverified
DAVIS 2017DMVFNLPIPS0.1Unverified
KITTIDMVFNLPIPS0.11Unverified
Vimeo90KDMVFNLPIPS0.04Unverified

Reproductions