paper-with-me

홈 › Papers

MoPEQ: Mixture of Mixed Precision Quantized Experts

2025-09-02 · Krishna Teja Chitty-Venkata, Jie Ye, Murali Emani arxiv

Large Language and Vision Models using a Mixture-of-Experts (MoE) architecture pose significant challenges for deployment due to their computational and memory demands. Mixed Precision Quantization assigns different precisions to different layers of an LLM/VLM based on layer sensitivity and importance within the model. In this work, we propose a Post Training Quantization algorithm, MoPEQ, that assigns optimal bit width to each expert. Our method balances accuracy and model size by analyzing each expert's sensitivity using Hessian trace approximation instead of relying on the activation frequency of the expert. This per-expert granularity approach clusters similar experts to maintain model performance while reducing memory requirements. The experimental results on VLMEvalKit benchmark datasets using State-of-the-art VLMs Deepseek-VL2 -tiny, -small, -base, and MolmoE models demonstrate that our mixed precision quantized MoEs achieve competitive accuracy with substantial improvements in memory footprint compared to uniform-precision baseline methods. We perform a comprehensive study to analyze the impact of expert activation frequency and sensitivity using Hessian trace approximation at both layer-wise and model-wide expert precision allocation of 2, 3, and 4 bits to provide a thorough understanding of mixed precision quantization of VLM-MoEs.

📄 PDF Abstract BibTeX arXiv:2509.02512

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tuning of Mixture-of-Experts Mixed-Precision Neural Networks

2022-09-29 · Fabian Tschopp

Deep learning has become a useful data analysis method, however mainstream adaption in distributed computer software and embedded devices has been low so far. Often, adding deep learning inference in mainstream applicati…

image-classificationImage ClassificationMixture-of-Experts

GEMQ: Global Expert-Level Mixed-Precision Quantization for MoE LLMs

2026-05-21 · Jianing Deng, Song Wang, Dongwei Wang, Zijie Liu 외 arxiv

Mixture-of-Experts Large Language Models (MoE-LLMs) achieve strong performance but incur substantial memory overhead due to massive expert parameters. Mixed-precision quantization mitigates this cost by allocating expert…

Q-Strata: Hierarchical Bit Allocation for Mixed-Precision Quantization of Mixture-of-Experts LLMs

2026-08-31 · Deokjae Lee, Sihun Chu, Hyun Oh Song arxiv

Mixed-precision quantization (MPQ) assigns a different bitwidth to each linear layer of a large language model (LLM) to minimize the quantization-induced quality loss under a fixed budget, but Mixture-of-Experts (MoE) mo…

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

2026-06-03 · Wanqi Yang, Yuexiao Ma, Alexander Conzelmann, Xiawu Zheng 외 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 s…

Efficient Quantization of Mixture-of-Experts with Theoretical Generalization Guarantees

2026-04-07 · Mohammed Nowaz Rabbani Chowdhury, Kaoutar El Maghraoui, Hsinyu Tsai, Naigang Wang 외 arxiv

Sparse Mixture-of-Experts (MoE) allows scaling of language and vision models efficiently by activating only a small subset of experts per input. While this reduces computation, the large number of parameters still incurs…