paper-with-me

홈 › Papers

AlphaQ: Calibration-Free Bit Allocation for Mixture-of-Experts Quantization

2026-06-03 · Wanqi Yang, Yuexiao Ma, Alexander Conzelmann, Xiawu Zheng, Michael W. Mahoney, T. Konstantin Rusch, Shiwei Liu arxiv

Mixture-of-Experts (MoE) architectures scale model capacity through sparse expert activation, but their deployment remains memory-bound because all expert weights must reside in memory. Mixed-precision quantization can substantially reduce this footprint by assigning different bit-widths to different experts. Existing approaches, however, typically rely on calibration data to estimate expert importance and determine bit allocation. For frontier MoE LLMs, the original training data, and hence the true training distribution, is proprietary and inaccessible. As a result, calibration sets are inevitably imperfect surrogates, and this can misestimate expert utilization and lead to suboptimal bit allocation. Motivated by the substantial cross-expert quality variability observed in modern MoE models, and by the success of Heavy-Tailed Self-Regularization (HT-SR) theory at predicting neural network model quality without access to training or testing data, we propose AlphaQ, a calibration-free bit-allocation method for MoE quantization. AlphaQ draws on HT-SR theory and follows a simple principle: experts with more heavy-tailed weight spectra are typically better trained and hence should receive higher bit-widths, while experts with weaker heavy-tailed structure can be quantized more aggressively. AlphaQ operationalizes this principle by measuring expert-wise spectral heavy-tailedness and solving a budget-constrained optimization problem that minimizes total quantization error under a global bit-budget constraint. Across several MoE models, AlphaQ consistently outperforms calibration-based baselines under matched bit budgets. Notably, on Qwen1.5-MoE, AlphaQ achieves near full-precision accuracy with an average expert precision of only 3.5 bits, while delivering more than 4$\times$ memory compression. Our code is available at https://github.com/Superone77/AlphaQ.

📄 PDF Abstract BibTeX arXiv:2606.04980

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AIMER: Calibration-Free Task-Agnostic MoE Expert Pruning

2026-03-19 · Zongfang Liu, Guangyi Chen, Shengkun Tang, Yifan Shen 외 arxiv

Mixture-of-Experts (MoE) language models increase parameter capacity without proportional per-token computation, yet deployment still requires storing the full expert pool, making expert pruning important for reducing me…

A Replicate-and-Quantize Strategy for Plug-and-Play Load Balancing of Sparse Mixture-of-Experts LLMs

2026-02-23 · Zijie Liu, Jie Peng, Jinhao Duan, Zirui Liu 외 arxiv

Sparse Mixture-of-Experts (SMoE) architectures are increasingly used to scale large language models efficiently, delivering strong accuracy under fixed compute budgets. However, SMoE models often suffer from severe load …

Routing-Free Mixture-of-Experts

2026-04-01 · Yilun Liu, Jinru Han, Sikuan Yan, Volker Tresp 외 arxiv

Standard Mixture-of-Experts (MoE) models rely on centralized routing mechanisms that introduce rigid inductive biases. We propose Routing-Free MoE which eliminates any hard-coded centralized designs including external ro…

Let the Experts Speak: Improving Survival Prediction & Calibration via Mixture-of-Experts Heads

2025-11-11 · Todd Morrill, Aahlad Puli, Murad Megjhani, Soojin Park 외 arxiv

Deep mixture-of-experts models have attracted a lot of attention for survival analysis problems, particularly for their ability to cluster similar patients together. In practice, grouping often comes at the expense of ke…

Is Retraining-Free Enough? The Necessity of Router Calibration for Efficient MoE Compression

2026-02-10 · Sieun Hyeon, Jaeyoung Do arxiv

Mixture-of-Experts (MoE) models scale capacity efficiently, but their massive parameter footprint creates a deployment-time memory bottleneck. We organize retraining-free MoE compression into three paradigms - Expert Pru…

Knowledge Distillation