arXiv:2412.05628cs.CVcs.AI2024-12NeurIPS被引 7

用少量基础模型混合生成多专家去噪,低成本提升扩散模型质量

Remix-DiT: Mixing Diffusion Transformers for Multi-Expert Denoising

  • 用K个基础模型和可学习混合系数生成N个去噪专家
  • 在ImageNet上生成质量优于标准扩散模型和同类方法
  • 适合追求高效高质生成的开发者与研究者

基于Transformer的扩散模型在多种生成任务中取得显著进展。然而,生成高质量输出通常需要大型Transformer模型,导致训练和推理开销巨大。本文提出一种替代方案:构建多个去噪专家,并引入Remix-DiT新方法,在低代价下提升输出质量。其目标是为不同去噪时间步设计N个扩散专家,但无需训练N个独立模型。Remix-DiT采用K个基础模型(K < N),通过可学习的混合系数自适应构造专家模型。该设计具有两大优势:第一,尽管总模型规模增加,但混合后模型架构与普通模型一致,整体效率等同于标准扩散Transformer;第二,可学习混合机制能自适应分配模型容量至各时间步,有效提升生成质量。在ImageNet数据集上的实验表明,Remix-DiT相较标准扩散变压器及其他多专家方法表现优异。代码已公开于https://github.com/VainF/Remix-DiT。

原文摘要 · Abstract (English)

Transformer-based diffusion models have achieved significant advancements across a variety of generative tasks. However, producing high-quality outputs typically necessitates large transformer models, which result in substantial training and inference overhead. In this work, we investigate an alternative approach involving multiple experts for denoising, and introduce Remix-DiT, a novel method designed to enhance output quality at a low cost. The goal of Remix-DiT is to craft N diffusion experts for different denoising timesteps, yet without the need for expensive training of N independent models. To achieve this, Remix-DiT employs K basis models (where K < N) and utilizes learnable mixing coefficients to adaptively craft expert models. This design offers two significant advantages: first, although the total model size is increased, the model produced by the mixing operation shares the same architecture as a plain model, making the overall model as efficient as a standard diffusion transformer. Second, the learnable mixing adaptively allocates model capacity across timesteps, thereby effectively improving generation quality. Experiments conducted on the ImageNet dataset demonstrate that Remix-DiT achieves promising results compared to standard diffusion transformers and other multiple-expert methods. The code is available at https://github.com/VainF/Remix-DiT.

扩散模型多专家高效生成

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