TensorX
返回文献探索

Paper · arXiv 2502.13685

MoM: Linear Sequence Modeling with Mixture-of-Memories

Jusen Du, Weigao Sun, Disen Lan, Jiaxi Hu, Yu Cheng

36 upvotesFebruary 19, 2025arXiv 预印本
AI 摘要

Mixture-of-Memories (MoM) uses independent memory states to enhance recall in sequence modeling while maintaining computational efficiency, outperforming linear models and achieving performance comparable to Transformers.

linear attentionstate space modelinglinear RNNsMixture-of-MemoriesMoMmemory statesrouter networkmemory interferencecomputational complexitylinear-complexityconstant-complexitydownstream language tasks

Abstract

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 typically compress the entire input sequence into a single fixed-size memory state, which leads to suboptimal performance on recall-intensive downstream tasks. Drawing inspiration from neuroscience, particularly the brain's ability to maintain robust long-term memory while mitigating "memory interference", we introduce a novel architecture called Mixture-of-Memories (MoM). MoM utilizes multiple independent memory states, with a router network directing input tokens to specific memory states. This approach greatly enhances the overall memory capacity while minimizing memory interference. As a result, MoM performs exceptionally well on recall-intensive tasks, surpassing existing linear sequence modeling techniques. Despite incorporating multiple memory states, the computation of each memory state remains linear in complexity, allowing MoM to retain the linear-complexity advantage during training, while constant-complexity during inference. Our experimental results show that MoM significantly outperforms current linear sequence models on downstream language tasks, particularly recall-intensive tasks, and even achieves performance comparable to Transformer models. The code is released at https://github.com/OpenSparseLLMs/MoM and is also released as a part of https://github.com/OpenSparseLLMs/Linear-MoE.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
MoM: Linear Sequence Modeling with Mixture-of-Memories | TensorX