Table of Contents
Fetching ...

Ingredients: Blending Custom Photos with Video Diffusion Transformers

Zhengcong Fei, Debang Li, Di Qiu, Changqian Yu, Mingyuan Fan

TL;DR

<3-5 sentence high-level summary> Ingredients tackles multi-ID personalized video generation using open-transformer video diffusion models. It introduces a facial extractor, a multi-scale projector, and an ID router, together with a two-stage training process that aligns identity embeddings and tunes routing to avoid identity blending. The method achieves strong identity preservation, competitive prompt following, and flexibility to control multiple subjects without per-ID fine-tuning, outperforming baselines in both qualitative and quantitative metrics. This work provides a practical, extensible framework for editable, identity-consistent video synthesis in Transformer-based diffusion models.

Abstract

This paper presents a powerful framework to customize video creations by incorporating multiple specific identity (ID) photos, with video diffusion Transformers, referred to as Ingredients. Generally, our method consists of three primary modules: (i) a facial extractor that captures versatile and precise facial features for each human ID from both global and local perspectives; (ii) a multi-scale projector that maps face embeddings into the contextual space of image query in video diffusion transformers; (iii) an ID router that dynamically combines and allocates multiple ID embedding to the corresponding space-time regions. Leveraging a meticulously curated text-video dataset and a multi-stage training protocol, Ingredients demonstrates superior performance in turning custom photos into dynamic and personalized video content. Qualitative evaluations highlight the advantages of proposed method, positioning it as a significant advancement toward more effective generative video control tools in Transformer-based architecture, compared to existing methods. The data, code, and model weights are publicly available at: https://github.com/feizc/Ingredients.

Ingredients: Blending Custom Photos with Video Diffusion Transformers

TL;DR

<3-5 sentence high-level summary> Ingredients tackles multi-ID personalized video generation using open-transformer video diffusion models. It introduces a facial extractor, a multi-scale projector, and an ID router, together with a two-stage training process that aligns identity embeddings and tunes routing to avoid identity blending. The method achieves strong identity preservation, competitive prompt following, and flexibility to control multiple subjects without per-ID fine-tuning, outperforming baselines in both qualitative and quantitative metrics. This work provides a practical, extensible framework for editable, identity-consistent video synthesis in Transformer-based diffusion models.

Abstract

This paper presents a powerful framework to customize video creations by incorporating multiple specific identity (ID) photos, with video diffusion Transformers, referred to as Ingredients. Generally, our method consists of three primary modules: (i) a facial extractor that captures versatile and precise facial features for each human ID from both global and local perspectives; (ii) a multi-scale projector that maps face embeddings into the contextual space of image query in video diffusion transformers; (iii) an ID router that dynamically combines and allocates multiple ID embedding to the corresponding space-time regions. Leveraging a meticulously curated text-video dataset and a multi-stage training protocol, Ingredients demonstrates superior performance in turning custom photos into dynamic and personalized video content. Qualitative evaluations highlight the advantages of proposed method, positioning it as a significant advancement toward more effective generative video control tools in Transformer-based architecture, compared to existing methods. The data, code, and model weights are publicly available at: https://github.com/feizc/Ingredients.
Paper Structure (28 sections, 4 equations, 8 figures, 3 tables)

This paper contains 28 sections, 4 equations, 8 figures, 3 tables.

Figures (8)

  • Figure 1: Examples of multi-ID customized video results from our proposed Ingredients. Given a reference with multiple human image set, our method can generate realistic and personalized videos while preserving specific human identity consistent.
  • Figure 2: Overview of Ingredients framework. The proposed method consists of three key modules: a facial extractor, a q-former-based projector, and an ID router. The facial extractor collects versatile editable facial features with a decoupling strategy for each ID. The q-former projector map multi-scale facial embedding into different layers of video diffusion transformers. The ID router combines and distributes ID embeddings to their respective locations adaptively without the intervention for prompts and layouts. The entire training process of the framework is curated into two stages, i.e., the facial embedding alignment stage and the router fine-tuning stage.
  • Figure 3: Qualitative comparison of different personalization methods on multi-ID video customization. It can been seen that compared with training-based customization, i.e., textual inversion, our method can clearly routing and attention the respect regions, benefits to ID consistency as well as strong prompt following.
  • Figure 4: Additional bad examples of multi-human customization. Our Ingredients involves failures that generated characters appearing as though they were directly copied-pasted and out-painting, leading to an inconsistent video scenes.
  • Figure 5: Visualization of routing map within each cross-attention layer of video diffusion transformers. We can see that with the routing loss, the routing network can discern different human IDs at earlier timesetps and in a more pronounced manner.
  • ...and 3 more figures