ModernMOE: Architectural Innovations Bringing Efficient Expert Design to Diffusion Transformers

This paper addresses the current challenge in Diffusion Transformers where scaling often relies solely on increasing parameters and sparsity, neglecting efficiency balance. The authors propose the ModernMOE (MMOE) architecture, systematically adapting mature efficiency mechanisms from large language models to AIGC foundational models. Key innovations include routed experts, shared and lightweight experts, gated residual routing, and attention-based residual information reuse. Under constrained training budget of a single node with eight H100 GPUs, batch size 256, and 400,000 steps, MMOE achieves faster convergence and lower FID scores than both dense models and intermediate sparse baselines, reaching the optimal quality-to-cost balance among sparse variants. Routing analysis reveals stable expert specialization across depth levels and consistent routing during denoising, demonstrating that AIGC models can follow a balanced scaling path inspired by LLMs rather than blindly piling up parameters.

Background and Context

The rapid expansion of Large Language Models (LLMs) has been driven by a sophisticated balance between increasing model capacity and maintaining computational efficiency through mechanisms like Mixture of Experts (MoE). However, this paradigm has not been seamlessly translated to AIGC foundational models, particularly those built on Diffusion Transformers (SiT). Current scaling strategies in diffusion models often rely on blindly increasing total parameters and sparsity ratios without integrating the nuanced efficiency controls that make LLMs scalable. This approach creates a disconnect between generation quality and the prohibitive costs of training and deployment. The research introduces ModernMOE (MMOE), a modernized architecture designed to bridge this gap by systematically adapting mature efficiency mechanisms from LLMs to the specific demands of AIGC foundation models.

MMOE represents a fundamental architectural shift from treating MoE as a simple plugin replacement within SiT structures. Instead, it constructs a complex system of expert interactions tailored for diffusion processes. The architecture integrates routed experts, shared and lightweight experts, gated residual routing, and attention-based residual information reuse. This holistic design aims to control computational overhead strictly while preserving high-fidelity generation capabilities. By addressing the inefficiencies inherent in current diffusion scaling methods, MMOE offers a new technical pathway for expanding AIGC models, ensuring that growth in capability does not come at the expense of unsustainable resource consumption.

Deep Analysis

The technical core of MMOE lies in its sophisticated expert interaction system, which moves beyond static parameter allocation. The model employs routed experts that dynamically select specific expert paths based on input characteristics, significantly enhancing computational efficiency by avoiding unnecessary calculations. To further optimize resource utilization, the architecture incorporates shared experts for handling universal features and lightweight experts dedicated to generating specific details. This hierarchical design reduces the total parameter count while maintaining robust expressive power, allowing the model to adapt its complexity to the varying demands of different generation tasks.

Training stability and efficiency are further enhanced through gated residual routing and attention-based residual information reuse. The gated network dynamically adjusts expert weights, ensuring that critical information is preserved during the denoising process without loss. This mechanism prevents the degradation of signal quality that often occurs in deep diffusion networks. Additionally, the reuse of residual information via attention mechanisms ensures that key contextual data is efficiently propagated through the network layers. These innovations collectively accelerate convergence and reduce per-step training costs, addressing the primary bottleneck of diffusion model scalability.

Routing analysis reveals that experts exhibit stable specialization across different depth levels within the network. Lightweight routing is utilized extensively, and routing decisions remain consistent and moderate throughout the denoising process. This stability indicates that the model effectively allocates computational resources to specific generation stages, optimizing both speed and quality. The consistent routing behavior suggests that MMOE can maintain high coherence in generated outputs while minimizing redundant computations, a critical advantage over traditional dense or naively sparse diffusion models.

Industry Impact

The experimental validation of MMOE was conducted under a constrained training budget, utilizing a single node with eight H100 GPUs, a batch size of 256, and 400,000 training steps. This setup provides a highly realistic benchmark for industry applications where computational resources are often limited. Under these conditions, MMOE achieved lower Fréchet Inception Distance (FID) scores than both dense models and intermediate sparse baselines at every recorded checkpoint. This demonstrates a significantly faster convergence rate and superior generation quality, proving that high performance does not require massive parameter inflation.

Among sparse variants, MMOE achieved the optimal balance between quality and cost, setting a new standard for efficient AIGC model development. The ability to reach high-quality outputs with fewer resources lowers the barrier to entry for deploying advanced generative models. This is particularly impactful for open-source communities and smaller research teams that lack access to extensive GPU clusters. By demonstrating that architectural innovation can outperform brute-force scaling, MMOE encourages a shift in focus from hardware accumulation to algorithmic efficiency.

Furthermore, the findings provide a scalable template for future AIGC development. The successful adaptation of LLM efficiency principles to diffusion models suggests that similar optimizations can be applied across various generative architectures. This could lead to a broader industry trend towards more sustainable and cost-effective model training. The reduced deployment threshold means that high-performance generative AI can become more accessible, fostering innovation in applications ranging from content creation to scientific simulation without the environmental and economic burdens of current scaling methods.

Outlook

The success of ModernMOE indicates that the AIGC sector can follow a balanced scaling path inspired by LLMs, rather than continuing to rely on indiscriminate parameter increases. The stable specialization of experts and consistent routing observed in MMOE suggest that further refinements in expert design could yield even greater efficiencies. Future research may explore more dynamic routing mechanisms or hybrid architectures that combine the strengths of diffusion models with other generative paradigms. The insights gained from MMOE's residual information reuse could also inform the development of more robust and interpretable diffusion processes.

As the industry moves towards more complex and multimodal applications, the demand for efficient model architectures will only intensify. MMOE's ability to deliver high-quality results within tight computational constraints positions it as a foundational technology for next-generation AIGC systems. The emphasis on quality-cost balance will likely drive investment towards research in efficient deep learning, potentially leading to new standards for model evaluation that prioritize efficiency alongside accuracy. This shift could redefine how generative models are trained, deployed, and monetized in commercial environments.

Ultimately, MMOE serves as a proof of concept for sustainable AI development. By validating the transfer of efficiency mechanisms from LLMs to diffusion transformers, it opens new avenues for research into architectural optimization. The long-term impact may include a more democratized AI landscape, where high-quality generative tools are accessible to a wider range of users and developers. As computational limits continue to challenge the industry, architectures like MMOE will be crucial in maintaining the trajectory of innovation while ensuring that progress remains economically and environmentally viable.

Sources