arXiv:2410.04891cs.LG2024-10被引 2

解决扩散模型持续个性化中的记忆遗忘问题

Low-Rank Continual Personalization of Diffusion Models

  • 通过分阶段融合新适配器避免旧知识干扰
  • 相比直接微调,新方法显著减少知识遗忘
  • 适合需要持续添加新风格/物体的生成应用

最近的扩散模型个性化方法(如Dreambooth和LoRA)可微调预训练模型以生成新概念。但在连续任务中(如新增物体或风格)应用这些技术时,因适配器间相互干扰导致先前知识遗忘。本文在无法访问历史任务适配器的严格条件下,研究不同适配器初始化与融合方式对最终模型质量的影响。我们评估了朴素的持续微调,并对比三种连续适配器训练方法:依次融合新适配器、正交初始化适配器融合,以及仅更新特定任务权重。实验表明,所提方法相较朴素方法有效缓解遗忘现象,并揭示各方法在模型可塑性与稳定性上的差异。代码仓库见https://github.com/luk-st/continual-lora。

原文摘要 · Abstract (English)

Recent personalization methods for diffusion models, such as Dreambooth and LoRA, allow fine-tuning pre-trained models to generate new concepts. However, applying these techniques across consecutive tasks in order to include, e.g., new objects or styles, leads to a forgetting of previous knowledge due to mutual interference between their adapters. In this work, we tackle the problem of continual customization under a rigorous regime with no access to past tasks' adapters. In such a scenario, we investigate how different adapters' initialization and merging methods can improve the quality of the final model. To that end, we evaluate the naive continual fine-tuning of customized models and compare this approach with three methods for consecutive adapters' training: sequentially merging new adapters, merging orthogonally initialized adapters, and updating only relevant task-specific weights. In our experiments, we show that the proposed techniques mitigate forgetting when compared to the naive approach. In our studies, we show different traits of selected techniques and their effect on the plasticity and stability of the continually adapted model. Repository with the code is available at https://github.com/luk-st/continual-lora.

扩散模型持续学习个性化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。