JOURNAL / 2026.09.14

NASA and IBM release an open lunar model, not an ice map

A multimodal model, its weights, and nearly 40 TB of prepared data lower the cost of building tools to study the Moon; its strongest results remain predictions of derived maps, not new discoveries or operational certifications.

The Moon's appearance does not change only when the terrain changes. The same slope can look entirely different when the Sun's angle shifts; a shadow can hide a crater or invent an edge. Lunar instruments also observe different properties at very different scales. A system meant to reuse all that information needs more than additional images: it must learn which measurements describe the same place, how much of an appearance comes from illumination, and which resolution can support each claim.

NASA and IBM released the NASA‑IBM Lunar Foundation Model on September 10, a multimodal vision model trained as a foundation for lunar remote-sensing tasks. The announcement came with weights, tokenizers, prepared data, evaluation sets, fine-tuned models, and code for adapting the system. The practical novelty is not that AI discovered ice or rewrote lunar geology. It is that an outside team can download a specialized starting point and build crater detectors, volcanic-feature segmenters, or prospectivity models without repeating all the data preparation and pretraining from scratch.

One shared representation across two scales

The model starts from a base-sized Vision Transformer and was trained on almost two million georeferenced tiles drawn primarily from the Lunar Reconnaissance Orbiter. The SomBench corpus combines 963,609 tiles anchored to Wide Angle Camera imagery, representing areas about 51 kilometers wide at 100 meters per pixel, with 1,000,113 Narrow Angle Camera tiles about 512 meters wide at one meter per pixel. The complete dataset published in publicly accessible storage totals about 39.4 TB.

These are not two independent photo albums. The model's technical card describes eleven modalities: visible and ultraviolet reflectance, topography, slope, aspect, and several static contexts derived from radar, temperature, gravity, mineralogy, and hydrogen instruments. Each sample bundles the available layers for the same ground. Mixed-batch training lets one set of weights work across both families, separated by a hundredfold difference in linear resolution.

One design decision is especially sensible. The model receives incidence, emission, and phase angles as context, together with coordinates and solar position. It is not forced to infer from shadows geometry that was already recorded with the observation. That does not remove the difficulty of comparing images taken at different times, but it better separates two causes: the shape of the ground and how it was illuminated.

The team evaluated the representation on four tasks while holding the data, metrics, and procedures fixed across several backbones. The lunar model showed a clear advantage on the polar ice-prospectivity map and better label efficiency when detecting wide-angle craters. On meter-scale craters and segmentation of irregular mare patches—small volcanic formations whose apparent age makes them scientifically interesting—it was effectively level with the best general models: the differences were smaller than the variation across training seeds.

That mixture of wins and ties is more informative than declaring a universal winner. Specialized pretraining appears to provide a reusable representation, especially when modalities are combined or labels are scarce. It does not show that every lunar task improves or that the same recipe will work on another planetary body. All the results also come from the team that built the model; publishing the artifacts makes replication possible, but does not replace it.

Opening the starting point does not certify the destination

The package is unusually broad. The 12.8 GB of model artifacts, the data, and the repository are published under open licenses; NASA IMPACT's code provides runnable TerraTorch configurations for fine-tuning and evaluation, including several adaptation strategies. The documentation recommends LoRA as a starting point because, in its tests, it matched or exceeded full fine-tuning on crater detection while training a fraction of the parameters.

But “open” is not an indivisible property. NASA's article describes a complete codebase, while the repository README defines the scope more precisely: it includes inference and fine-tuning, and does not include pretraining code. The weights, tokenizers, configuration, prepared data, and downstream recipes permit much more inspection and reuse than a closed API. They are not enough to recreate the model exactly from raw material or audit every choice in the original run. That distinction does not invalidate the release; it avoids calling something end-to-end reproducible when it is currently reproducible from the checkpoint onward.

The most important scientific caution concerns the outputs. The result called “ice prospectivity” does not identify water observed by the model. It learns to reproduce a fuzzy map previously constructed by combining temperature, permanent shadow, slope, radar, hydrogen, and other clues. Matching that target more closely shows that the model integrates those layers well; it does not supply an independent ice measurement or decide where to extract it.

The model card sets still more concrete boundaries. Multimodal generations are qualitative probes, not calibrated predictions. The model preserves local structures but maintains no absolute geodetic reference frame: topographic shape may appear at a shifted elevation, and generated coordinates can be wrong by tens of degrees. It has not been validated to certify landing sites, clear hazards, or make operational decisions. In NASA's change-detection example, even an illumination difference between orbits can affect the visibility of small craters.

My reading is that the valuable result is not an automatic cartographer of the Moon, but common infrastructure across data that previously required substantial specialist work to align. Packaging tiles, provenance, geographic splits, baselines, and fine-tuning recipes can save a small group months of engineering while giving it a comparison it can challenge. In science, lowering the cost of formulating and testing a tool matters even when the tool does not produce a discovery on its own.

The next evidence should come from teams that did not build the system: reproducing the four results, testing regions and instruments not used in adaptation, and comparing predictions with later observations or physical measurements. Publishing the pretraining code and run record would help as well. If those tests sustain the advantage, the model will have done something more durable than win an internal benchmark: it will have turned a vast planetary archive into a shared foundation on which different hypotheses can compete without confusing representation, prediction, and lunar reality.

Sources

← Back to journal