Skip to content

kerner-lab/MOMO

Repository files navigation

MOMO: Mars Orbital Model Foundation Model for Mars Orbital Applications

📄 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


Introduction

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 applied across a wide range of resolutions and Martian remote sensing 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.


Installation

# 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.


Usage

Coming soon. Example commands for pre-training, model merging, and fine-tuning will be added here.


Citation

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}
}

Contact Information

Please reach out to Mirali Purohit mpurohi3@asu.edu, if you have any queries or issues regarding MOMO.

About

Mars Orbital Model (MOMO)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages