Space-LLaVA: a Vision-Language Model Adapted to Extraterrestrial Applications
Matthew Foutter, Daniele Gammelli, Justin Kruger, Ethan Foss, Praneet Bhoj, Tommaso Guffanti, Simone D'Amico, Marco Pavone
TL;DR
Space-LLaVA introduces a first-step space foundation model by adapting a strongVision-Language Model (LLaVA-13B) to extraterrestrial data through synthetically annotated, multi-dataset QA and instruction tasks. The approach leverages GPT-assisted augmentation of AI4Mars, MICD, and SpaceScienceQA to create a rich training corpus, and demonstrates that joint fine-tuning of the language backbone and vision-language adapter yields the best performance, including emergent abilities on unseen tasks while mitigating catastrophic forgetting with a portion of pre-training data. Evaluations span in-distribution, out-of-distribution (orbit), and embodied lunar-simulation settings, showing notable gains over zero-shot baselines and highlighting both the potential and the remaining challenges of deploying FMs in space robotics. The work also explores integration into modular autonomy stacks, illustrating how space-oriented FMs can function as high-level planners and runtime monitors, thereby enabling more autonomous and scalable space missions. Overall, Space-LLaVA provides a practical blueprint for adapting generalist foundation models to domain-specific, multimodal space tasks and sets a path for expanding space-domain datasets and encoders to support robust, autonomous space operations.
Abstract
Foundation Models (FMs), e.g., large language models, possess attributes of intelligence which offer promise to endow a robot with the contextual understanding necessary to navigate complex, unstructured tasks in the wild. We see three core challenges in the future of space robotics that motivate building an FM for the space robotics community: 1) Scalability of ground-in-the-loop operations; 2) Generalizing prior knowledge to novel environments; and 3) Multi-modality in tasks and sensor data. As a first-step towards a space foundation model, we programmatically augment three extraterrestrial databases with fine-grained language annotations inspired by the sensory reasoning necessary to e.g., identify a site of scientific interest on Mars, building a synthetic dataset of visual-question-answer and visual instruction-following tuples. We fine-tune a pre-trained LLaVA 13B checkpoint on our augmented dataset to adapt a Vision-Language Model (VLM) to the visual semantic features in an extraterrestrial environment, demonstrating FMs as a tool for specialization and enhancing a VLM's zero-shot performance on unseen task types in comparison to state-of-the-art VLMs. Ablation studies show that fine-tuning the language backbone and vision-language adapter in concert is key to facilitate adaption while a small percentage, e.g., 20%, of the pre-training data can be used to safeguard against catastrophic forgetting.
