paper-with-me

Papers

Memory by Design: Probabilistic Sequence Layers

2026-05-29 · Matthew Dowling, Hyungju Jeon, Cristina Savin, Il Memming Park arxiv

We introduce the \emph{design-model framework}: a way to derive efficient recurrent sequence maps from explicit assumptions about memory. A design model writes evidence into memory by exact Bayesian filtering; a query- dependent readout produces a predictive distribution whose mean is the layer output. In our linear-Gaussian instantiation, the \emph{Bayesian Layer} propagates both a mean and a covariance: the covariance tracks uncertainty over stored associations, steering writes toward uncertain directions, attenuating gains as evidence accumulates, and preserving confident memories. The same framework unifies several sub-quadratic recurrences: linear attention, GLA, and Mamba-2/SSD are exact filters under a latent-input design model, whereas DeltaNet and related Delta-rule models are covariance-reset reductions of the Bayesian Layer's design model. Restoring covariance propagation yields closed-form predictions for retrieval dynamics, which we verify empirically, and improves robustness beyond the training regime in controlled collision studies, learned associative recall, and the Zoology MQAR benchmark. Training from scratch on WikiText-103 under matched state budgets lowers perplexity on associative-recall hits. Distilling Bayesian Layers into a pretrained 340M Gated DeltaNet improves RULER long-context retrieval over a matched-compute control, at a 2.5--2.7\% held-out perplexity cost.

📄 PDF Abstract BibTeX arXiv:2605.31163

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Structured Token Retention and Computational Memory Paths in Large Language Models

2025-02-05 · Jonathan Delena, Augustin Moreau, Dominic Ravensdale, Frederick Chatterton

Memory retention mechanisms play a central role in determining the efficiency of computational architectures designed for processing extended sequences. Conventional methods for token management often impose fixed retent…

Information Retrieval

Structured Context Recomposition for Large Language Models Using Probabilistic Layer Realignment

2025-01-29 · Jonathan Teel, Jocasta Cumberbatch, Raphael Benington, Quentin Baskerville

Extended sequence generation often leads to degradation in contextual consistency due to the inability of conventional self-attention mechanisms to effectively retain long-range dependencies. Existing approaches, includi…

Uncertainty Representations in State-Space Layers for Deep Reinforcement Learning under Partial Observability

2024-09-25 · Carlos E. Luis, Alessandro G. Bottero, Julia Vinogradska, Felix Berkenkamp 외

Optimal decision-making under partial observability requires reasoning about the uncertainty of the environment's hidden state. However, most reinforcement learning architectures handle partial observability with sequenc…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

A Deep Memory-based Architecture for Sequence-to-Sequence Learning

2015-06-22 · Fandong Meng, Zhengdong Lu, Zhaopeng Tu, Hang Li 외

We propose DEEPMEMORY, a novel deep architecture for sequence-to-sequence learning, which performs the task through a series of nonlinear transformations from the representation of the input sequence (e.g., a Chinese sen…

Machine TranslationSentenceTranslation

Assessing the Memory Ability of Recurrent Neural Networks

2020-02-18 · Cheng Zhang, Qiuchi Li, Lingyu Hua, Dawei Song

It is known that Recurrent Neural Networks (RNNs) can remember, in their hidden layers, part of the semantic information expressed by a sequence (e.g., a sentence) that is being processed. Different types of recurrent un…

Sentence