paper-with-me

홈 › Papers

CustomCrafter: Customized Video Generation with Preserving Motion and Concept Composition Abilities

2024-08-23 · Tao Wu, Yong Zhang, Xintao Wang, Xianpan Zhou, Guangcong Zheng, Zhongang Qi, Ying Shan, Xi Li

Customized video generation aims to generate high-quality videos guided by text prompts and subject's reference images. However, since it is only trained on static images, the fine-tuning process of subject learning disrupts abilities of video diffusion models (VDMs) to combine concepts and generate motions. To restore these abilities, some methods use additional video similar to the prompt to fine-tune or guide the model. This requires frequent changes of guiding videos and even re-tuning of the model when generating different motions, which is very inconvenient for users. In this paper, we propose CustomCrafter, a novel framework that preserves the model's motion generation and conceptual combination abilities without additional video and fine-tuning to recovery. For preserving conceptual combination ability, we design a plug-and-play module to update few parameters in VDMs, enhancing the model's ability to capture the appearance details and the ability of concept combinations for new subjects. For motion generation, we observed that VDMs tend to restore the motion of video in the early stage of denoising, while focusing on the recovery of subject details in the later stage. Therefore, we propose Dynamic Weighted Video Sampling Strategy. Using the pluggability of our subject learning modules, we reduce the impact of this module on motion generation in the early stage of denoising, preserving the ability to generate motion of VDMs. In the later stage of denoising, we restore this module to repair the appearance details of the specified subject, thereby ensuring the fidelity of the subject's appearance. Experimental results show that our method has a significant improvement compared to previous methods. Code is available at https://github.com/WuTao-CS/CustomCrafter

📄 PDF Abstract BibTeX arXiv:2408.13239

Code (1)

wutao-cs/customcrafter 공식 구현 pytorch

Tasks

DenoisingMotion GenerationVideo 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…

Similar Papers 제목 키워드 기반

Still-Moving: Customized Video Generation without Customized Video Data

2024-07-11 · Hila Chefer, Shiran Zada, Roni Paiss, Ariel Ephrat 외

Customizing text-to-image (T2I) models has seen tremendous progress recently, particularly in areas such as personalization, stylization, and conditional generation. However, expanding this progress to video generation i…

Video Generation

MotionBooth: Motion-Aware Customized Text-to-Video Generation

2024-06-25 · Jianzong Wu, Xiangtai Li, Yanhong Zeng, Jiangning Zhang 외

In this work, we present MotionBooth, an innovative framework designed for animating customized subjects with precise control over both object and camera movements. By leveraging a few images of a specific object, we eff…

Text-to-Video GenerationVideo Generation

DreamVideo: Composing Your Dream Videos with Customized Subject and Motion

2023-12-07 · CVPR 2024 1 · Yujie Wei, Shiwei Zhang, Zhiwu Qing, Hangjie Yuan 외

Customized generation using diffusion models has made impressive progress in image generation, but remains unsatisfactory in the challenging video generation task, as it requires the controllability of both subjects and …

Image GenerationVideo Generation

DreaMoving: A Human Video Generation Framework based on Diffusion Models

2023-12-08 · Mengyang Feng, Jinlin Liu, Kai Yu, Yuan YAO 외

In this paper, we present DreaMoving, a diffusion-based controllable video generation framework to produce high-quality customized human videos. Specifically, given target identity and posture sequences, DreaMoving can g…

Video Generation

MoTrans: Customized Motion Transfer with Text-driven Video Diffusion Models

2024-12-02 · Xiaomin Li, Xu Jia, Qinghe Wang, Haiwen Diao 외

Existing pretrained text-to-video (T2V) models have demonstrated impressive abilities in generating realistic videos with basic motion or camera movement. However, these models exhibit significant limitations when genera…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+1