ICML2026
TileQ: Efficient Low-Rank Quantization of Mixture-of-Experts with 2D Tiling
Hongyaoxing Gu, Xinzhe Chen, LIJUAN HU, Liu fangfang
摘要
Mixture-of-Experts (MoE) models achieve remarkable performance by sparsely activating specialized experts, yet their massive parameters in experts pose significant challenges for deployment. While low-rank quantization offers a promising route to compress MoE models, existing methods still incur nonnegligible memory overhead and inference latency. To address these limitations, we propose TILEQ, a fine-tuning-free post-training quantization (PTQ) method that employs 2D-tiling structured lowrank quantization to share low-rank factors across both input and output dimensions of MoE experts. Furthermore, we introduce an efficient inference technique for TILEQ that fuses multiple low-rank expert computations into a singlepass operation, significantly improving hardware utilization. Experiments show that TILEQ cuts down additional memory usage up to 10× and reduces inference latency to ∼5% while preserving state-of-the-art accuracy. Our code is