paper-with-me

홈 › Papers

MossNet: Mixture of State-Space Experts is a Multi-Head Attention

2025-10-30 · Shikhar Tuli, James Seale Smith, Haris Jeelani, Chi-Heng Lin, Abhishek Patel, Vasili Ramanishka, Yen-Chang Hsu, Hongxia Jin arxiv

Large language models (LLMs) have significantly advanced generative applications in natural language processing (NLP). Recent trends in model architectures revolve around efficient variants of transformers or state-space/gated-recurrent models (SSMs, GRMs). However, prevailing SSM/GRM-based methods often emulate only a single attention head, potentially limiting their expressiveness. In this work, we propose MossNet, a novel mixture-of-state-space-experts architecture that emulates a linear multi-head attention (MHA). MossNet leverages a mixture-of-experts (MoE) implementation not only in channel-mixing multi-layered perceptron (MLP) blocks but also in the time-mixing SSM kernels to realize multiple "attention heads." Extensive experiments on language modeling and downstream evaluations show that MossNet outperforms both transformer- and SSM-based architectures of similar model size and data budgets. Larger variants of MossNet, trained on trillions of tokens, further confirm its scalability and superior performance. In addition, real-device profiling on a Samsung Galaxy S24 Ultra and an Nvidia A100 GPU demonstrate favorable runtime speed and resource usage compared to similarly sized baselines. Our results suggest that MossNet is a compelling new direction for efficient, high-performing recurrent LLM architectures.

📄 PDF Abstract BibTeX arXiv:2510.26182

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoSS: Monocular Shape Sensing for Continuum Robots

2023-03-02 · Chengnan Shentu, Enxu Li, Chaojun Chen, Puspita Triana Dewi 외

Continuum robots are promising candidates for interactive tasks in medical and industrial applications due to their unique shape, compliance, and miniaturization capability. Accurate and real-time shape sensing is essent…

Decoder

A Mixture-of-Experts Model for Antonym-Synonym Discrimination

2021-08-01 · ACL 2021 5 · Zhipeng Xie, Nan Zeng

Discrimination between antonyms and synonyms is an important and challenging NLP task. Antonyms and synonyms often share the same or similar contexts and thus are hard to make a distinction. This paper proposes two under…

Mixture-of-Experts

Multi-Task Vehicle Routing Solver via Mixture of Specialized Experts under State-Decomposable MDP

2025-10-24 · Yuxin Pan, Zhiguang Cao, Chengyang Gu, Liu Liu 외 arxiv

Existing neural methods for multi-task vehicle routing problems (VRPs) typically learn unified solvers to handle multiple constraints simultaneously. However, they often underutilize the compositional structure of VRP va…

MH-MoE: Multi-Head Mixture-of-Experts

2024-11-25 · Shaohan Huang, Xun Wu, Shuming Ma, Furu Wei

Multi-Head Mixture-of-Experts (MH-MoE) demonstrates superior performance by using the multi-head mechanism to collectively attend to information from various representation spaces within different experts. In this paper,…

Mixture-of-Experts

Wonderful Matrices: Combining for a More Efficient and Effective Foundation Model Architecture

2024-12-16 · Jingze Shi, Bingheng Wu

In order to make the foundation model more efficient and effective, our idea is combining sequence transformation and state transformation. First, we prove the availability of rotary position embedding in the state space…

Mixture-of-ExpertsPositionRetrieval