paper-with-me

홈 › Papers

MoQE: Improve Quantization Model performance via Mixture of Quantization Experts

2025-08-09 · Jinhao Zhang, Yunquan Zhang, Boyang Zhang, Zeyu Liu, Daning Cheng arxiv

Quantization method plays a crucial role in improving model efficiency and reducing deployment costs, enabling the widespread application of deep learning models on resource-constrained devices. However, the quantization process inevitably introduces accuracy degradation. In this paper, we propose Mixture of Quantization Experts( abbr. MoQE), a quantization inference framework based on the Mixture-of-Experts (MoE) architecture, aiming to jointly improve the performance of quantization models. MoQE combines multiple quantization variants of one full-precision model as specialized "quantization experts" and dynamically routes input data to the most suitable expert based on its characteristics. MoQE alleviates the performance degradation commonly seen in single quantization models through specialization quantization expert models. We design lightweight, structure-aware router models tailored for both CV and NLP tasks. Experimental evaluations on ResNet, LLaMA, and Qwen model families across benchmark datasets including ImageNet, WikiText, C4, and OpenWebText demonstrate that MoQE achieves performance comparable to SOTA quantization model, without incurring significant increases in inference latency.

📄 PDF Abstract BibTeX arXiv:2508.09204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mixture of Quantized Experts (MoQE): Complementary Effect of Low-bit Quantization and Robustness

2023-10-03 · Young Jin Kim, Raffy Fahim, Hany Hassan Awadalla

Large Mixture of Experts (MoE) models could achieve state-of-the-art quality on various language tasks, including machine translation task, thanks to the efficient model scaling capability with expert parallelism. Howeve…

GPUMachine TranslationMixture-of-ExpertsQuantization

RQ-MoE: Residual Quantization via Mixture of Experts for Efficient Input-Dependent Vector Compression

2026-05-14 · Zhengjia Zhong, Shuyan Ke, Zaizhou Lin, Jiaqi Song 외 arxiv

Vector quantization is a fundamental tool for compressing high-dimensional embeddings, yet existing multi-codebook methods rely on static codebooks that limit expressiveness under heterogeneous data geometry. While recen…

3D Gaussian Splatting Data Compression with Mixture of Priors

2025-05-06 · Lei Liu, Zhenghao Chen, Dong Xu

3D Gaussian Splatting (3DGS) data compression is crucial for enabling efficient storage and transmission in 3D scene modeling. However, its development remains limited due to inadequate entropy models and suboptimal quan…

3DGSData CompressionMixture-of-ExpertsQuantization

SYMOG: learning symmetric mixture of Gaussian modes for improved fixed-point quantization

2020-02-19 · Lukas Enderich, Fabian Timm, Wolfram Burgard

Deep neural networks (DNNs) have been proven to outperform classical methods on several machine learning benchmarks. However, they have high computational complexity and require powerful processing units. Especially when…

Quantization

Value-and-Structure Alignment for Routing-Consistent Quantization of Mixture-of-Experts Models

2026-06-04 · Hancheol Park, Geonho Lee, Tairen Piao, Tae-Ho Kim arxiv

Mixture-of-Experts (MoE) models scale foundation models efficiently by activating only a subset of experts for each token, but their large number of expert parameters still makes quantization essential for practical depl…