Thank you for your follow-up comments!
Thank you for your follow-up comments!
**1)** As for the application of continual learning in the generation community, our proposed model can help users continually synthesize a series of new personalized concepts for versatile customization based on their provided conditions, while addressing catastrophic forgetting of old personalized concepts. In contrast, existing state-of-the-art (SOTA) diffusion models in the generation community may experience significant loss of individual attributes in old personalized concepts (i.e., catastrophic forgetting) during versatile customization when continually learning new personalized concepts. The experiment results shown in Tabs. 1-2 and Figs. 2-5 of the submitted manuscript also illustrate the effectiveness of our model in addressing catastrophic forgetting and continually learning new concepts, compared to other state-of-the-art (SOTA) methods.
**2) Advantages of Our model Over Multi-LoRA Composition:**
**a)** Compared with SOTA multi-LoRA composition methods such as LoRA-M [64] and LoRA-C [64], our proposed elastic weight aggregation module utilizes learnable layer-wise concept tokens to merge all low-rank weights of old personalized concepts, based on their contributions to versatile concept customization. This module ensures that our model is more effective to resolve longer task sequences for versatile concept customization than other SOTA multi-LoRA composition methods such as LoRA-M [64] and LoRA-C [64]. As shown in the following results, we use a challenging benchmark dataset (i.e., celebrity faces) to construct thirty continuous text-guided concept customization tasks. Compared with our model, current multi-LoRA composition methods (LoRA-M [64] and LoRA-C [64]) suffer from significant performance degradation, due to the catastrophic forgetting caused by the composition of longer sequence tasks.
| Methods | | Parameters (M) | | Memeory Costs (M) | | IA (SD-1.5) |
|- |-|:-: |-|:-: |-|:-: |
| EWC [19] | | 0.80 | | 6.87 | | 72.7$\pm$0.14 |
| LoRA-M [64] | | 0.40 | | 1.72 | | 72.0$\pm$0.17 |
| LoRA-C [64] | | 0.40 | | 1.72 | | 72.3$\pm$0.08 |
| CLoRA [43] | | 0.40 | | 1.72 | | 74.1$\pm$0.13 |
| L2DM [46] | | 0.80 | | 3.43 | |73.4$\pm$0.11 |
| **CIDM (Ours)** | | 0.41 | | 1.74 | | **75.7$\pm$0.09** |
---
**b)** Mix-of-Show [10] proposes a gradient fusion strategy to train a composed LoRA weight that mimics the predictions of individual LoRAs. However, it requires retraining the entire diffusion model and CLIP when learning new personalized concepts continually, which can substantially increase computational complexity and memory cost. As shown in the following results, compared with our model, Mix-of-Show [10] requires larger training parameters and memory costs to learn a new concept customization task, making it impractical to handle longer task sequences under the CIFC setting. Moreover, to ensure fair comparisons with existing methods, we apply the regional control techniques proposed in Mix-of-Show [10] to all comparison methods. The qualitative comparisons in Figs. 3 and 12 of the submitted manuscript demonstrate the superior performance of our model in multi-concept customization when continually learning new personalized concepts under the CIFC setting.
| Methods | | Parameters (M) | | Memeory Costs (M) |
|- |-|:-: |-|:-: |
| Mix-of-Show [10] | | 983.65 | | 3930.46 |
| **CIDM (Ours)** | | **0.41** | | **1.74** |
---
Refs:
[10] Mix-of-Show: Decentralized Low-Rank Adaptation for Multi-Concept Customization of Diffusion Models.
[64] Multi-LoRA Composition for Image Generation.