paper-with-me

Papers

Mars Terrain Segmentation with Less Labels

2022-02-01 · Edwin Goh, Jingdao Chen, Brian Wilson

Planetary rover systems need to perform terrain segmentation to identify drivable areas as well as identify specific types of soil for sample collection. The latest Martian terrain segmentation methods rely on supervised learning which is very data hungry and difficult to train where only a small number of labeled samples are available. Moreover, the semantic classes are defined differently for different applications (e.g., rover traversal vs. geological) and as a result the network has to be trained from scratch each time, which is an inefficient use of resources. This research proposes a semi-supervised learning framework for Mars terrain segmentation where a deep segmentation network trained in an unsupervised manner on unlabeled images is transferred to the task of terrain segmentation trained on few labeled images. The network incorporates a backbone module which is trained using a contrastive loss function and an output atrous convolution module which is trained using a pixel-wise cross-entropy loss function. Evaluation results using the metric of segmentation accuracy show that the proposed method with contrastive pretraining outperforms plain supervised learning by 2%-10%. Moreover, the proposed model is able to achieve a segmentation accuracy of 91.1% using only 161 training images (1% of the original dataset) compared to 81.9% with plain supervised learning.

📄 PDF Abstract BibTeX arXiv:2202.00791

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

S$^{5}$Mars: Semi-Supervised Learning for Mars Semantic Segmentation

2022-07-04 · Jiahang Zhang, Lilang Lin, Zejia Fan, Wenjing Wang 외

Deep learning has become a powerful tool for Mars exploration. Mars terrain semantic segmentation is an important Martian vision task, which is the base of rover autonomous planning and safe driving. However, there is a …

Representation LearningSegmentationSelf-Supervised LearningSemantic Segmentation

Mapping "Brain Terrain" Regions on Mars using Deep Learning

2023-11-21 · Kyle A. Pearson, Eldar Noe, Daniel Zhao, Alphan Altinok 외

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 wa…

Deep Learning

Mixed-domain Training Improves Multi-Mission Terrain Segmentation

2022-09-27 · Grace Vincent, Alice Yepremyan, Jingdao Chen, Edwin Goh

Planetary rover missions must utilize machine learning-based perception to continue extra-terrestrial exploration with little to no human presence. Martian terrain segmentation has been critical for rover navigation and …

SegmentationSemantic Segmentation

Image segmentation of cross-country scenes captured in IR spectrum

2016-04-08 · Artem Lenskiy

Computer vision has become a major source of information for autonomous navigation of robots of various types, self-driving cars, military robots and mars/lunar rovers are some examples. Nevertheless, the majority of met…

Autonomous NavigationImage SegmentationSegmentationSelf-Driving Cars+1

Structure-Invariant Range-Visual-Inertial Odometry

2024-09-06 · Ivan Alberico, Jeff Delaune, Giovanni Cioffi, Davide Scaramuzza

The Mars Science Helicopter (MSH) mission aims to deploy the next generation of unmanned helicopters on Mars, targeting landing sites in highly irregular terrain such as Valles Marineris, the largest canyons in the Solar…

State Estimation