SliceMoE: Bit-Sliced Expert Caching under Miss-Rate Constraints for Efficient MoE Inference

📅 2025-12-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address high energy consumption and latency in deploying Mixture-of-Experts (MoE) models on edge devices—caused by large parameter counts and frequent expert swapping—this work proposes a fine-grained expert caching framework under miss-rate constraints. Our approach comprises three key innovations: (1) Dynamic Bit-Sliced Caching (DBSC), enabling fine-grained, on-demand loading of expert weights; (2) Calibration-free Asymmetric Matryoshka Quantization (AMAT), supporting mixed-precision expert sharing without redundancy; and (3) Predictive Cache Warming (PCW), mitigating cold misses during early decoding stages. Evaluated on DeepSeek-V2-Lite and Qwen1.5-MoE-A2.7B, our method reduces decoding energy consumption by 2.37× and 2.85×, respectively, while improving latency by 1.81× and 1.64×, all with negligible accuracy degradation relative to full-precision baselines.

Technology Category

Application Category

📝 Abstract
MoE models offer efficient scaling through conditional computation, but their large parameter size and expensive expert offloading make on-device deployment challenging. Existing acceleration techniques such as prefetching or expert clustering often increase energy usage or reduce expert diversity. We present SliceMoE, an energy-efficient MoE inference framework for miss-rate-constrained deployment. SliceMoE introduces Dynamic Bit-Sliced Caching (DBSC), which caches experts at slice-level granularity and assigns precision on demand to expand effective expert capacity. To support mixed-precision experts without memory duplication, we propose Calibration-Free Asymmetric Matryoshka Quantization (AMAT), a truncation-based scheme that maintains compatibility between low-bit and high-bit slices. We further introduce Predictive Cache Warmup (PCW) to reduce early-decode cold misses by reshaping cache contents during prefill. Evaluated on DeepSeek-V2-Lite and Qwen1.5-MoE-A2.7B, SliceMoE reduces decode-stage energy consumption by up to 2.37x and 2.85x, respectively, and improves decode latency by up to 1.81x and 1.64x, while preserving near-high-bit accuracy. These results demonstrate that slice-level caching enables an efficient on-device MoE deployment.
Problem

Research questions and friction points this paper is trying to address.

Reduces energy consumption for on-device MoE inference
Increases effective expert capacity without memory duplication
Minimizes cold cache misses during early decoding stages
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic bit-sliced caching for granular expert storage
Calibration-free quantization for mixed-precision slice compatibility
Predictive cache warmup to reduce early-decode cold misses
🔎 Similar Papers
No similar papers found.
Y
Yuseon Choi
Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea
S
Sangjin Kim
Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea
J
Jungjun Oh
Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea
G
Gwangtae Park
Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea
B
Byeongcheol Kim
Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Republic of Korea
Hoi-Jun Yoo
Hoi-Jun Yoo
Professor of Electrical Engineering, KAIST