paper-with-me

Papers

Linear-MoE: Linear Sequence Modeling Meets Mixture-of-Experts

2025-03-07 · Weigao Sun, Disen Lan, Tong Zhu, Xiaoye Qu, Yu Cheng

Linear Sequence Modeling (LSM) like linear attention, state space models and linear RNNs, and Mixture-of-Experts (MoE) have recently emerged as significant architectural improvements. In this paper, we introduce Linear-MoE, a production-level system for modeling and training large-scale models that integrate LSM with MoE. Linear-MoE leverages the advantages of both LSM modules for linear-complexity sequence modeling and MoE layers for sparsely activation, aiming to offer high performance with efficient training. The Linear-MoE system comprises: 1) Modeling subsystem, which provides a unified framework supporting all instances of LSM. and 2) Training subsystem, which facilitates efficient training by incorporating various advanced parallelism technologies, particularly Sequence Parallelism designed for Linear-MoE models. Additionally, we explore hybrid models that combine Linear-MoE layers with standard Transformer-MoE layers with its Sequence Parallelism to further enhance model flexibility and performance. Evaluations on two model series, A0.3B-2B and A1B-7B, demonstrate Linear-MoE achieves efficiency gains while maintaining competitive performance on various benchmarks, showcasing its potential as a next-generation foundational model architecture. Code: https://github.com/OpenSparseLLMs/Linear-MoE.

📄 PDF Abstract BibTeX arXiv:2503.05447

Code (1)

opensparsellms/linear-moe 공식 구현 pytorch

Tasks

Mixture-of-ExpertsState Space Models

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

FRMDN: Flow-based Recurrent Mixture Density Network

2020-08-05 · Seyedeh Fatemeh Razavi, Reshad Hosseini, Tina Behzad

The class of recurrent mixture density networks is an important class of probabilistic models used extensively in sequence modeling and sequence-to-sequence mapping applications. In this class of models, the density of a…

MoM: Linear Sequence Modeling with Mixture-of-Memories

2025-02-19 · Jusen Du, Weigao Sun, Disen Lan, Jiaxi Hu 외

Linear sequence modeling methods, such as linear attention, state space modeling, and linear RNNs, offer significant efficiency improvements by reducing the complexity of training and inference. However, these methods ty…

4-D Epanechnikov Mixture Regression in Light Field Image Compression

2021-08-14 · Boning Liu, Yan Zhao, Xiaomeng Jiang, Shigang Wang 외

With the emergence of light field imaging in recent years, the compression of its elementary image array (EIA) has become a significant problem. Our coding framework includes modeling and reconstruction. For the modeling…

Image CompressionModel Selectionregression

A New Framework For Spatial Modeling And Synthesis of Genome Sequence

2019-08-09 · Salman Mohamadi, Farhang Yeganegi, Hamidreza Amindavar

This paper provides a framework in order to statistically model sequences from human genome, which is allowing a formulation to synthesize gene sequences. We start by converting the alphabetic sequence of genome to decim…

Variational Component Decoder for Source Extraction from Nonlinear Mixture

2021-09-29 · Shujie Zhang, Tianyue Zheng, Zhe Chen, Jun Luo 외

In many practical scenarios of signal extraction from a nonlinear mixture, only one (signal) source is intended to be extracted. However, modern methods involving Blind Source Separation are inefficient for this task sin…

blind source separationDecoderEEGElectroencephalogram (EEG)+2