CVROIVSYJul 15, 2020

Lunar Terrain Relative Navigation Using a Convolutional Neural Network for Visual Crater Detection

arXiv:2007.07702v124 citations
Originality Incremental advance
AI Analysis

This addresses precision navigation for lunar spacecraft, but it is incremental as it builds on existing crater detection and EKF methods.

The paper tackles spacecraft position estimation by using a CNN for visual crater detection and an extended Kalman filter, resulting in a 60% decrease in average final position error and a 25% decrease in velocity error compared to an image processing-based method.

Terrain relative navigation can improve the precision of a spacecraft's position estimate by detecting global features that act as supplementary measurements to correct for drift in the inertial navigation system. This paper presents a system that uses a convolutional neural network (CNN) and image processing methods to track the location of a simulated spacecraft with an extended Kalman filter (EKF). The CNN, called LunaNet, visually detects craters in the simulated camera frame and those detections are matched to known lunar craters in the region of the current estimated spacecraft position. These matched craters are treated as features that are tracked using the EKF. LunaNet enables more reliable position tracking over a simulated trajectory due to its greater robustness to changes in image brightness and more repeatable crater detections from frame to frame throughout a trajectory. LunaNet combined with an EKF produces a decrease of 60% in the average final position estimation error and a decrease of 25% in average final velocity estimation error compared to an EKF using an image processing-based crater detection method when tested on trajectories using images of standard brightness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes