Kalman Delta Networks:将联想记忆重构为不确定性感知状态空间模型

HuggingFace Daily Papers(社区热门论文)·2026-09-07 08:00·2天前
AI 导读

Kalman Delta Networks(KDNs)将线性注意力中的递归联想记忆重构为线性-高斯状态空间模型,用卡尔曼滤波显式追踪记忆状态及其不确定性,使每次写入按累积证据和观测可靠性加权。

HuggingFace Daily Papers(社区热门论文)
46AI 编辑部评分,满分 100

Kalman Delta Networks:将联想记忆重构为不确定性感知状态空间模型

2026-09-07 08:00· 2天前
AI 导读

Kalman Delta Networks(KDNs)将线性注意力中的递归联想记忆重构为线性-高斯状态空间模型,用卡尔曼滤波显式追踪记忆状态及其不确定性,使每次写入按累积证据和观测可靠性加权。

Linear attention is increasingly used in frontier language models for efficient long-context inference and constant-memory decoding. Its fixed-size recurrent memory, however, requires an online decision at each token: what to write and how strongly to overwrite existing associations before knowing which information future queries will require. Delta-rule models learn this strength from the current token embedding but do not track confidence in the memory estimate, preventing each write from adapting to accumulated evidence. To represent this uncertainty explicitly, we reformulate recurrent associative memory as a linear--Gaussian state-space model, for which the Kalman filter is the optimal recursive estimator, and introduce a new family of models, Kalman Delta Networks (KDNs). Within KDNs, the transition propagates both the memory state and its uncertainty, allowing the Kalman gain to weight each residual write by accumulated evidence and observation reliability. Under this formulation, Delta-style updates emerge as a special case that substitutes a token-wise isotropic surrogate for predictive covariance and omits covariance tracking. Exact tracking, however, entails a dense, state-dependent Riccati recursion that is poorly suited to GPU-parallel linear-attention scans. To address this issue, we introduce two scan-compatible KDN approximations. Diagonal KDN projects each one-step posterior onto the diagonal Gaussian family through online mean-field variational inference, whereas Isotropic KDN uses an isotropic approximation with a single uncertainty scalar per head. Their uncertainty recurrences are Mobius maps, enabling associative scans with logarithmic parallel depth. Across controlled pretraining at 750M and 1.3B parameters, KDN variants consistently improve perplexity and mean downstream accuracy over state-of-the-art linear-attention models.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org