paper-with-me

Papers

Language Modeling With Factorization Memory

2025-10-31 · Lee Xiong, Maksim Tkachenko, Johanes Effendi, Ting Cai arxiv

We propose Factorization Memory, an efficient recurrent neural network (RNN) architecture that achieves performance comparable to Transformer models on short-context language modeling tasks while also demonstrating superior generalization in long-context scenarios. Our model builds upon Mamba-2, enabling Factorization Memory to exploit parallel computations during training while preserving constant computational and memory complexity during inference. To further optimize model efficiency and representational capacity, we develop a sparse formulation of Factorization Memory that updates only a subset of recurrent states at each step while preserving the strong performance of its dense counterpart. To our knowledge, this represents the first RNN architecture that successfully combines sparse memory activation with competitive performance across both short and long-context settings. This work provides a systematic empirical analysis of Factorization Memory in comparison to Transformer and Mamba-2 architectures.

📄 PDF Abstract BibTeX arXiv:2511.00315

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Tensor Factorization

2018-02-13 · Xian Wu, Baoxu Shi, Yuxiao Dong, Chao Huang 외

Neural collaborative filtering (NCF) and recurrent recommender systems (RRN) have been successful in modeling user-item relational data. However, they are also limited in their assumption of static or sequential modeling…

Collaborative FilteringLink PredictionRecommendation Systems

Compression of Recurrent Neural Networks for Efficient Language Modeling

2019-02-06 · Artem M. Grachev, Dmitry I. Ignatov, Andrey V. Savchenko

Recurrent neural networks have proved to be an effective method for statistical language modeling. However, in practice their memory and run-time complexity are usually too large to be implemented in real-time offline mo…

Language ModelingLanguage ModellingQuantization

Tensor Product Attention Is All You Need

2025-01-11 · Yifan Zhang, Yifeng Liu, Huizhuo Yuan, Zhen Qin 외

Scaling language models to handle longer input sequences typically necessitates large key-value (KV) caches, resulting in substantial memory overhead during inference. In this paper, we propose Tensor Product Attention (…

AllLanguage ModelingLanguage Modelling

Beyond Square Roots: Explicit Memory-Efficient Factorization for Multi-Epoch Private Learning

2026-05-18 · Nikita P. Kalinin, Aki Rehn, Joel Daniel Andersson, Antti Honkela 외 arxiv

Correlated-noise mechanisms are among the most promising approaches for improving the utility of differentially private model training, but rigorous guarantees require explicit, analyzable factorizations, and practical d…

Learning Fill-in Reduction Ordering via Graph Policy Optimization for Sparse Matrices

2026-05-17 · Ziwei Li, Shuzi Niu, Huiyuan Li, Tao Yuan 외 arxiv

Matrix reordering in large sparse solvers seeks a permutation that minimizes factorization fill-in to reduce memory and computation. Because the minimum fill-in ordering problem is NP-complete and fill-in is implicit in …

Reinforcement Learning