← Latest papers
🤖 machine learning

MAPLE: MoE Adaptive Plug-and-play Layer-wise Expert allocation

MAPLE is a plug-and-play framework that optimizes the efficiency of pretrained Mixture-of-Experts (MoE) models by analytically and genetically reallocating expert budgets heterogeneously across layers based on sensitivity, achieving superior accuracy and significant latency reductions without requiring weight modifications or retraining.

Original authors: Lie Li, Wen Li, Junxiao Shen, Gusheng Hu

Published 2026-08-18
📖 4 min read☕ Coffee break read

Original authors: Lie Li, Wen Li, Junxiao Shen, Gusheng Hu

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

Modern artificial intelligence often relies on massive digital brains called Transformers, which process language by passing information through a long chain of layers. Think of these layers as a series of processing stations where the model learns to understand context, grammar, and meaning. In recent years, engineers have made these models more efficient by using a design called Mixture-of-Experts. Instead of every station using the same amount of computing power, the model activates only a few specialized sub-networks, or "experts," for each piece of text it reads. This allows the system to be very large and capable without requiring impossible amounts of energy to run. However, a standard rule has governed how these experts are used: every single layer in the chain is forced to activate the exact same number of experts, regardless of whether that layer actually needs that much help.

A team of researchers at the University of Bristol has challenged this uniform rule, proposing that different layers in an AI model have very different needs. Some layers are highly sensitive and require many experts to function correctly, while others are redundant and can operate with far fewer without losing accuracy. They developed a new method called MAPLE, which acts as a plug-and-play tool. This means it can be applied to existing, pre-trained models without needing to retrain them or change their internal weights. The system works by first testing how much each layer's performance drops if you reduce the number of experts it uses. It then uses these measurements to create a custom map, shifting the computing budget away from layers that can spare it and directing those resources to the layers that need them most.

The results of this approach are striking. When the researchers tested MAPLE on four different large language models, they found that simply redistributing the existing resources was more effective than using them all evenly. In one specific test using a model called DeepSeek-MoE-16B, the new method managed to outperform the original, fully-loaded model while using only 75% of the available experts. On several reasoning benchmarks, the accuracy improved significantly; for instance, on a science question-answering task, the score jumped from 65.09 to 71.40, and on a logical reasoning test, it rose from 48.49 to 51.50. This demonstrates that the old assumption of uniformity was holding the models back, and that a smarter, uneven distribution of effort yields better results.

Beyond just getting smarter answers, this method also makes the models faster and cheaper to run. Because fewer experts are being activated, the computer has less work to do for every question it answers. When the researchers implemented MAPLE in a real-world serving system, they measured a 32.2% reduction in the time it took to generate a response on a single graphics card. At the same time, the system could handle 47.4% more requests per second. These gains were achieved without altering the model's core structure or discarding any of its learned knowledge; the system simply learned to use its existing parts more efficiently. The researchers confirmed that this improvement was not a fluke of a specific test but a robust finding that held up across different types of reasoning tasks and even when the model was scaled up or down.

The study also explored how this method handles the complex task of multi-step reasoning, where the model must generate a long chain of thoughts to solve a problem. Even in these demanding scenarios, the redistributed model maintained its accuracy while cutting the total time required to solve the problems by more than half in some cases. The researchers showed that the method is flexible enough to work with different models and that the allocation plan it creates can be reused for various tasks without needing to be recalculated every time. By proving that a one-size-fits-all approach is suboptimal, this work offers a practical and principled way to make large artificial intelligence systems more efficient, powerful, and ready for real-world deployment.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →