# Automated crater shape retrieval using weakly-supervised deep learning

**Authors:** Mohamad Ali-Dib, Kristen Menou, Alan P. Jackson, Chenchong Zhu, Noah, Hammond

arXiv: 1906.08826 · 2020-04-29

## TL;DR

This paper presents a deep learning approach using MaskRCNN for automated detection and shape analysis of lunar craters, achieving high accuracy and enabling large-scale geological comparisons.

## Contribution

The authors develop a novel application of MaskRCNN for crater detection and ellipticity retrieval, demonstrating high accuracy and discovering new craters.

## Key findings

- 87% correct identification of known craters
- Detection of thousands of new craters validated manually
- No significant shape or size differences between lunar highlands and maria

## Abstract

Crater ellipticity determination is a complex and time consuming task that so far has evaded successful automation. We train a state of the art computer vision algorithm to identify craters in Lunar digital elevation maps and retrieve their sizes and 2D shapes. The computational backbone of the model is MaskRCNN, an "instance segmentation" general framework that detects craters in an image while simultaneously producing a mask for each crater that traces its outer rim. Our post-processing pipeline then finds the closest fitting ellipse to these masks, allowing us to retrieve the crater ellipticities. Our model is able to correctly identify 87\% of known craters in the longitude range we hid from the network during training and validation (test set), while predicting thousands of additional craters not present in our training data. Manual validation of a subset of these "new" craters indicates that a majority of them are real, which we take as an indicator of the strength of our model in learning to identify craters, despite incomplete training data. The crater size, ellipticity, and depth distributions predicted by our model are consistent with human-generated results. The model allows us to perform a large scale search for differences in crater diameter and shape distributions between the lunar highlands and maria, and we exclude any such differences with a high statistical significance. The predicted test set catalogue and trained model are available here: https://github.com/malidib/Craters_MaskRCNN/.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.08826/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1906.08826/full.md

## References

80 references — full list in the complete paper: https://tomesphere.com/paper/1906.08826/full.md

---
Source: https://tomesphere.com/paper/1906.08826