CORE: Carbon DiOxide REconstruciton
July 17, 2025 · View on GitHub
This is the official implementation of the ICCV 2025 conference paper: -Net: A Physics-Informed Spatio-Temporal Model for Global Surface Reconstruction.
Abstract
Reconstructing atmospheric surface is crucial for understanding climate dynamics and informing global mitigation strategies. Traditional inversion models achieve precise global reconstruction but rely heavily on uncertain prior estimates of fluxes and emissions. Inspired by recent advances in data-driven weather forecasting, we explore whether data-driven models can reduce reliance on these priors. However, reconstruction presents unique challenges, including complex spatio-temporal dynamics, periodic patterns and sparse observations. We propose -Net, a data-driven model that addresses these challenges without requiring extensive prior data. We formulate reconstruction as solving a constrained advection-diffusion equation and derive three key components: physics-informed spatio-temporal factorization for capturing complex transport dynamics, wind-based embeddings for modeling periodic variations and a semi-supervised loss for integrating sparse observations with dense meteorological data. -Net is designed in three sizes---small (S), base (B) and large (L)---to balance performance and efficiency. On CMIP6 reanalysis data, -Net (S) and (L) reduce RMSE by 11% and 71%, respectively, when compared to the best data-driven baseline. On real observations, -Net (L) achieves RMSE comparable to inversion models. The ablation study shows that the effectiveness of wind-based embedding and semi-supervised loss stems from their compatibility with our spatio-temporal factorization.