The repository for this project is the code implementation of the paper VegeDiff: Latent Diffusion Model for Geospatial Vegetation Forecasting.
If you find this project helpful, please give us a star ⭐️.
Main Contribution
-
A probabilistic model is firstly introduced into the geospatial vegetation forecasting task. VegeDiff employs the diffusion process to model the uncertainties in the vegetation change process, capturing multiple potential futures of geospatial vegetation states and generating clear and accurate forecasting results.
-
A vegetation autoencoder is designed to achieve a robust representation of geospatial vegetation states. This vegetation autoencoder was pre-trained on 10M RGBN remote sensing data and fine-tuned on 20K remote sensing vegetation data, enabling its latent space to effectively represent the geospatial vegetation states.
-
VegeNet is designed to model the impact of static environmental and dynamic meteorological variables on geospatial vegetation changes. VegeNet decouples the effects of static environmental variables and dynamic meteorological variables on the geospatial vegetation change process, effectively modeling the transformation process of vegetation under the influence of these variables.
If you are using this project's code or performance benchmarks in your research, please refer to bibtex to reference VegeDiff below.
@article{zhao2025vegediff,
title={VegeDiff: Latent Diffusion Model for Geospatial Vegetation Forecasting},
author={Zhao, Sijie and Chen, Hao and Zhang, Xueliang and Xiao, Pengfeng and Bai, Lei},
journal={IEEE Transactions on Geoscience and Remote Sensing},
year={2025},
publisher={IEEE}
}
This project is licensed under the Apache 2.0 License。
