Reply to the reviewer comments
**[Q1]Using Text-SAM and Tweedie’s formula do not contribute to the novelty.**
We kindly remind that combining custom concepts using masks is standard in recent multi-concept generation methods [1-4]. The key challenge lies in achieving natural object composition once masks are provided. Existing models typically combine concepts in attention layers. To address performance degradation and high computational costs, we introduced combining custom concepts in the denoised space using Tweedie’s formula.
We are the first to demonstrate the CFG++ framework's suitability for multi-concept generation, enhancing fusion stability. To improve multi-concept awareness, we firstly proposed splitting the sampling timesteps: multi-concept aware sampling in initial steps and concept fusion in later steps. Additionally, we firstly introduced multi-object resampling to prevent specific concepts from disappearing.
Moreover, our method processes all steps in a single sampling step, enabling faster generation. Unlike baselines, it supports region-wise sampling without attention adjustments, allowing flexible concept fusion. For instance, we seamlessly combined models fine-tuned with low-rank adaptation and attention weights fine-tuned as in custom diffusion—unachievable with baselines. These contributions are novel and represent a significant advancement.
**[Q2] The performance gain may comes from overfitting to specific concepts. mask composition seems to be a naive post-processing step. The framework seems to be from extensive ablation study, lacking novelty and a fundamental understanding.**
Contrary to the reviewer’s misunderstanding, we demonstrated that our performance improvements are not limited to specific concepts by validating our method on the large customconcept101 dataset. Since our baseline, Concept Weaver, was tested on a similar number of concepts, we ensured comparable experimental conditions for fairness.
To further address the reviewer’s concerns, we expanded the variety of custom concepts and included new quantitative evaluation results in Table 1. We also include more comprehensive metric, DINO scores. Even with the expanded set and new metrics, ours consistently outperformed the baselines, demonstrating that the results reflect the general effectiveness of ours rather than overfitting.
As a reminder, mask composition is a standard technique in recent multi-concept generation. The critical aspect lies in how naturally regions defined by masks can be synthesized, making the use of masks a non-issue.
The novelty of our method lies in achieving high-quality concept fusion by combining concepts in the Tweedie-denoised space of the CFG++. We emphasize that this fusion is not limited to specific settings or concepts. To address the reviewer’s concern, Figure 10 includes experiments showing our method can combine not only custom concepts but also a wide range of styles (e.g., 3D + anime), a task unattainable with previous methods.
**[Q3] The extension to video is a technical trick on a off-the-shelf I2VGen-XL. I2VGen-XL is trained on large image data while Dreamvideo use modelscope T2V with little amount of custom videos.**
Thank you for your comment. We acknowledge this comparison may not be entirely fair. However, fine-tuning traditional T2V models consistently fails to generate multi-concept images. Techniques like Custom Diffusion and Textual Inversion produced unsatisfactory results, and even the latest method, DreamVideo, barely incorporated multiple custom concepts (Figure 7). Due to significant degradation, no prior research has addressed multi-concept video generation. To overcome this, we are the first to achieve it using an Image-to-Video model—an accomplishment unattainable with baselines. We emphasize that our contribution lies in addressing this new challenge.
We kindly remind the reviewer that our approach is not a simple technical trick using I2VGen-XL. Directly using the I2V model often results in distortions, making it unsuitable for multi-concept video generation. To address this, we devised a novel method to extend residual layer features across frames, preserving the context of multi-concept scenarios. This simple yet effective method is a key technical novelty in our video extension, as demonstrated in Figure 8 and abstract.
To show our method is not limited to I2VGen-XL, we experimented with Stable Video Diffusion(Figure 12). Applying our feature injection, we can still preserve the context information, demonstrating that our approach is not restricted to specific video models.
**Reference**
[1]Mix-of-Show: Decentralized Low-Rank Adaptation for Multi-Concept Customization of Diffusion Models, Neurips 2023
[2]Cones 2: Customizable Image Synthesis with Multiple Subjects, Neurips 2023
[3]Concept Conductor: Orchestrating Multiple Personalized Concepts in Text-to-Image Synthesis, Arxiv 2024
[4]Concept Weaver: Enabling Multi-Concept Fusion in Text-to-Image Models, CVPR 2024