paper-with-me

Papers

Improving Contrastive Learning on Visually Homogeneous Mars Rover Images

2022-10-17 · Isaac Ronald Ward, Charles Moore, Kai Pak, Jingdao Chen, Edwin Goh

Contrastive learning has recently demonstrated superior performance to supervised learning, despite requiring no training labels. We explore how contrastive learning can be applied to hundreds of thousands of unlabeled Mars terrain images, collected from the Mars rovers Curiosity and Perseverance, and from the Mars Reconnaissance Orbiter. Such methods are appealing since the vast majority of Mars images are unlabeled as manual annotation is labor intensive and requires extensive domain knowledge. Contrastive learning, however, assumes that any given pair of distinct images contain distinct semantic content. This is an issue for Mars image datasets, as any two pairs of Mars images are far more likely to be semantically similar due to the lack of visual diversity on the planet's surface. Making the assumption that pairs of images will be in visual contrast - when they are in fact not - results in pairs that are falsely considered as negatives, impacting training performance. In this study, we propose two approaches to resolve this: 1) an unsupervised deep clustering step on the Mars datasets, which identifies clusters of images containing similar semantic content and corrects false negative errors during training, and 2) a simple approach which mixes data from different domains to increase visual diversity of the total training dataset. Both cases reduce the rate of false negative pairs, thus minimizing the rate in which the model is incorrectly penalized during contrastive training. These modified approaches remain fully unsupervised end-to-end. To evaluate their performance, we add a single linear layer trained to generate class predictions based on these contrastively-learned features and demonstrate increased performance compared to supervised models; observing an improvement in classification accuracy of 3.06% using only 10% of the labeled data.

📄 PDF Abstract BibTeX arXiv:2210.09234

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDeep ClusteringDiversity

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Deep Clustering for Mars Rover image datasets

2019-11-12 · Vikas Ramachandra

In this paper, we build autoencoders to learn a latent space from unlabeled image datasets obtained from the Mars rover. Then, once the latent feature space has been learnt, we use k-means to cluster the data. We test th…

ClusteringDeep Clustering

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…

Segmentation

Rover Relocalization for Mars Sample Return by Virtual Template Synthesis and Matching

2021-03-05 · Tu-Hoa Pham, William Seto, Shreyansh Daftry, Barry Ridge 외

We consider the problem of rover relocalization in the context of the notional Mars Sample Return campaign. In this campaign, a rover (R1) needs to be capable of autonomously navigating and localizing itself within an ar…

Retrieval

MaRF: Representing Mars as Neural Radiance Fields

2022-12-03 · Lorenzo Giusti, Josue Garcia, Steven Cozine, Darrick Suen 외

The aim of this work is to introduce MaRF, a novel framework able to synthesize the Martian environment using several collections of images from rover cameras. The idea is to generate a 3D scene of Mars' surface to addre…

3D ReconstructionIngenuity

MRSCAtt: A Spatio-Channel Attention-Guided Network for Mars Rover Image Classification

2021-06-12 · Anirudh S Chakravarthy, Roshan Roy, Praveen Ravirathinam

As the exploration of human beings pushes deeper into the galaxy, the classification of images from space and other planets is becoming an increasingly critical task. Image classification on these planetary images can be…

image-classificationImage Classification