paper-with-me

Papers

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 way to scale LLMs more efficiently by using fewer computational FLOPs through sparse activation. However, it suffers from significant memory overheads, necessitating model compression techniques. Post-training quantization, a popular method for model compression, proves less effective when directly applied to MoE models due to MoE's overlooked inherent sparsity. This paper explores several MoE structure-aware quantization heuristics, ranging from coarse to fine granularity, from MoE block to individual linear weight. Our investigations reveal critical principles: different MoE structures (i.e., blocks, experts, linear layers) require varying numbers of weight bits for effective and efficient quantization. Conclusions are supported by extensive benchmarking across two representative MoE models and six tasks. We further introduce novel enhancements to more accurately identify the most critical weights in MoE quantization that necessitate higher bit allocations, including the linear weight outlier scorer and MoE block scorer. Additionally, subsequent experiments validate our findings in the context of both weight and activation quantization.

📄 PDF Abstract BibTeX arXiv:2406.08155

Code (1)

unites-lab/moe-quantization 공식 구현 pytorch

Tasks

BenchmarkingMixture-of-ExpertsModel CompressionQuantization

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

TileQ: Efficient Low-Rank Quantization of Mixture-of-Experts with 2D Tiling

2026-05-10 · Hongyaoxing Gu, Xinzhe Chen, Lijuan Hu, Fangfang Liu arxiv

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 o…

MoTE: Mixture of Ternary Experts for Memory-efficient Large Multimodal Models

2025-06-17 · Hongyu Wang, Jiayu Xu, Ruiping Wang, Yan Feng 외

Large multimodal Mixture-of-Experts (MoEs) effectively scale the model size to boost performance while maintaining fixed active parameters. However, previous works primarily utilized full-precision experts during sparse …

Mixture-of-ExpertsQuantization

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…

Quant Experts: Token-aware Adaptive Error Reconstruction with Mixture of Experts for Large Vision-Language Models Quantization

2026-02-27 · Chenwei Jia, Baoting Li, Xuchong Zhang, Mingzhuo Wei 외 arxiv

Post-Training Quantization (PTQ) has emerged as an effective technique for alleviating the substantial computational and memory overheads of Vision-Language Models (VLMs) by compressing both weights and activations witho…

Nemotron 3 Super: Open, Efficient Mixture-of-Experts Hybrid Mamba-Transformer Model for Agentic Reasoning

2026-04-14 · NVIDIA, :, Aakshita Chandiramani, Aaron Blakeman 외 arxiv

We describe the pre-training, post-training, and quantization of Nemotron 3 Super, a 120 billion (active 12 billion) parameter hybrid Mamba-Attention Mixture-of-Experts model. Nemotron 3 Super is the first model in the N…

Reinforcement Learning