Remix-DiT: Mixing Diffusion Transformers for Multi-Expert Denoising
Gongfan Fang, Xinyin Ma, Xinchao Wang
TL;DR
Remix-DiT addresses the high training cost of transformer-based diffusion models by constructing N denoising experts from K basis models using learnable mixing coefficients. The method formulates expert parameters as $\boldsymbol{\Theta}=\boldsymbol{\alpha}\boldsymbol{\beta}$, extends DiT architecture to support mixing, and trains with a single active expert per step while updating all basis models. Experiments on ImageNet-256×256 show Remix-DiT can match or exceed the performance of independent multi-expert baselines within similar budgets, with coefficients that reveal adaptive allocation—more capacity at early timesteps and ensemble-like mixtures at later steps. The approach also supports leveraging pre-trained DiT weights via a prior coefficient regularization, enabling efficient fine-tuning and offering substantial practical gains for scalable diffusion modeling.
Abstract
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.
