ComputationAwareKalman.jl implements the computation-aware Kalman filter (CAKF) and the computation-aware RTS smoother (CAKS), novel approximate, probabilistic numerical versions of the Kalman filter and RTS smoother that are
- matrix-free and iterative, and can fully leverage modern parallel hardware (i.e. GPUs);
- more efficient than their standard versions, with quadratic time (worst-case) and linear memory complexities; and
- computation-aware, i.e. they come with theoretical guarantees for their uncertainty estimates which capture the inevitable approximation error.
In our paper we have demonstrated the scalability of the approach by applying it to a state-space model with
If you use this library, please cite our paper
@misc{Pfoertner2024CAKF,
author = {Pf\"ortner, Marvin and Wenger, Jonathan and Cockayne, Jon and Hennig, Philipp},
title = {Computation-Aware {K}alman Filtering and Smoothing},
year = {2024},
publisher = {arXiv},
doi = {10.48550/arxiv.2405.08971},
url = {https://arxiv.org/abs/2405.08971}
}