paper-with-me

Papers

Mixture of A Million Experts

2024-07-04 · Xu Owen He

The feedforward (FFW) layers in standard transformer architectures incur a linear increase in computational costs and activation memory as the hidden layer width grows. Sparse mixture-of-experts (MoE) architectures have emerged as a viable approach to address this issue by decoupling model size from computational cost. The recent discovery of the fine-grained MoE scaling law shows that higher granularity leads to better performance. However, existing MoE models are limited to a small number of experts due to computational and optimization challenges. This paper introduces PEER (parameter efficient expert retrieval), a novel layer design that utilizes the product key technique for sparse retrieval from a vast pool of tiny experts (over a million). Experiments on language modeling tasks demonstrate that PEER layers outperform dense FFWs and coarse-grained MoEs in terms of performance-compute trade-off. By enabling efficient utilization of a massive number of experts, PEER unlocks the potential for further scaling of transformer models while maintaining computational efficiency.

📄 PDF Abstract BibTeX arXiv:2407.04153

Code (1)

huyphan168/PEER pytorch

Tasks

Computational EfficiencyLanguage ModelingLanguage ModellingMixture-of-ExpertsRetrieval

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Ada-MoGE: Adaptive Mixture of Gaussian Expert Model for Time Series Forecasting

2025-11-29 · Zhenliang Ni, Xiaowen Ma, Zhenkai Wu, Shuai Xiao 외 arxiv

Multivariate time series forecasts are widely used, such as industrial, transportation and financial forecasts. However, the dominant frequencies in time series may shift with the evolving spectral distribution of the da…

Time Series Forecasting

Mixture-of-Parallelisms: Towards Memory-Efficient Training Stack for Mixture-of-Experts Models

2026-07-02 · Xuan-Phi Nguyen, Shrey Pandit, Yiran Zhao, Semih Yavuz 외 arxiv

This paper showcases a memory-efficient training stack for Mixture-of-Experts (MoE) models. It is a training paradigm that combines and specializes various existing and novel parallelism techniques at different layers an…

Generalizable Slum Detection from Satellite Imagery with Mixture-of-Experts

2025-11-13 · Sumin Lee, Sungwon Park, Jeasurk Yang, Jihee Kim 외 arxiv

Satellite-based slum segmentation holds significant promise in generating global estimates of urban poverty. However, the morphological heterogeneity of informal settlements presents a major challenge, hindering the abil…

Test-time Adaptation

Hierarchical Mixture-of-Experts Model for Large-Scale Gaussian Process Regression

2014-12-09 · Jun Wei Ng, Marc Peter Deisenroth

We propose a practical and scalable Gaussian process model for large-scale nonlinear probabilistic regression. Our mixture-of-experts model is conceptually simple and hierarchically recombines computations for an overall…

Mixture-of-Expertsregression

Mixture of Masters: Sparse Chess Language Models with Player Routing

2026-02-04 · Giacomo Frisoni, Lorenzo Molfetta, Davide Freddi, Gianluca Moro arxiv

Modern chess language models are dense transformers trained on millions of games played by thousands of high-rated individuals. However, these monolithic networks tend to collapse into mode-averaged behavior, where styli…