English

CustomTTT: Motion and Appearance Customized Video Generation via Test-Time Training

Computer Vision and Pattern Recognition 2024-12-24 v2

Abstract

Benefiting from large-scale pre-training of text-video pairs, current text-to-video (T2V) diffusion models can generate high-quality videos from the text description. Besides, given some reference images or videos, the parameter-efficient fine-tuning method, i.e. LoRA, can generate high-quality customized concepts, e.g., the specific subject or the motions from a reference video. However, combining the trained multiple concepts from different references into a single network shows obvious artifacts. To this end, we propose CustomTTT, where we can joint custom the appearance and the motion of the given video easily. In detail, we first analyze the prompt influence in the current video diffusion model and find the LoRAs are only needed for the specific layers for appearance and motion customization. Besides, since each LoRA is trained individually, we propose a novel test-time training technique to update parameters after combination utilizing the trained customized models. We conduct detailed experiments to verify the effectiveness of the proposed methods. Our method outperforms several state-of-the-art works in both qualitative and quantitative evaluations.

Keywords

Cite

@article{arxiv.2412.15646,
  title  = {CustomTTT: Motion and Appearance Customized Video Generation via Test-Time Training},
  author = {Xiuli Bi and Jian Lu and Bo Liu and Xiaodong Cun and Yong Zhang and Weisheng Li and Bin Xiao},
  journal= {arXiv preprint arXiv:2412.15646},
  year   = {2024}
}

Comments

Accepted in AAAI 2025. Project Page: https://customttt.github.io/ Code: https://github.com/RongPiKing/CustomTTT

R2 v1 2026-06-28T20:43:28.789Z