Papers
Topics
Authors
Recent
Search
2000 character limit reached

Quadratic Extended Kalman Filter

Updated 17 May 2026
  • QEKF is a filtering method that uses second-order Taylor expansions and Hessian corrections to capture curvature in nonlinear measurement functions.
  • It integrates quadratic innovations and augmented cross-covariances to enhance the estimation accuracy over traditional EKF methods.
  • The approach systematically reduces bias in state estimation, making it effective for systems with strong nonlinearities and non-Gaussian noise.

The Quadratic Extended Kalman Filter (QEKF) is a class of Gaussian state–space filtering algorithms that generalizes the classical Extended Kalman Filter by incorporating a quadratic, rather than merely linear, approximation of the conditional mean estimator. Utilizing second-order Taylor expansions of the measurement map, the QEKF retains the recursive, prediction-update structure of standard Kalman-type filters while systematically modeling curvature arising from nonlinear measurement functions. This results in a quadratic estimator of the minimum mean square error (MMSE) map from measurements to states, capturing features of the estimation problem overlooked by linear approximations (Servadio et al., 6 Jun 2025).

1. Problem Formulation and Notation

Consider the discrete-time, nonlinear state-space model: xk=f(xk1)+wk1,wk1N(0,Qk1) zk=h(xk)+vk,vkN(0,Rk)\begin{align*} x_k &= f(x_{k-1}) + w_{k-1}, & w_{k-1} \sim \mathcal{N}(0, Q_{k-1}) \ z_k &= h(x_k) + v_k, & v_k \sim \mathcal{N}(0, R_k) \end{align*} where xkRnx_k \in \mathbb{R}^n (state), zkRmz_k \in \mathbb{R}^m (measurement), wk1w_{k-1}, vkv_k are independent Gaussian noises with given covariances. Key notations include:

  • xkk1:=E[xkz1:k1]x_{k|k-1} := \mathbb{E}[x_k | z_{1:k-1}]
  • Pkk1:=Cov[xkz1:k1]P_{k|k-1} := \mathrm{Cov}[x_k | z_{1:k-1}]
  • xkk:=E[xkz1:k]x_{k|k} := \mathbb{E}[x_k | z_{1:k}]
  • Pkk:=Cov[xkz1:k]P_{k|k} := \mathrm{Cov}[x_k | z_{1:k}] These quantities respectively represent the posterior and prior state means/covariances.

2. Second-Order Expansion and Quadratic Approximation

Standard EKF approaches linearize the measurement map h(x)h(x) at xkRnx_k \in \mathbb{R}^n0, but the QEKF carries the expansion to second order: xkRnx_k \in \mathbb{R}^n1 for each measurement component xkRnx_k \in \mathbb{R}^n2, where xkRnx_k \in \mathbb{R}^n3 and xkRnx_k \in \mathbb{R}^n4 is the Hessian of xkRnx_k \in \mathbb{R}^n5 at xkRnx_k \in \mathbb{R}^n6. These are assembled into

  • xkRnx_k \in \mathbb{R}^n7, the Jacobian matrix,
  • xkRnx_k \in \mathbb{R}^n8, a third-order tensor of Hessians.

The predicted measurement mean, carrying a Hessian-trace correction, is given by: xkRnx_k \in \mathbb{R}^n9 This explicitly incorporates the local curvature of the measurement function, a key distinction from EKF.

3. QEKF Update: Innovations and Augmented Gain

The QEKF update generalizes the Kalman update by including both first- and second-order innovations and their cross-moments. The core steps are:

  • Innovation vectors:
    • zkRmz_k \in \mathbb{R}^m0
    • zkRmz_k \in \mathbb{R}^m1
  • Central moments:
    • Third-order state central moment zkRmz_k \in \mathbb{R}^m2
    • Fourth-order kurtosis tensors for state and measurement noise

Augmented cross-covariances and measurement covariances are assembled: zkRmz_k \in \mathbb{R}^m3

The augmented Kalman gain and state update become: zkRmz_k \in \mathbb{R}^m4 where all “measurement-related” terms now account for both expectation and covariance up to quadratic order.

4. Relation to the Ordinary EKF

The EKF is recovered as the special case where only first-order (Jacobian-based) terms are retained:

  • Predicted mean: zkRmz_k \in \mathbb{R}^m5
  • Innovation covariance: zkRmz_k \in \mathbb{R}^m6
  • Kalman gain: zkRmz_k \in \mathbb{R}^m7

In contrast, the QEKF adds:

  • A trace correction zkRmz_k \in \mathbb{R}^m8 in predicted mean,
  • State–measurement cross-covariances involving higher-order terms,
  • Quadratic innovation zkRmz_k \in \mathbb{R}^m9,
  • Contributions from third/fourth central moments.

This enables the QEKF to approximate the true conditional mean wk1w_{k-1}0 with a parabolic estimator, reducing bias especially for regimes where wk1w_{k-1}1 is strongly nonlinear or the noise is non-Gaussian.

5. Algorithmic Realization

A stepwise outline for the QEKF update is as follows:

Step Action
1 Prediction: wk1w_{k-1}2, wk1w_{k-1}3, wk1w_{k-1}4
2 Linearization and Hessians: wk1w_{k-1}5, wk1w_{k-1}6, Hessians wk1w_{k-1}7 for all wk1w_{k-1}8
3 Predicted measurement: wk1w_{k-1}9
4 Innovations: vkv_k0, vkv_k1
5 High-order moments: Compute vkv_k2, vkv_k3 as needed
6 Augmented covariances: Form all required cross- and self-covariance blocks
7 Kalman gain and update: Compute vkv_k4, update vkv_k5, vkv_k6

Numerical studies demonstrate that the QEKF achieves markedly lower estimation error under nonlinear measurement mappings and/or non-Gaussian noise (Servadio et al., 6 Jun 2025).

6. Benefits, Limitations, and Generalizations

Benefits

  • The QEKF yields a quadratic estimator for the MMSE map, rather than a linear one.
  • Incorporating Hessian-trace terms and higher-order cross-moments systematically reduces bias in the state estimates, especially when vkv_k7 is strongly nonlinear or noise is non-Gaussian.

Limitations

  • Second derivatives of vkv_k8 and third/fourth central moments are required, increasing coding and computational complexity.
  • If the prior is strictly Gaussian (vanishing skewness), the QEKF reduces to the EKF, since the quadratic gain vanishes.

Generalizations

  • The quadratic update can be generalized to other Gaussian-based filters. For the Quadratic Unscented Kalman Filter (QUKF), steps for linearization and moment calculation are replaced by sigma-point evaluation.
  • The framework extends to cubic and higher-order polynomial estimators by propagating even higher derivatives and moments, at increased computational cost.

7. Summary and Outlook

The QEKF extends the EKF by embedding second-order curvature information into every measurement-related term, thereby effectuating a higher-fidelity, parabolic mapping from measurement to state. Its structure facilitates systematic bias reduction in high-curvature regimes, retains the familiar Kalman recursion, and offers a template for further higher-order estimator development. These features suggest its relevance for advanced nonlinear filtering applications where the limitations of linear estimators are significant (Servadio et al., 6 Jun 2025).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Quadratic EKF (QEKF).