Daniele Rege Cambrin1 · Eleonora Poeta1 · Eliana Pastor1 · Isaac Corley2
Tania Cerquitelli1 · Elena Baralis1 · Paolo Garza1
1Politecnico di Torino, Italy 2Wherobots, USA
In this paper, we introduce HYDROCHRONOS, a large-scale, multi-modal spatiotemporal dataset designed for forecasting surface water dynamics. The dataset provides over three decades of aligned Landsat 5 and Sentinel-2 imagery, coupled with climate data and Digital Elevation Models for lakes and rivers across Europe, North America, and South America. We also propose AquaClimaTempo UNet, a novel spatiotemporal architecture with a dedicated climate data branch. Our findings show that our model significantly outperforms a Persistence baseline in forecasting future water dynamics by +14% and +11% F1-scores across change detection and direction of change classification tasks, respectively, and by +0.1 MAE on the magnitude of change regression. Additionally, we conduct an Explainable AI analysis to identify the key variables and input channels that influence surface water change, offering insights to guide future research.
Install the dependencies in requirements.txt and modify the configuration in configs folder (SOON). To train a model, simply run train_classification.py or train_regression.py.
The dataset is available on HuggingFace.
The dataset comprises Landsat-5 (L) TOA and Sentinel-2 (S) TOA images. There are 6 coherently aligned bands for both satellites:
| Landsat | Sentinel | Description | Central Wavelength (L/S) |
|---|---|---|---|
| B1 | B2 | Blue | 485/492 nm |
| B2 | B3 | Green | 560/560 nm |
| B3 | B4 | Red | 660/665 nm |
| B4 | B8 | NIR | 830/833 nm |
| B5 | B11 | SWIR | 1650/1610 nm |
| B7 | B12 | SWIR | 2220/2190 nm |
They are coupled with climate variables from TERRACLIMATE and Copernicus GLO30-DEM.
You can easily load the model with HuggingFace. Each repository contains different configurations of ACTU.
| Task | Weights |
|---|---|
| Change Detection | Link |
| Direction Classification | Link |
| Magnitude Regression | Link |
This project is licensed under the Apache 2.0 license. See LICENSE for more information.
If you find this project useful, please consider citing:
@misc{cambrin2025hydrochronosforecastingdecadessurface,
title={HydroChronos: Forecasting Decades of Surface Water Change},
author={Daniele Rege Cambrin and Eleonora Poeta and Eliana Pastor and Isaac Corley and Tania Cerquitelli and Elena Baralis and Paolo Garza},
year={2025},
eprint={2506.14362},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2506.14362},
}