中文

The Score Kalman Filter

系统与控制 2026-05-19 v1 机器学习 系统与控制 最优化与控制 机器学习

摘要

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 nn-dimensional integrals whose cost scales exponentially, restricting the demonstrated MaxEnt moment filtering to n4n \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=20n=20 and reports lower RMSE than the EKF, UKF, EnKF, and particle-filter baselines on the tested synthetic benchmarks.

关键词

引用

@article{arxiv.2605.16644,
  title  = {The Score Kalman Filter},
  author = {Kaito Iwasaki and Anthony Bloch and Taeyoung Lee and Maani Ghaffari},
  journal= {arXiv preprint arXiv:2605.16644},
  year   = {2026}
}

备注

56 pages, 27 figures