📄 Paper | 🤗 HuggingFace (coming soon) | 📦 Model Checkpoints (coming soon)
Mirali Purohit1,2†, Bimal Gajera1*, Irish Mehta1*, Bhanu Tokas1*,
Jacob Adler1, Steven Lu2, Scott Dickenshied1, Serina Diniega2,
Brian Bue2, Umaa Rebbapragada2, Hannah Kerner1
1Arizona State University
2Jet Propulsion Laboratory, California Institute of Technology
*Equal Contribution †Corresponding Author
We introduce MOMO, the first multi-sensor foundation model for Mars remote sensing. MOMO uses model merging to integrate representations learned independently from three key Martian orbital sensors: HiRISE, CTX, and THEMIS; spanning resolutions from 0.25 m/pixel to 100 m/pixel.
Central to our method is a novel Equal Validation Loss (EVL) strategy, which aligns checkpoints across sensors based on validation loss similarity before fusion via task arithmetic. This ensures models are merged at compatible convergence stages, leading to improved stability and generalization.
MOMO is trained on ~12 million Mars orbital samples and evaluated on 9 downstream tasks from Mars-Bench. It outperforms ImageNet pre-trained, Earth observation foundation model, sensor-specific pre-training, and fully-supervised baselines — with particularly consistent gains on segmentation tasks.

MOMO can be effectively applied across a wide range of resolutions and a broad spectrum of Martian remote sensing tasks, including large-scale crater or landslide mapping and precise boulder localization.
# Install the package with core dependencies
pip install -e .
# Install with development dependencies (for testing, linting, etc.)
pip install -e ".[dev]"Requires Python 3.10+ and CUDA 12.x for GPU support.
Coming soon. Example commands for pre-training, model merging, and fine-tuning will be added here.
If you use MOMO in your research, please use the following citation:
@inproceedings{purohit2026momo,
title={MOMO: Mars Orbital Model Foundation Model for Mars Orbital Applications},
author={Mirali Purohit and Bimal Gajera and Irish Mehta and Bhanu Tokas and Jacob Adler and Steven Lu and Scott Dickenshied and Serina Diniega and Brian Bue and Umaa Rebbapragada and Hannah Kerner},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2026},
url={https://arxiv.org/abs/2604.02719}
}Please reach out to Mirali Purohit mpurohi3@asu.edu, if you have any queries or issues regarding MOMO.
