Search papers, labs, and topics across Lattice.
MobileMoE, a family of sub-billion active parameter MoE models, was developed and optimized for on-device deployment by formulating an on-device MoE scaling law that considers memory and compute constraints. This scaling law identified a sweet spot of moderate sparsity with fine-grained, shared experts. MobileMoE models achieve state-of-the-art performance on 14 benchmarks compared to dense on-device LLMs with significantly fewer FLOPs and outperform larger MoE models with fewer parameters, while also demonstrating efficient inference on commodity smartphones.
On-device LLMs can achieve state-of-the-art performance with significantly reduced computational cost by leveraging a carefully designed Mixture-of-Experts architecture, challenging the assumption that dense models are always superior for mobile deployment.
Mixture-of-Experts (MoE) has become the de facto architecture for hundred-billion-parameter language models, yet its advantages at sub-billion scales for on-device deployment remain largely unexplored. To close this gap, we present MobileMoE, a family of on-device MoE language models with sub-billion active parameters (0.3-0.9B active and 1.3-5.3B total) that establish a new Pareto frontier for on-device LLMs. We first formulate an on-device MoE scaling law that jointly optimizes MoE architecture under mobile memory and compute constraints, identifying an on-device sweet spot - moderate sparsity with fine-grained and shared experts - that is simultaneously memory and compute-optimal. Building on the derived architectures, we train MobileMoE with a four-stage recipe covering pre-training, mid-training, instruction fine-tuning, and quantization-aware training, all on open-source datasets. Across 14 benchmarks, MobileMoE matches or exceeds leading on-device dense LLMs with 2-4times fewer inference FLOPs, and matches or surpasses the state-of-the-art MoE OLMoE-1B-7B with up to 60% fewer parameters. To bridge the last mile to mobile deployment, we provide the first efficient MoE inference on commodity smartphones with comprehensive on-device profiling. At comparable INT4 weight memory, MobileMoE-S delivers 1.8-3.8times faster prefill and 2.2-3.4times faster decode than the dense baseline MobileLLM-Pro.