paper-with-me

Papers

SwapMoE: Serving Off-the-shelf MoE-based Large Language Models with Tunable Memory Budget

2023-08-29 · Rui Kong, Yuanchun Li, Qingtian Feng, Weijun Wang, Xiaozhou Ye, Ye Ouyang, Linghe Kong, Yunxin Liu

Mixture of experts (MoE) is a popular technique to improve capacity of Large Language Models (LLMs) with conditionally-activated parallel experts. However, serving MoE models on memory-constrained devices is challenging due to the large parameter size. Typical solutions such as memory swapping or expert pruning may lead to significantly higher latency or severe accuracy loss. In this paper, we introduce SwapMoE, a framework for efficient serving of MoE-based large language models with tunable memory budgets. The main idea of SwapMoE is to keep a small dynamic set of important experts, namely Virtual Experts, in the main memory for inference, while seamlessly maintaining how the Virtual Experts map to the actual experts. Experiments have shown that SwapMoE can reduce the memory footprint while maintaining reasonable accuracy. For example, on text summarization tasks with Switch Transformer, SwapMoE can reduce the memory consumption from 14.2 GiB to 4.7 GiB, together with 50\% latency reduction and a slight Rouge-2 score drop of 0.041.

📄 PDF Abstract BibTeX arXiv:2308.15030

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Expertsobject-detectionObject DetectionText Summarization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Influence-Preserving Proxies for Gradient-Based Data Selection in LLM Fine-tuning

2026-02-19 · Sirui Chen, Yunzhe Qi, Mengting Ai, Yifan Sun 외 arxiv

Supervised fine-tuning (SFT) relies critically on selecting training data that most benefits a model's downstream performance. Gradient-based data selection methods such as TracIn and Influence Functions leverage influen…

A low-cost flexible instrument made of off-the-shelf components for pulsed eddy current testing: overview and application to pseudo-noise excitation

2021-02-23 · Hamed Malekmohammadi, Andrea Migali, Stefano Laureti, Marco Ricci

A flexible and low-cost device for eddy current non-destructive testing made of off-the-shelf components is described. The proposed system is compact and easy to operate, and it consists of a dual H-bridge stepper motor …

RAG4ITOps: A Supervised Fine-Tunable and Comprehensive RAG Framework for IT Operations and Maintenance

2024-10-21 · Tianyang Zhang, Zhuoxuan Jiang, Shengguang Bai, Tianrui Zhang 외

With the ever-increasing demands on Question Answering (QA) systems for IT operations and maintenance, an efficient and supervised fine-tunable framework is necessary to ensure the data security, private deployment and c…

Cloud ComputingContrastive LearningQuestion AnsweringRAG+2

The Thinking Spectrum: An Empirical Study of Tunable Reasoning in LLMs through Model Merging

2025-09-26 · Xiaochong Lan, Yu Zheng, Shiteng Cao, Yong Li arxiv

The growing demand for large language models (LLMs) with tunable reasoning capabilities in many real-world applications highlights a critical need for methods that can efficiently produce a spectrum of models balancing r…

Equinox: Holistic Fair Scheduling in Serving Large Language Models

2025-08-19 · Zhixiang Wei, James Yen, Jingyi Chen, Ziyang Zhang 외 arxiv

We address the limitations of current LLM serving with a dual-counter framework separating user and operator perspectives. The User Fairness Counter measures quality of service via weighted tokens and latency; the Resour…