paper-with-me

Papers

EAQuant: Enhancing Post-Training Quantization for MoE Models via Expert-Aware Optimization

2025-06-16 · Zhongqian Fu, Ning Ding, Kai Han, Xianzhi Yu, Xiaosong Li, Xinghao Chen, Yehui Tang, Yunhe Wang

Mixture-of-Experts (MoE) models have emerged as a cornerstone of large-scale deep learning by efficiently distributing computation and enhancing performance. However, their unique architecture-characterized by sparse expert activation and dynamic routing mechanisms-introduces inherent complexities that challenge conventional quantization techniques. Existing post-training quantization (PTQ) methods struggle to address activation outliers, router consistency and sparse expert calibration, leading to significant performance degradation. To bridge this gap, we propose EAQuant, a novel PTQ framework tailored for MoE architectures. Our method systematically tackles these challenges through three key innovations: (1) expert-aware smoothing aggregation to suppress activation outliers and stabilize quantization, (2) router logits distribution alignment to preserve expert selection consistency post-quantization, and (3) expert-level calibration data balance to optimize sparsely activated experts. Extensive experiments across W4A4 and extreme W3A4 quantization configurations demonstrate that EAQuant significantly outperforms existing methods, achieving average score improvements of 1.15 - 2.28% across three diverse MoE architectures, with particularly pronounced gains in reasoning tasks and robust performance retention under aggressive quantization. By integrating these innovations, EAQuant establishes a new state-of-the-art for high-precision, efficient MoE model compression. Our code is available at https://github.com/darren-fzq/EAQuant.

📄 PDF Abstract BibTeX arXiv:2506.13329

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsModel CompressionQuantization

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

E-PMQ: Expert-Guided Post-Merge Quantization with Merged-Weight Anchoring

2026-05-16 · Wenjun Wang, Yanggan Gu, Shuo Cai, Yuanyi Wang 외 arxiv

Low-resource deployment constraints have made model quantization essential for deploying neural networks while preserving performance. Meanwhile, model merging has become an increasingly practical low-resource strategy f…

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…

ZeroQuant-HERO: Hardware-Enhanced Robust Optimized Post-Training Quantization Framework for W8A8 Transformers

2023-10-26 · Zhewei Yao, Reza Yazdani Aminabadi, Stephen Youn, Xiaoxia Wu 외

Quantization techniques are pivotal in reducing the memory and computational demands of deep neural network inference. Existing solutions, such as ZeroQuant, offer dynamic quantization for models like BERT and GPT but ov…

Quantization

VEQ: Modality-Adaptive Quantization for MoE Vision-Language Models

2026-02-01 · Guangshuo Qin, Zhiteng Li, Zheng Chen, Weihang Zhang 외 arxiv

Mixture-of-Experts(MoE) Vision-Language Models (VLMs) offer remarkable performance but incur prohibitive memory and computational costs, making compression essential. Post-Training Quantization (PTQ) is an effective trai…

Examining Post-Training Quantization for Mixture-of-Experts: A Benchmark

2024-06-12 · Pingzhi Li, Xiaolong Jin, Yu Cheng, Tianlong Chen

Large Language Models~(LLMs) have become foundational in the realm of natural language processing, demonstrating performance improvements as model sizes increase. The Mixture-of-Experts~(MoE) approach offers a promising …

BenchmarkingMixture-of-ExpertsModel CompressionQuantization