paper-with-me

홈 › Papers

Kalman Bayesian Transformer

2025-09-12 · Haoming Jing, Oren Wright, José M. F. Moura, Yorie Nakahira arxiv

Sequential fine-tuning of transformers is useful when new data arrive sequentially, especially with shifting distributions. Unlike batch learning, sequential learning demands that training be stabilized despite a small amount of data by balancing new information and previously learned knowledge in the pre-trained models. This challenge is further complicated when training is to be completed in latency-critical environments and learning must additionally quantify and be mediated by uncertainty. Motivated by these challenges, we propose a novel method that frames sequential fine-tuning as a posterior inference problem within a Bayesian framework. Our approach integrates closed-form moment propagation of random variables, Kalman Bayesian Neural Networks, and Taylor approximations of the moments of softmax functions. By explicitly accounting for pre-trained models as priors and adaptively balancing them against new information based on quantified uncertainty, our method achieves robust and data-efficient sequential learning. The effectiveness of our method is demonstrated through numerical simulations involving sequential adaptation of a decision transformer to tasks characterized by distribution shifts and limited memory resources.

📄 PDF Abstract BibTeX arXiv:2509.10695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Precision Tracked Transformer via Kalman Filtering, Kriging and Process Noise

2026-05-12 · Bo Long, Deepak Agarwal, Jelena Markovic-Voronov, Yi Wang 외 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 rec…

Sequential RecommendationQuestion Answering

Bayesian KalmanNet: Quantifying Uncertainty in Deep Learning Augmented Kalman Filter

2023-09-06 · Yehonatan Dahan, Guy Revach, Jindrich Dunik, Nir Shlezinger

Recent years have witnessed a growing interest in tracking algorithms that augment Kalman Filters (KFs) with Deep Neural Networks (DNNs). By transforming KFs into trainable deep learning models, one can learn from data t…

Deep LearningState EstimationUncertainty Quantification

From Gradients to Riccati Geometry: Kalman World Models for Single-Pass Learning

2026-03-13 · Andrew Kiruluta arxiv

Backpropagation dominates modern machine learning, yet it is not the only principled method for optimizing dynamical systems. We propose Kalman World Models (KWM), a class of learned state-space models trained via recurs…

The discriminative Kalman filter for nonlinear and non-Gaussian sequential Bayesian filtering

2016-08-23 · Michael C. Burkhart, David M. Brandman, Carlos E. Vargas-Irwin, Matthew T. Harrison

The Kalman filter (KF) is used in a variety of applications for computing the posterior distribution of latent states in a state space model. The model requires a linear relationship between states and observations. Exte…