CVNov 24, 2023

Decouple Content and Motion for Conditional Image-to-Video Generation

arXiv:2311.14294v214 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses motion consistency and efficiency issues in video generation for applications like media creation, though it appears incremental as it builds on existing diffusion models.

The paper tackles the problem of conditional image-to-video generation by proposing a method that disentangles spatial content and temporal motions, improving motion consistency and efficiency. It achieves superior performance over state-of-the-art methods in effectiveness and efficiency across various datasets.

The goal of conditional image-to-video (cI2V) generation is to create a believable new video by beginning with the condition, i.e., one image and text.The previous cI2V generation methods conventionally perform in RGB pixel space, with limitations in modeling motion consistency and visual continuity. Additionally, the efficiency of generating videos in pixel space is quite low.In this paper, we propose a novel approach to address these challenges by disentangling the target RGB pixels into two distinct components: spatial content and temporal motions. Specifically, we predict temporal motions which include motion vector and residual based on a 3D-UNet diffusion model. By explicitly modeling temporal motions and warping them to the starting image, we improve the temporal consistency of generated videos. This results in a reduction of spatial redundancy, emphasizing temporal details. Our proposed method achieves performance improvements by disentangling content and motion, all without introducing new structural complexities to the model. Extensive experiments on various datasets confirm our approach's superior performance over the majority of state-of-the-art methods in both effectiveness and efficiency.

Foundations

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

Your Notes