CVApr 25, 2024

TI2V-Zero: Zero-Shot Image Conditioning for Text-to-Video Diffusion Models

arXiv:2404.16306v127 citationsh-index: 37CVPR
Originality Incremental advance
AI Analysis

This addresses the need for efficient video generation without costly training, though it is incremental as it builds on existing diffusion models.

The paper tackles the problem of text-conditioned image-to-video generation by proposing TI2V-Zero, a zero-shot, tuning-free method that uses a pretrained text-to-video diffusion model to synthesize videos from an image and text without additional training, and it outperforms a recent open-domain TI2V model in experiments.

Text-conditioned image-to-video generation (TI2V) aims to synthesize a realistic video starting from a given image (e.g., a woman's photo) and a text description (e.g., "a woman is drinking water."). Existing TI2V frameworks often require costly training on video-text datasets and specific model designs for text and image conditioning. In this paper, we propose TI2V-Zero, a zero-shot, tuning-free method that empowers a pretrained text-to-video (T2V) diffusion model to be conditioned on a provided image, enabling TI2V generation without any optimization, fine-tuning, or introducing external modules. Our approach leverages a pretrained T2V diffusion foundation model as the generative prior. To guide video generation with the additional image input, we propose a "repeat-and-slide" strategy that modulates the reverse denoising process, allowing the frozen diffusion model to synthesize a video frame-by-frame starting from the provided image. To ensure temporal continuity, we employ a DDPM inversion strategy to initialize Gaussian noise for each newly synthesized frame and a resampling technique to help preserve visual details. We conduct comprehensive experiments on both domain-specific and open-domain datasets, where TI2V-Zero consistently outperforms a recent open-domain TI2V model. Furthermore, we show that TI2V-Zero can seamlessly extend to other tasks such as video infilling and prediction when provided with more images. Its autoregressive design also supports long video generation.

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