MoE Router Training Fails to Improve Cacheability for Edge LLMs.

Shriniwas Ramesh Suram· August 20, 2026 View original

Key takeaways

  • Memory bandwidth is a major bottleneck for large MoE models on edge devices.
  • Training MoE routers solely for cache locality significantly degrades model quality (perplexity).
  • There's a tight coupling between cache miss reduction and model performance.
  • Training-free cache-aware rerouting offers a more promising path for edge MoE optimization.

Who benefits

Edge AITelecommunicationsAutomotiveConsumer ElectronicsCloud Computing (for edge deployments)

Summary

This research investigates whether training Mixture-of-Experts (MoE) routers for locality can overcome memory bandwidth bottlenecks when serving large LLMs on edge devices. Despite efforts to reduce cache misses, the study found that improving cacheability through training consistently led to unacceptable perplexity degradation, a pre-registered negative result.

This paper explores the challenge of deploying large Mixture-of-Experts (MoE) language models on edge devices, where memory bandwidth often becomes a critical bottleneck. The study specifically focuses on whether training MoE routers to prioritize expert locality can improve cache hit rates and mitigate the "memory-bandwidth wall." Using a 235B-parameter Qwen3 MoE model, measurements confirmed that decode speed is severely limited by the need to stream experts from slower storage tiers like SSDs. The researchers developed `llama-moe-trace` to analyze expert routing patterns, finding some expert reuse and traffic concentration. They then conducted pre-registered experiments, training 137M MoE models with auxiliary locality and domain router losses, aiming to reduce cache misses while maintaining perplexity. Although the mechanism successfully reduced misses by up to 60%, every configuration failed to meet the pre-registered perplexity gate (<=1% degradation), indicating a tight coupling between miss reduction and model quality. The study concludes that, for multi-domain 137M models, the "tax" on quality for cacheability is significant, a finding that persisted with larger models. However, training-free cache-aware rerouting combined with trained locality showed promising results, achieving ~80% miss reduction with acceptable perplexity trade-offs.

Why it matters

Professionals deploying large language models on resource-constrained edge devices must understand the inherent trade-offs between model performance (perplexity) and memory efficiency (cacheability).

How to implement this in your domain

  1. 1Prioritize training-free cache-aware rerouting strategies for MoE models on edge devices before investing heavily in complex training-based locality solutions.
  2. 2Conduct thorough systems measurement studies to identify memory bandwidth bottlenecks specific to your edge hardware and MoE model configurations.
  3. 3Evaluate the perplexity impact of any cache optimization techniques rigorously, using pre-registered criteria to avoid misleading results.
  4. 4Consider hybrid approaches that combine simple, training-free optimizations with minimal trained locality enhancements for the best compute-performance trade-off.

Original post by Shriniwas Ramesh Suram

"arXiv:2608.18261v1 Announce Type: new Abstract: Serving a 235B-parameter Mixture-of-Experts (MoE) model on a single 8 GB GPU is bottlenecked not by compute but by memory bandwidth: decode must stream each token's active experts from whichever tier holds them, and on consumer hard…"

View on X

Originally posted by Shriniwas Ramesh Suram on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses