FrontierThe story, in brief

Path-Constrained Mixture-of-Experts

Apple just revealed why your MoE models are wasting 99% of their paths. Here's what that means for inference cost.

Illustration of a transparent lens revealing connected networks across layers of paper.
Exploring the next frontier of AI research.AI illustration by KeyNews
The KeyNews take

Why it matters

Apple researchers have identified a fundamental inefficiency in how Mixture-of-Experts models route tokens across layers, proposing path-constrained architectures that could significantly reduce compute waste and improve inference efficiency—a key competitive lever in the race to optimize LLM deployment.

The key facts

5 to know
  1. N^L possible expert paths in standard MoE (N experts, L layers) remain mostly unexplored

  2. Tokens cluster into small fraction of paths aligned with linguistic function

  3. Vast majority of paths statistically unused, revealing architectural inefficiency

  4. Path-constrained MoE architectures proposed as optimization solution

  5. Published by Apple Machine Learning Research

Go to the source

Apple Machine Learningmachinelearning.apple.com

Publisher excerpt: Sparse Mixture-of-Experts (MoE) architectures route each token through a subset of experts at each layer independently. We propose viewing MoE computation through the lens of expert paths—the sequence of expert selections a token makes across all layers. This perspective reveals that, despite N^L…
Read original report
Back to today's editionMore frontier news

Keep reading

Related stories

More from Frontier