[CVPRW 2025] π COP-GEN-Beta: Unified Generative Modelling of COPernicus Imagery Thumbnails
Abstract
In remote sensing, multi-modal data from various sensors capturing the same scene offers rich opportunities, but learning a unified representation across these modalities remains a significant challenge. Traditional methods have often been limited to single or dual-modality approaches. In this paper, we introduce COP-GEN-Beta, a generative diffusion model trained on optical, radar, and elevation data from the Major TOM dataset. What sets COP-GEN-Beta apart is its ability to map any subset of modalities to any other, enabling zero-shot modality translation after training. This is achieved through a sequence-based diffusion transformer, where each modality is controlled by its own timestep embedding. We extensively evaluate COP-GEN-Beta on thumbnail images from the Major TOM dataset, demonstrating its effectiveness in generating high-quality samples. Qualitative and quantitative evaluations validate the model's performance, highlighting its potential as a powerful pre-trained model for future remote sensing tasks.
COP-GEN-Beta: Architecture Overview
COP-GEN-Beta is a diffusion model designed to handle multiple remote sensing modalities, specifically: Digital Elevation Model (DEM), Sentinel-1 Radar Terrain Corrected (S1 RTC), Sentinel-2 Level 1C (S2 L1C), and Sentinel-2 Level 2A (S2 L2A). The model learns joint, conditional, and marginal distributions within a unified framework.
COP-GEN-Beta: Results
COP-GEN-Beta's flexible sampling capabilities enable a wide range of downstream applications through various modality translation combinations. By allowing generation of any subset of modalities conditioned on any other subset, our model unlocks numerous practical use cases in remote sensing, from atmospheric correction and DEM generation to dataset expansion.
Getting Started
For detailed instructions on installation, training, and inference, please visit our GitHub repository.
COP-GEN-Beta offers great versatility for generating images, including:
- Unconditional generation: Generates tuples of 4 modalities without any condition.
- Conditional generation:
- Single modality conditioning
- 2 modality conditioning
- 3 modality conditioning
Citation
If you find this work useful, please cite it as follows:
@inproceedings{espinosa2025copgenbeta,
title={COP-GEN-Beta: Unified Generative Modelling of COPernicus Imagery Thumbnails},
author={Espinosa, Miguel and Marsocci, Valerio and Jia, Yuru and Crowley, Elliot J. and Czerkawski, Mikolaj},
booktitle={CVPRW},
year={2025}
}