EPIMLGIVNov 21, 2023

Mapping "Brain Terrain" Regions on Mars using Deep Learning

arXiv:2311.12292v22 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient analysis of Martian surface data to support mission planning and geological studies, though it is incremental as it applies existing deep learning methods to a new planetary science domain.

The researchers tackled the problem of detecting 'Brain Coral' terrain on Mars, which may indicate past freeze/thaw cycles relevant to water and potential life, by using convolutional neural networks on large-scale orbital images, achieving detections in over 200 images out of 52,000 processed. They developed a hybrid pipeline that maintained ~93% accuracy while reducing processing time by ~95% compared to full-resolution segmentation.

One of the main objectives of the Mars Exploration Program is to search for evidence of past or current life on the planet. To achieve this, Mars exploration has been focusing on regions that may have liquid or frozen water. A set of critical areas may have seen cycles of ice thawing in the relatively recent past in response to periodic changes in the obliquity of Mars. In this work, we use convolutional neural networks to detect surface regions containing "Brain Coral" terrain, a landform on Mars whose similarity in morphology and scale to sorted stone circles on Earth suggests that it may have formed as a consequence of freeze/thaw cycles. We use large images (~100-1000 megapixels) from the Mars Reconnaissance Orbiter to search for these landforms at resolutions close to a few tens of centimeters per pixel (~25--50 cm). Over 52,000 images (~28 TB) were searched (~5% of the Martian surface) where we found detections in over 200 images. To expedite the processing we leverage a classifier network (prior to segmentation) in the Fourier domain that can take advantage of JPEG compression by leveraging blocks of coefficients from a discrete cosine transform in lieu of decoding the entire image at the full spatial resolution. The hybrid pipeline approach maintains ~93% accuracy while cutting down on ~95% of the total processing time compared to running the segmentation network at the full resolution on every image. The timely processing of big data sets helps inform mission operations, geologic surveys to prioritize candidate landing sites, avoid hazardous areas, or map the spatial extent of certain terrain. The segmentation masks and source code are available on Github for the community to explore and build upon.

Code Implementations1 repo
Foundations

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

Your Notes