CVLGFeb 21, 2022

Generating Videos with Dynamics-aware Implicit Generative Adversarial Networks

arXiv:2202.10571v1229 citations
Originality Highly original
AI Analysis

This work addresses video generation for applications requiring long, realistic sequences, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the challenge of generating long, high-quality videos by addressing spatio-temporal complexity and continuity, proposing a dynamics-aware implicit generative adversarial network (DIGAN) that improves motion dynamics and efficiency. It achieves a 30.7% improvement in FVD score on UCF-101 and can generate videos with 128 frames at 128x128 resolution, 80 frames longer than previous methods.

In the deep learning era, long video generation of high-quality still remains challenging due to the spatio-temporal complexity and continuity of videos. Existing prior works have attempted to model video distribution by representing videos as 3D grids of RGB values, which impedes the scale of generated videos and neglects continuous dynamics. In this paper, we found that the recent emerging paradigm of implicit neural representations (INRs) that encodes a continuous signal into a parameterized neural network effectively mitigates the issue. By utilizing INRs of video, we propose dynamics-aware implicit generative adversarial network (DIGAN), a novel generative adversarial network for video generation. Specifically, we introduce (a) an INR-based video generator that improves the motion dynamics by manipulating the space and time coordinates differently and (b) a motion discriminator that efficiently identifies the unnatural motions without observing the entire long frame sequences. We demonstrate the superiority of DIGAN under various datasets, along with multiple intriguing properties, e.g., long video synthesis, video extrapolation, and non-autoregressive video generation. For example, DIGAN improves the previous state-of-the-art FVD score on UCF-101 by 30.7% and can be trained on 128 frame videos of 128x128 resolution, 80 frames longer than the 48 frames of the previous state-of-the-art method.

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