paper-with-me

Papers

AnimateZero: Video Diffusion Models are Zero-Shot Image Animators

2023-12-06 · Jiwen Yu, Xiaodong Cun, Chenyang Qi, Yong Zhang, Xintao Wang, Ying Shan, Jian Zhang

Large-scale text-to-video (T2V) diffusion models have great progress in recent years in terms of visual quality, motion and temporal consistency. However, the generation process is still a black box, where all attributes (e.g., appearance, motion) are learned and generated jointly without precise control ability other than rough text descriptions. Inspired by image animation which decouples the video as one specific appearance with the corresponding motion, we propose AnimateZero to unveil the pre-trained text-to-video diffusion model, i.e., AnimateDiff, and provide more precise appearance and motion control abilities for it. For appearance control, we borrow intermediate latents and their features from the text-to-image (T2I) generation for ensuring the generated first frame is equal to the given generated image. For temporal control, we replace the global temporal attention of the original T2V model with our proposed positional-corrected window attention to ensure other frames align with the first frame well. Empowered by the proposed methods, AnimateZero can successfully control the generating progress without further training. As a zero-shot image animator for given images, AnimateZero also enables multiple new applications, including interactive video generation and real image animation. The detailed experiments demonstrate the effectiveness of the proposed method in both T2V and related applications.

📄 PDF Abstract BibTeX arXiv:2312.03793

Code (1)

vvictoryuki/animatezero 공식 구현 pytorch

Tasks

Image AnimationVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Zero-Shot Video Restoration and Enhancement with Assistance of Video Diffusion Models

2026-01-29 · Cong Cao, Huanjing Yue, Shangbin Xie, Xin Liu 외 arxiv

Although diffusion-based zero-shot image restoration and enhancement methods have achieved great success, applying them to video restoration or enhancement will lead to severe temporal flickering. In this paper, we propo…

Video RestorationImage Restoration

Investigating the Effectiveness of Cross-Attention to Unlock Zero-Shot Editing of Text-to-Video Diffusion Models

2024-04-08 · Saman Motamed, Wouter Van Gansbeke, Luc van Gool

With recent advances in image and video diffusion models for content creation, a plethora of techniques have been proposed for customizing their generated content. In particular, manipulating the cross-attention layers o…

Video Editing

Zero-Shot Video Editing Using Off-The-Shelf Image Diffusion Models

2023-03-30 · Wen Wang, Yan Jiang, Kangyang Xie, Zide Liu 외

Large-scale text-to-image diffusion models achieve unprecedented success in image generation and editing. However, how to extend such success to video editing is unclear. Recent initial attempts at video editing require …

Video AlignmentVideo Editing

Zero-Shot Video Restoration and Enhancement Using Pre-Trained Image Diffusion Model

2024-07-02 · Cong Cao, Huanjing Yue, Xin Liu, Jingyu Yang

Diffusion-based zero-shot image restoration and enhancement models have achieved great success in various tasks of image restoration and enhancement. However, directly applying them to video restoration and enhancement r…

Image RestorationVideo Restoration

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

2024-04-25 · CVPR 2024 1 · Haomiao Ni, Bernhard Egger, Suhas Lohit, Anoop Cherian 외

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 framew…

DenoisingImage to Video GenerationVideo Generation