paper-with-me

홈 › Papers

SpecMoE: A Fast and Efficient Mixture-of-Experts Inference via Self-Assisted Speculative Decoding

2026-04-11 · Jehyeon Bang, Eunyeong Cho, Ranggi Hwang, Jinha Chung, Minsoo Rhu arxiv

The Mixture-of-Experts (MoE) architecture has emerged as a promising approach to mitigate the rising computational costs of large language models (LLMs) by selectively activating parameters. However, its high memory requirements and sub-optimal parameter efficiency pose significant challenges for efficient deployment. Although CPU-offloaded MoE inference systems have been proposed in the literature, they offer limited efficiency, particularly for large batch sizes. In this work, we propose SpecMoE, a memory-efficient MoE inference system based on our self-assisted speculative decoding algorithm. SpecMoE demonstrates the effectiveness of applying speculative decoding to MoE inference without requiring additional model training or fine-tuning. Our system improves inference throughput by up to $4.30\times$, while significantly reducing bandwidth requirements of both memory and interconnect on memory-constrained systems.

📄 PDF Abstract BibTeX arXiv:2604.10152

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpecMoE: Spectral Mixture-of-Experts Foundation Model for Cross-Species EEG Decoding

2026-03-17 · Davy Darankoum, Chloé Habermacher, Julien Volle, Sergei Grudinin arxiv

Decoding the orchestration of neural activity in electroencephalography (EEG) signals is a central challenge in bridging neuroscience with artificial intelligence. Foundation models have made strides in generalized EEG d…

Emotion RecognitionEeg Decoding

Fast Feedforward Networks

2023-08-28 · Peter Belcak, Roger Wattenhofer

We break the linear link between the layer size and its inference cost by introducing the fast feedforward (FFF) architecture, a log-time alternative to feedforward networks. We demonstrate that FFFs are up to 220x faste…

Mixture-of-Experts

Mixture of Lookup Experts

2025-03-20 · Shibo Jie, Yehui Tang, Kai Han, Yitong Li 외

Mixture-of-Experts (MoE) activates only a subset of experts during inference, allowing the model to maintain low inference FLOPs and latency even as the parameter count scales up. However, since MoE dynamically selects t…

Mixture-of-Experts

Abstracting Robot Manipulation Skills via Mixture-of-Experts Diffusion Policies

2026-01-29 · Ce Hao, Xuanran Zhai, Yaohua Liu, Harold Soh arxiv

Diffusion-based policies have recently shown strong results in robot manipulation, but their extension to multi-task scenarios is hindered by the high cost of scaling model size and demonstrations. We introduce Skill Mix…

Multi-Task LearningRobot ManipulationTransfer Learning

Variational Mixture of Gaussian Process Experts

2008-12-01 · NeurIPS 2008 12 · Chao Yuan, Claus Neubauer

Mixture of Gaussian processes models extended a single Gaussian process with ability of modeling multi-modal data and reduction of training complexity. Previous inference algorithms for these models are mostly based on G…

Gaussian ProcessesMixture-of-Experts