paper-with-me

Papers

Precision Tracked Transformer via Kalman Filtering, Kriging and Process Noise

2026-05-12 · Bo Long, Deepak Agarwal, Jelena Markovic-Voronov, Yi Wang, Liuqing Li arxiv

The Transformer is the foundational building block of modern AI, yet offers no principled handling of \emph{uncertainty}, which is prevalent in real applications: cold-start tokens with sparse histories in sequential recommendation, heterogeneous signal quality in language models, and attention sinks induced by unconstrained softmax. Every token is treated with uniform confidence. We show this uniformity is a degenerate case of our \emph{Bayesian Filtering Transformer} (BFT): attention becomes precision-weighted kriging, the residual connection becomes a Kalman update with adaptive gain, and the FFN becomes a dynamics model propagating precision via a Jacobian--plus--process-noise rule. Observation precision comes from a parameter-free Restricted Maximum Likelihood (REML) estimator with a conjugate Bayesian prior. BFT replaces any Transformer layer with negligible overhead. On sequential recommendation, BFT applied to three major architectures yields significant gains on six benchmarks, with the largest improvements on cold-start users and rare items where uncertainty is highest. On supervised fine-tuning of large language models with noisy data, BFT improves robustness in two regimes: noisy supervision (token-label corruption in question answering) and noisy context (retrieval-augmented QA with real RAG distractors). A single principled modification -- restoring precision -- unlocks substantial headroom across both classical sequence-modeling and modern LLM regimes.

📄 PDF Abstract BibTeX arXiv:2605.18832

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential RecommendationQuestion Answering

Similar Papers 제목 키워드 기반

Multiway Ensemble Kalman Filter

2021-12-08 · Yu Wang, Alfred Hero

In this work, we study the emergence of sparsity and multiway structures in second-order statistical characterizations of dynamical processes governed by partial differential equations (PDEs). We consider several state-o…

Adaptive Beam Tracking with the Unscented Kalman Filter for Millimeter Wave Communication

2018-04-23

Millimeter wave (mmWave) communication links for 5G cellular technology require high beamforming gain to overcome channel impairments and achieve high throughput. While much work has focused on estimating mmWave channels…

Kalman Linear Attention: Parallel Bayesian Filtering For Efficient Language Modelling and State Tracking

2026-02-11 · Vaisakh Shaj, Cameron Barker, Aidan Scannell, Andras Szecsenyi 외 arxiv

State-space language models such as Mamba and gated linear attention (GLA) offer linear-complexity, parallelisable alternatives to transformers, but their linear state updates limit expressivity and robust state tracking…

Language Modelling

Inverse Extended Kalman Filter -- Part I: Fundamentals

2022-01-05 · Himali Singh, Arpan Chattopadhyay, Kumar Vijay Mishra

Recent advances in counter-adversarial systems have garnered significant research attention to inverse filtering from a Bayesian perspective. For example, interest in estimating the adversary's Kalman filter tracked esti…

State Space Models

Optimal Sensing Precision in Ensemble and Unscented Kalman Filtering

2020-03-12

We consider the problem of selecting an optimal set of sensor precisions to estimate the states of a non-linear dynamical system using an Ensemble Kalman filter and an Unscented Kalman filter, which uses random and deter…