CLOct 30, 2025

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

arXiv:2510.26182v11 citationsh-index: 11IJCNLP-AACL
Originality Incremental advance
AI Analysis

This addresses the problem of expressiveness in efficient recurrent LLM architectures for NLP applications, representing an incremental improvement by combining existing concepts like MoE and SSMs.

The paper tackles the limitation of state-space models (SSMs) emulating only single attention heads by proposing MossNet, a mixture-of-state-space-experts architecture that emulates linear multi-head attention, and shows it outperforms transformer- and SSM-based models of similar size and data budgets, with larger variants confirming scalability and superior performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes