MMOE: Modernizing Diffusion Transformers with Efficient Expert Design
The paper introduces ModernMOE (MMOE), a modernized diffusion transformer architecture that adapts efficient LLM scaling principles—such as routed experts, shared lightweight experts, and residual routing—to achieve faster convergence and superior quality-cost balance in AIGC generation compared to dense and traditional sparse baselines, all within an accessible single-machine training budget.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine a world where computers are learning to paint, dream, and create art from scratch. This is the realm of Artificial Intelligence, specifically a branch called "Generative AI," where machines generate new images, videos, and stories. To do this, they use massive digital brains called "Foundation Models." Think of these models as giant libraries of patterns; the more books (data) they read and the bigger their shelves (parameters) are, the better they get at creating. However, there's a catch: making these libraries bigger usually means they take forever to read and require a supercomputer to run, which is expensive and slow.
Recently, scientists discovered a clever trick used by language models (the ones that write text) to solve this. Instead of reading every single book in the library for every question, they built a system with many different "experts." When a question comes in, a smart gatekeeper decides which few experts are needed to answer it, while the rest can take a coffee break. This is called a "Mixture of Experts" (MoE). It's like having a team of specialists where you only call the plumber when there's a leak, rather than waking up the whole team of doctors, chefs, and mechanics. The big question for image creators was: Can we use this same "call only the experts you need" trick to make image generators faster and cheaper without making them less creative?
This paper introduces a new system called MMOE (ModernMOE) to answer that question. The researchers took a standard image generator, which usually forces every single part of its brain to work on every single pixel, and gave it a modern upgrade. Instead of just adding more experts and hoping for the best, they redesigned the team's workflow. They added a few special "lazy" experts who can do simple things like copying an image or doing nothing at all, saving energy. They also added a "gate-residual" system, which lets the gatekeeper remember what it decided in the previous step, so it doesn't have to rethink everything from scratch. Finally, they let the experts share notes with each other across different layers of the brain, so information flows more smoothly.
The team tested this new MMOE system on a single powerful computer with eight graphics cards, training it for 400,000 steps. They compared it against older, "dense" models where everything works all the time, and other "sparse" models that just have more experts but no smart shortcuts. The results suggest that MMOE is the winner in a race for efficiency. It learned to create high-quality images faster than the others, reaching a lower error score (called FID) at every checkpoint. It didn't just get better; it got better cheaper. The analysis showed that the system learned to use its "lazy" experts often, especially in the early stages of creating an image, and that the experts specialized in different tasks without getting confused.
The paper argues that simply making models bigger and more complex isn't the only way to improve them. Instead, by borrowing smart efficiency tricks from language models—like using lightweight experts and sharing information—the team suggests we can build image generators that are both high-quality and practical to run on smaller budgets. While the study was limited to specific image types and didn't test every possible scenario, the results strongly suggest that this "modernized" approach is a promising path forward, offering a better balance between how good the images look and how much it costs to make them.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.