Describe the process for handling outlier GNSS measurements within a Kalman filter?

Prepare for the Integrated Navigation Test 2. Enhance your proficiency with comprehensive quizzes, flashcards, and explanations for each question. Boost your confidence and get ready to excel in your exam!

Multiple Choice

Describe the process for handling outlier GNSS measurements within a Kalman filter?

Explanation:
When fusing GNSS data in a Kalman filter, you want the update to be driven by measurements that fit what the filter already predicts. Outliers produce large residuals, which can badly bias the state if they’re treated like normal measurements. The reliable way to handle this is to test each measurement against the predicted innovation. Compute the residual between what the filter expects and what GNSS reports, and compare its squared Mahalanobis distance to a chi-square threshold based on the measurement dimension. If the residual is too large, that measurement is flagged as an outlier and rejected. After removing the bad measurements, you re-run the update with the remaining data. This keeps the state estimate consistent and accurate by preventing a single dubious measurement from skewing the result. Choosing this approach over always including all measurements preserves integrity; simply cranking up process noise to absorb outliers degrades accuracy and undermines the model. Relying solely on GNSS while discarding INS data removes valuable information that the fused system would otherwise use, reducing robustness rather than addressing the outliers themselves.

When fusing GNSS data in a Kalman filter, you want the update to be driven by measurements that fit what the filter already predicts. Outliers produce large residuals, which can badly bias the state if they’re treated like normal measurements. The reliable way to handle this is to test each measurement against the predicted innovation.

Compute the residual between what the filter expects and what GNSS reports, and compare its squared Mahalanobis distance to a chi-square threshold based on the measurement dimension. If the residual is too large, that measurement is flagged as an outlier and rejected. After removing the bad measurements, you re-run the update with the remaining data. This keeps the state estimate consistent and accurate by preventing a single dubious measurement from skewing the result.

Choosing this approach over always including all measurements preserves integrity; simply cranking up process noise to absorb outliers degrades accuracy and undermines the model. Relying solely on GNSS while discarding INS data removes valuable information that the fused system would otherwise use, reducing robustness rather than addressing the outliers themselves.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy