paper-with-me

Papers

The Score Kalman Filter

2026-05-15 · Kaito Iwasaki, Anthony Bloch, Taeyoung Lee, Maani Ghaffari arxiv

A central obstacle in nonlinear Bayesian filtering is representing the belief distribution. Moment-based filters address this by propagating polynomial moments and reconstructing a density from them. Recent work completes the predict-update loop via the maximum-entropy (MaxEnt) principle, but each step requires the partition function and its gradient, both $n$-dimensional integrals whose cost scales exponentially, restricting the demonstrated MaxEnt moment filtering to $n \le 4$. We avoid the partition function entirely by combining score matching with Stein's identity. In our setting, score matching reduces the density fit to a single linear solve whose coefficients are assembled directly from the propagated moments. The same parameters then drive Stein's identity to close the moment hierarchy during prediction and to recover posterior moments after each Bayesian update, keeping the full predict-update loop free of partition function evaluation. The resulting Score Kalman Filter (SKF) reduces to the classical information-form Kalman filter as a special case and performs every step through linear algebra. On nonlinear coupled-oscillator networks, the SKF runs through $n=20$ and reports lower RMSE than the EKF, UKF, EnKF, and particle-filter baselines on the tested synthetic benchmarks.

📄 PDF Abstract BibTeX arXiv:2605.16644

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Ensemble Score Filter for Tracking High-Dimensional Nonlinear Dynamical Systems

2023-09-02 · Feng Bao, Zezhong Zhang, Guannan Zhang

We propose an ensemble score filter (EnSF) for solving high-dimensional nonlinear filtering problems with superior accuracy. A major drawback of existing filtering methods, e.g., particle filters or ensemble Kalman filte…

K-Score: Kalman Filter as a Principled Alternative to Reward Normalization in Reinforcement Learning

2026-04-24 · Zixuan Xia, Quanxi Li arxiv

We propose a simple yet effective alternative to reward normalization in policy gradient reinforcement learning by integrating a 1D Kalman filter for online reward estimation. Instead of relying on fixed heuristics, our …

Reinforcement Learning

A competitive baseline for deep learning enhanced data assimilation using conditional Gaussian ensemble Kalman filtering

2024-09-22 · Zachariah Malik, Romit Maulik

Ensemble Kalman Filtering (EnKF) is a popular technique for data assimilation, with far ranging applications. However, the vanilla EnKF framework is not well-defined when perturbations are nonlinear. We study two non-lin…

Adaptive Kalman Filtering Developed from Recursive Least Squares Forgetting Algorithms

2024-04-16 · Brian Lai, Dennis S. Bernstein

Recursive least squares (RLS) is derived as the recursive minimizer of the least-squares cost function. Moreover, it is well known that RLS is a special case of the Kalman filter. This work presents the Kalman filter lea…

State Estimation

Two Modifications of the Unscented Kalman Filter that Specialize to the Kalman Filter for Linear Systems

2021-04-01 · Ankit Goel, Dennis S. Bernstein

Although the unscented Kalman filter (UKF) is applicable to nonlinear systems, it turns out that, for linear systems, UKF does not specialize to the classical Kalman filter. This situation suggests that it may be advanta…