paper-with-me

홈 › 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 applications and devices requires new hardware with signal processors suited for convolutional neural networks. This work adds new data types (quantized 16-bit and 8-bit integer, 16-bit floating point) to Caffe in order to save memory and increase inference speed on existing commodity graphics processors with OpenCL, common in everyday devices. Existing models can be executed effortlessly in mixed-precision mode. Additionally, we propose a variation of mixture-of-experts to increase inference speed on AlexNet for image classification. We managed to decrease memory usage up to 3.29x while increasing inference speed up to 3.01x on certain devices. We demonstrate with five simple examples how the presented techniques can easily be applied to different machine learning problems. The whole pipeline, consisting of models, example python scripts and modified Caffe library, is available as Open Source software.

📄 PDF Abstract BibTeX arXiv:2209.15427

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMixture-of-Experts

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

MP-ISMoE: Mixed-Precision Interactive Side Mixture-of-Experts for Efficient Transfer Learning

2026-04-10 · Yutong Zhang, Zimeng Wu, Shangcai Liao, Shujiang Wu 외 arxiv

Parameter-efficient transfer learning (PETL) has emerged as a pivotal paradigm for adapting pre-trained foundation models to downstream tasks, significantly reducing trainable parameters yet suffering from substantial me…

Transfer Learning

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

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…

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…

Aurora:Activating Chinese chat capability for Mixtral-8x7B sparse Mixture-of-Experts through Instruction-Tuning

2023-12-22 · Rongsheng Wang, Haoming Chen, Ruizhe Zhou, Yaofei Duan 외

Existing research has demonstrated that refining large language models (LLMs) through the utilization of machine-generated instruction-following data empowers these models to exhibit impressive zero-shot capabilities for…

Instruction FollowingMixture-of-ExpertsMMLU