ZeroSmooth: Training-free Diffuser Adaptation for
High Frame Rate Video Generation

1 School of Artificial Intelligence, University of Chinese Academy of Sciences, 2 New Laboratory of Pattern Recognition (NLPR), Institute of Automation, Chinese Academy of Sciences, 3 Tencent AI Lab
* Corresponding author.


TL;DR

ZeroSmooth is a training-free plug-in for video diffusers to enable high-frame rate video generation. One can build self-cascaded video models with our methods that generate smooth results while preserving the contents of the original outputs.

Abstract


Video generation has made remarkable progress in recent years, especially since the advent of the video diffusion models. Many video generation models can produce plausible synthetic videos, e.g., Stable Video Diffusion (SVD). However, most video models can only generate low frame rate videos due to the limited GPU mem- ory as well as the difficulty of modeling a large set of frames. The training videos are always uniformly sampled at a specified interval for temporal compression. Previous methods promote the frame rate by either training a video interpolation model in pixel space as a postprocessing stage or training an interpolation model in latent space for a specific base video model. In this paper, we propose a training-free video interpolation method for generative video diffusion models, which is generalizable to different models in a plug-and-play manner. We investigate the non-linearity in the feature space of video diffusion models and transform a video model into a self-cascaded video diffusion model with incorporating the designed hidden state correction modules. The self-cascaded architecture and the correction module are proposed to retain the temporal consistency between key frames and the interpolated frames. Extensive evaluations are preformed on multiple popular video models to demonstrate the effectiveness of the propose method, especially that our training-free method is even comparable to trained interpolation models supported by huge compute resources and large-scale datasets.



Visual results


ZeroSmooth VideoCrafter2

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

ZeroSmooth LaVie

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

ZeroSmooth Stable Video Diffusion

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Key frame

2x interpolation

4x interpolation

Comparisons


Text-to-video with VideoCrafter2

Key frame

Direct inference

DDNM

Ours

Text-to-video with LaVie

Key frame

Direct inference

DDNM

Ours

Text-to-image with Stable Video Diffusion

Key frame

Direct inference

DDNM

Ours

Comparison to training-based method

Key frame

LDMVFI (2x interpolation)

Ours (2x interpolation)

Key frame

LaVie interpolator (4x interpolation)

Ours (4x interpolation)

Project page template is borrowed from Align-your-latents