Efficient Spectral Differentiation in Grid-Based Continuous State Estimation

Jakub Matousek,Jindrich Dunik,Marek Brandner
2024-12-10
Abstract:This paper deals with the state estimation of stochastic models with continuous dynamics. The aim is to incorporate spectral differentiation methods into the solution to the Fokker-Planck equation in grid-based state estimation routine, while taking into account the specifics of the field, such as probability density function (PDF) features, moving grid, zero boundary conditions, etc. The spectral methods, in general, achieve very fast convergence rate of O(c^N )(O < c < 1) for analytical functions such as the probability density function, where N is the number of grid points. This is significantly better than the standard finite difference method (or midpoint rule used in discrete estimation) typically used in grid-based filter design with convergence rate O( 1 / N^2 ). As consequence, the proposed spectral method based filter provides better state estimation accuracy with lower number of grid points, and thus, with lower computational complexity.
Signal Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in continuous state estimation, how to efficiently solve the Fokker - Planck equation (FPE) in order to improve the accuracy of state estimation and reduce computational complexity. Specifically, the author proposes to apply spectral methods to grid - based state estimation to replace the traditional finite difference method. The spectral method can achieve a faster convergence rate of \(O(c^N)\) (where \(0 < c < 1\)), while the convergence rate of the traditional finite difference method is \(O\left(\frac{1}{N^2}\right)\). Therefore, using the spectral method can obtain more accurate state estimation results on fewer grid points, thereby significantly reducing computational complexity. ### Key problem summary: 1. **Improve the accuracy of state estimation**: By introducing the spectral method, more accurate state estimation results can be obtained on fewer grid points. 2. **Reduce computational complexity**: The fast convergence characteristics of the spectral method make its computational complexity lower, especially for high - dimensional problems. 3. **Handle continuous dynamic models**: The paper focuses on the state estimation problem of continuous - time models and proposes an effective numerical solution for the Fokker - Planck equation. ### Main contributions: - Introduce the spectral method to solve the Fokker - Planck equation, which improves the calculation accuracy of the predicted probability density function (PDF). - Propose an efficient frequency - domain algorithm, which avoids the computational overhead caused by the Hadamard product in the traditional finite difference method. - Verify the superior performance of the spectral method in practical applications, especially in the fields of tracking and navigation. Through these improvements, the paper demonstrates the advantages of the spectral method in continuous state estimation and provides a basis for further research.