paper-with-me

Papers

Sparse Upcycling: Inference Inefficient Finetuning

2024-11-13 · Sasha Doubov, Nikhil Sardana, Vitaliy Chiley

Small, highly trained, open-source large language models are widely used due to their inference efficiency, but further improving their quality remains a challenge. Sparse upcycling is a promising approach that transforms a pretrained dense model into a Mixture-of-Experts (MoE) architecture, increasing the model's parameter count and quality. In this work, we compare the effectiveness of sparse upcycling against continued pretraining (CPT) across different model sizes, compute budgets, and pretraining durations. Our experiments show that sparse upcycling can achieve better quality, with improvements of over 20% relative to CPT in certain scenarios. However, this comes with a significant inference cost, leading to 40% slowdowns in high-demand inference settings for larger models. Our findings highlight the trade-off between model quality and inference efficiency, offering insights for practitioners seeking to balance model quality and deployment constraints.

📄 PDF Abstract BibTeX arXiv:2411.08968

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Similar Papers 제목 키워드 기반

CLIP-UP: A Simple and Efficient Mixture-of-Experts CLIP Training Recipe with Sparse Upcycling

2025-02-03 · Xinze Wang, Chen Chen, Yinfei Yang, Hong-You Chen 외

Mixture-of-Experts (MoE) models are crucial for scaling model capacity while controlling inference costs. While integrating MoE into multimodal models like CLIP improves performance, training these models is notoriously …

Mixture-of-Experts

Drop-Upcycling: Training Sparse Mixture of Experts with Partial Re-initialization

2025-02-26 · Taishi Nakamura, Takuya Akiba, Kazuki Fujii, Yusuke Oda 외

The Mixture of Experts (MoE) architecture reduces the training and inference cost significantly compared to a dense model of equivalent capacity. Upcycling is an approach that initializes and trains an MoE model using a …

Mixture-of-Experts

Branch-Train-MiX: Mixing Expert LLMs into a Mixture-of-Experts LLM

2024-03-12 · Sainbayar Sukhbaatar, Olga Golovneva, Vasu Sharma, Hu Xu 외

We investigate efficient methods for training Large Language Models (LLMs) to possess capabilities in multiple specialized domains, such as coding, math reasoning and world knowledge. Our method, named Branch-Train-MiX (…

Arithmetic ReasoningCode GenerationCommon Sense ReasoningMath+5

Upcycling Large Language Models into Mixture of Experts

2024-10-10 · Ethan He, Abhinav Khattar, Ryan Prenger, Vijay Korthikanti 외

Upcycling pre-trained dense language models into sparse mixture-of-experts (MoE) models is an efficient approach to increase the model capacity of already trained models. However, optimal techniques for upcycling at scal…

Mixture-of-ExpertsMMLU

Dense2MoE: Pushing the Pareto Frontier of On-Device LLMs via Unified Pruning and Upcycling

2026-05-26 · Fengfa Li, Hongjin Ji, Yifeng Ding, Lei Ren 외 arxiv

The Mixture of Experts MoE architecture is highly promising for resource constrained on device deployments yet training these models from scratch incurs prohibitive costs Current methods attempt to alleviate this by upcy…