CVNov 28, 2023

SparseCtrl: Adding Sparse Controls to Text-to-Video Diffusion Models

arXiv:2311.16933v1189 citationsh-index: 78
Originality Incremental advance
AI Analysis

This work addresses the need for more practical and flexible control in video generation for applications such as storyboarding and animation, representing an incremental improvement over existing dense control methods.

The paper tackles the problem of ambiguous frame composition in text-to-video generation by introducing SparseCtrl, which uses temporally sparse signals like sketches or depth maps to enhance controllability, reducing inference burden and demonstrating generalization across various T2V generators.

The development of text-to-video (T2V), i.e., generating videos with a given text prompt, has been significantly advanced in recent years. However, relying solely on text prompts often results in ambiguous frame composition due to spatial uncertainty. The research community thus leverages the dense structure signals, e.g., per-frame depth/edge sequences, to enhance controllability, whose collection accordingly increases the burden of inference. In this work, we present SparseCtrl to enable flexible structure control with temporally sparse signals, requiring only one or a few inputs, as shown in Figure 1. It incorporates an additional condition encoder to process these sparse signals while leaving the pre-trained T2V model untouched. The proposed approach is compatible with various modalities, including sketches, depth maps, and RGB images, providing more practical control for video generation and promoting applications such as storyboarding, depth rendering, keyframe animation, and interpolation. Extensive experiments demonstrate the generalization of SparseCtrl on both original and personalized T2V generators. Codes and models will be publicly available at https://guoyww.github.io/projects/SparseCtrl .

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