Official Code release for the paper "MRSCAtt: A Spatio-Channel Attention-Guided Network for Mars Rover Image Classification"
Published in the Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2021, pp. 1961-1970
Anirudh S. Chakravarthy*, Roshan Roy*, Praveen Ravirathinam*
In this paper, we introduce MRSCAtt (Mars Rover Spatial and Channel Attention) a deep learning network which jointly uses spatial and channel attention to accurately classify images. We use images taken by NASA's Curiosity rover on Mars as a dataset to show the superiority of our approach by achieving state-of-the-art results with 81.53% test set accuracy on the MSL Surface Dataset, outperforming other methods. Implementation is done in PyTorch and we provide code for training and testing in the form of Jupyter notebooks for easy use.
Paper Link:
Full dataset available at:
BibTex Citation details:
@InProceedings{Chakravarthy_2021_CVPR,
author = {Chakravarthy, Anirudh S. and Roy, Roshan and Ravirathinam, Praveen},
title = {MRSCAtt: A Spatio-Channel Attention-Guided Network for Mars Rover Image Classification},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {June},
year = {2021},
pages = {1961-1970}
}