paper-with-me

홈 › Papers

Collaborative Compression for Large-Scale MoE Deployment on Edge

2025-09-30 · Yixiao Chen, Yanyue Xie, Ruining Yang, Wei Jiang, Wei Wang, Yong He, Yue Chen, Pu Zhao, Yanzhi Wang arxiv

The Mixture of Experts (MoE) architecture is an important method for scaling Large Language Models (LLMs). It increases model capacity while keeping computation cost low. However, the ultra-large MoE models still have hundreds of billions of parameters, requiring massive memory/storage and leading to difficulties for deployment on resource-constrained edge platforms. Pruning or quantization alone can hardly address the issue, because of the super-aggressive compression ratio with significantly degraded accuracy and output quality. To facilitate the deployment of ultra-large MoEs on edge platforms, we propose a collaborative compression framework by combining expert pruning, mixed-precision quantization, and activation optimization. It can effectively reduce the storage footprint of the ultra-large MoE DeepSeek-V3 from 1.3TB to 103GB, while preserving high output quality with better accuracy than traditional uniform low-bit quantization methods. To the best of our knowledge, we are the first to deploy a compressed model from the ultra-large DeepSeek-V3 on the platform with a strict 128GB total memory limit. Our comprehensive experiments on multiple benchmarks under various memory constraints demonstrate the effectiveness of our method with smaller model sizes and higher accuracy than uniform low-bit quantization methods.

📄 PDF Abstract BibTeX arXiv:2509.25689

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cloud-Device Collaborative Learning for Multimodal Large Language Models

2023-12-26 · CVPR 2024 1 · Guanqun Wang, Jiaming Liu, Chenxuan Li, Junpeng Ma 외

The burgeoning field of Multimodal Large Language Models (MLLMs) has exhibited remarkable performance in diverse tasks such as captioning, commonsense reasoning, and visual scene understanding. However, the deployment of…

Device-Cloud CollaborationKnowledge DistillationScene Understanding

Auto-Split: A General Framework of Collaborative Edge-Cloud AI

2021-08-30 · Amin Banitalebi-Dehkordi, Naveen Vedula, Jian Pei, Fei Xia 외

In many industry scale applications, large and resource consuming machine learning models reside in powerful cloud servers. At the same time, large amounts of input data are collected at the edge of cloud. The inference …

Retrieval-based Knowledge Transfer: An Effective Approach for Extreme Large Language Model Compression

2023-10-24 · Jiduan Liu, Jiahao Liu, Qifan Wang, Jingang Wang 외

Large-scale pre-trained language models (LLMs) have demonstrated exceptional performance in various natural language processing (NLP) tasks. However, the massive size of these models poses huge challenges for their deplo…

Language ModelingLanguage ModellingLarge Language ModelModel Compression+2

Edge Learning Based Collaborative Automatic Modulation Classification for Hierarchical Cognitive Radio Networks

2024-07-30 · Peihao Dong, Chaowei He, Shen Gao, Fuhui Zhou 외

In hierarchical cognitive radio networks, edge or cloud servers utilize the data collected by edge devices for modulation classification, which, however, is faced with problems of the computation load, transmission overh…

ClassificationData CompressionSemantic Compression

EdgeCompress: Coupling Multidimensional Model Compression and Dynamic Inference for EdgeAI

2026-07-08 · Hao Kong, Di Liu, Shuo Huai, Xiangzhong Luo 외 arxiv

Convolutional neural networks (CNNs) have demonstrated encouraging results in image classification tasks. However, the prohibitive computational cost of CNNs hinders the deployment of CNNs onto resource-constrained embed…

Image ClassificationModel CompressionImage Cropping