Vision-Language Model for Accurate Crater Detection
Patrick Bauer, Marius Schwinning, Florian Renk, Andreas Weinmann, Hichem Snoussi
TL;DR
The paper presents a crater detection method tailored for lunar missions by fine-tuning the OWLv2 Vision Transformer with Low-Rank Adaptation (LoRA) using IMPACT-derived crater annotations. It couples $CIoU$-based localization with a contrastive loss anchored to the text embedding of the word 'crater', enabling open-world, cross-modal crater detection via Hungarian assignment. Results show strong recall (up to $94\%$) but moderate precision (up to $73\%$), highlighting robust crater detection across varying illumination and geometry while acknowledging GT incompleteness and labeling noise. The approach advances lunar exploration readiness by delivering a scalable, parameter-efficient detector that generalizes to diverse lunar terrains and lighting, with future work aimed at smaller craters and segmentation-based morphology.
Abstract
The European Space Agency (ESA), driven by its ambitions on planned lunar missions with the Argonaut lander, has a profound interest in reliable crater detection, since craters pose a risk to safe lunar landings. This task is usually addressed with automated crater detection algorithms (CDA) based on deep learning techniques. It is non-trivial due to the vast amount of craters of various sizes and shapes, as well as challenging conditions such as varying illumination and rugged terrain. Therefore, we propose a deep-learning CDA based on the OWLv2 model, which is built on a Vision Transformer, that has proven highly effective in various computer vision tasks. For fine-tuning, we utilize a manually labeled dataset fom the IMPACT project, that provides crater annotations on high-resolution Lunar Reconnaissance Orbiter Camera Calibrated Data Record images. We insert trainable parameters using a parameter-efficient fine-tuning strategy with Low-Rank Adaptation, and optimize a combined loss function consisting of Complete Intersection over Union (CIoU) for localization and a contrastive loss for classification. We achieve satisfactory visual results, along with a maximum recall of 94.0% and a maximum precision of 73.1% on a test dataset from IMPACT. Our method achieves reliable crater detection across challenging lunar imaging conditions, paving the way for robust crater analysis in future lunar exploration.
