The Score Kalman Filter
Kaito Iwasaki, Anthony Bloch, Taeyoung Lee, Maani Ghaffari

TL;DR
The paper introduces the Score Kalman Filter, a novel nonlinear Bayesian filtering method that avoids costly partition function calculations by combining score matching with Stein's identity, enabling efficient high-dimensional filtering.
Contribution
It presents a new filtering algorithm that simplifies the computation by eliminating the partition function, extending the classical Kalman filter to higher dimensions with improved accuracy.
Findings
SKF outperforms EKF, UKF, EnKF, and particle filters on synthetic benchmarks.
The method scales to 20 dimensions with lower RMSE.
It maintains the classical Kalman filter as a special case.
Abstract
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 -dimensional integrals whose cost scales exponentially, restricting the demonstrated MaxEnt moment filtering to . 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
