π€ AI Summary
This work addresses the scarcity of paired multimodal remote sensing data and the limited modality scalability and task generalization of existing methods. The authors propose a scene-centric joint modeling paradigm that first learns a unified latent scene representation through a decoupled architecture and subsequently generates any target modality from this representation, enabling arbitrary-to-arbitrary translation across five remote sensing modalities. To support this approach, they construct EarthMM, a large-scale dataset comprising 2.8 million globally distributed multispectral and multiresolution images, and develop the first remote sensing foundation model capable of unified multitask generation. Experiments demonstrate the modelβs strong generalization across diverse generation tasks and its effectiveness in enhancing downstream applications such as data augmentation and representation learning.
π Abstract
Multi-modal remote sensing images are vital for Earth observation, yet complete paired observations are often scarce in practice. Existing generative methods commonly address this problem through isolated pairwise modality translation, but their versatility and scalability remain limited as the number of modalities and generation tasks increases. Here, we develop a generative foundation model MetaEarth-MM for multi-modal remote sensing imagery, enabling paired joint generation and any-to-any translation across five modalities within a unified model. Recognizing the intrinsic scene consistency underlying multi-modal observations, we introduce a scene-centered joint modeling paradigm in MetaEarth-MM. Unlike previous methods that rely on direct appearance-level cross-modal mapping, our model organizes the generation around the underlying scene content. Specifically, MetaEarth-MM adopts a decoupled architecture that first infers a latent scene representation from available observations, and then generates target modalities conditioned on this intermediate state. To support training, we further construct EarthMM, a large-scale dataset comprising 2.8 million multi-resolution global images with 2.2 million aligned pairs. Extensive experiments demonstrate that MetaEarth-MM not only exhibits strong generative capability and robust generalization across diverse generation tasks, but also supports downstream tasks at both data and representation levels, highlighting its potential as a general foundation model for cross-modal Earth observation. The code and dataset will be available at https://github.com/YZPioneer/MetaEarth-MM.