paper-with-me

Papers

MoE Jetpack: From Dense Checkpoints to Adaptive Mixture of Experts for Vision Tasks

2024-06-07 · Xingkui Zhu, Yiran Guan, Dingkang Liang, Yuchao Chen, Yuliang Liu, Xiang Bai

The sparsely activated mixture of experts (MoE) model presents a promising alternative to traditional densely activated (dense) models, enhancing both quality and computational efficiency. However, training MoE models from scratch demands extensive data and computational resources. Moreover, public repositories like timm mainly provide pre-trained dense checkpoints, lacking similar resources for MoE models, hindering their adoption. To bridge this gap, we introduce MoE Jetpack, an effective method for fine-tuning dense checkpoints into MoE models. MoE Jetpack incorporates two key techniques: (1) checkpoint recycling, which repurposes dense checkpoints as initial weights for MoE models, thereby accelerating convergence, enhancing accuracy, and alleviating the computational burden of pre-training; (2) hyperspherical adaptive MoE (SpheroMoE) layer, which optimizes the MoE architecture for better integration of dense checkpoints, enhancing fine-tuning performance. Our experiments on vision tasks demonstrate that MoE Jetpack significantly improves convergence speed and accuracy when fine-tuning dense checkpoints into MoE models. Our code will be publicly available at https://github.com/Adlith/MoE-Jetpack.

📄 PDF Abstract BibTeX arXiv:2406.04801

Code (1)

adlith/moe-jetpack 공식 구현 pytorch

Tasks

Computational EfficiencyMixture-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…
MoE 설명 없음

Similar Papers 제목 키워드 기반

Skywork-MoE: A Deep Dive into Training Techniques for Mixture-of-Experts Language Models

2024-06-03 · Tianwen Wei, Bo Zhu, Liang Zhao, Cheng Cheng 외

In this technical report, we introduce the training methodologies implemented in the development of Skywork-MoE, a high-performance mixture-of-experts (MoE) large language model (LLM) with 146 billion parameters and 16 e…

Language ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

DECO: Sparse Mixture-of-Experts with Dense-Comparable Performance on End-Side Devices

2026-05-11 · Chenyang Song, Weilin Zhao, Xu Han, Chaojun Xiao 외 arxiv

While Mixture-of-Experts (MoE) scales model capacity without proportionally increasing computation, its massive total parameter footprint creates significant storage and memory-access bottlenecks, which hinder efficient …

Sparse Upcycling: Training Mixture-of-Experts from Dense Checkpoints

2022-12-09 · Aran Komatsuzaki, Joan Puigcerver, James Lee-Thorp, Carlos Riquelme Ruiz 외

Training large, deep neural networks to convergence can be prohibitively expensive. As a result, often only a small selection of popular, dense models are reused across different contexts and tasks. Increasingly, sparsel…

Mixture-of-Experts

Upcycling Instruction Tuning from Dense to Mixture-of-Experts via Parameter Merging

2024-10-02 · Tingfeng Hui, Zhenyu Zhang, Shuohuan Wang, Yu Sun 외

Mixture-of-Experts (MoE) shines brightly in large language models (LLMs) and demonstrates outstanding performance in plentiful natural language processing tasks. However, existing methods transforming LLMs from dense to …

DiversityMixture-of-Experts

FLAME-MoE: A Transparent End-to-End Research Platform for Mixture-of-Experts Language Models

2025-05-26 · Hao Kang, Zichun Yu, Chenyan Xiong

Recent large language models such as Gemini-1.5, DeepSeek-V3, and Llama-4 increasingly adopt Mixture-of-Experts (MoE) architectures, which offer strong efficiency-performance trade-offs by activating only a fraction of t…

Mixture-of-Experts