Submitted:
07 December 2024
Posted:
09 December 2024
You are already at the latest version
Abstract
Dissolved Oxygen (DO) is a crucial parameter for monitoring inland water systems’ health, yet predicting its variability accurately is challenging due to spatial variability across different water bodies. Traditional process-based models lack sufficient accuracy, and while recent data-driven methods and deep learning have shown promise, they are typically site-specific and require retraining for each new location. This limitation is particularly problematic in areas lacking ground observations. In this work, we address these challenges by using deep learning models trained on global water quality datasets. These models were pre-trained on global historical water quality observations and subsequently fine-tuned for specific regions. This approach demonstrated improved results compared to using models trained exclusively on regional data and offered a more robust solution for predicting Dissolved Oxygen levels in diverse inland water systems.
Keywords:
1. Introduction
2. Data and Study Area

| Source | Feature |
|---|---|
| ERA5 | Max temperature |
| Min temperature | |
| Precipitation sum | |
| Max wind speed | |
| Shortwave radiation sum | |
| Sentinel 2 | Chlorophyll Index |
| Turbidity Index | |
| Topographical Features | Slope |
| Roughness |
3. Methodology
3.1. Remote Sensing Metrics
3.2. Model Selection and Pretraining
- (1)
- Long Short-Term Memory (LSTM): LSTM, a variant of recurrent neural networks (RNNs), its architecture enables it to capture long-term dependencies, making it exceptionally suitable for predicting variables like DO that are influenced by historical data. In our study, the LSTM model was trained to recognize and interpret complex temporal patterns in DO levels, utilizing sequences of past observations to enhance the accuracy of future predictions.
- (2)
- Recurrent Graph Convolutional Network (RGCN): RGCN, an advancement of graph convolutional networks (GCNs), incorporates a recurrent structure to effectively manage spatial data. This model is adept at understanding spatial relationships and interactions, an essential aspect for analyzing water systems with diverse geographical features. In our application, the RGCN was utilized to construct a spatial network of water bodies, with a 200 km threshold applied to define connections between sites. This approach enabled the model to account for spatial dependencies in predicting DO levels, offering insights into the spatial dynamics of aquatic ecosystems.
- (3)
- Random Forest: This ensemble learning method operates by constructing multiple decision trees during the training phase. Random Forest is known for its versatility in handling both numerical and categorical data, effectively dealing with non-linear relationships within datasets. In this study, Random Forest was employed to analyze complex interactions within the environmental data, leveraging its ensemble nature to improve predictive accuracy and robustness.
3.3. Fine-Tuning for Regional Specificity
3.4. Cross-Validation Technique
4. Results
| Model | Average RMSE |
|---|---|
| LSTM | 1.14 |
| Random Forest | 2.7 |
| RGCN | 1.2 |
5. Conclusion


References
- Saari, G.N.; Wang, Z.; Brooks, B.W. Revisiting inland hypoxia: diverse exceedances of dissolved oxygen thresholds for freshwater aquatic life. Environmental Science and Pollution Research 2018, 25, 3139–3150.
- Mallya, Y.J. The effects of dissolved oxygen on fish growth in aquaculture. The United Nations University Fisheries Training Programme, Final Project 2007.
- Kelly, B. Death of dolphins in Amazon linked to severe drought, heat. https://www.reuters.com/business/environment/mass-death-amazon-river-dolphins-linked-severe-drought-heat-2023-10-02/, 2023. [Accessed 05-01-2024].
- Kannel, P.R.; Kanel, S.R.; Lee, S.; Lee, Y.S.; Gan, T.Y. A review of public domain water quality models for simulating dissolved oxygen in rivers and streams. Environmental Modeling & Assessment 2011, 16, 183–204.
- Zhi, W.; Feng, D.; Tsai, W.P.; Sterle, G.; Harpold, A.; Shen, C.; Li, L. From hydrometeorology to river water quality: can a deep learning model predict dissolved oxygen at the continental scale? Environmental science & technology 2021, 55, 2357–2368.
- Ziyad Sami, B.F.; Latif, S.D.; Ahmed, A.N.; Chow, M.F.; Murti, M.A.; Suhendi, A.; Ziyad Sami, B.H.; Wong, J.K.; Birima, A.H.; El-Shafie, A. Machine learning algorithm as a sustainable tool for dissolved oxygen prediction: a case study of Feitsui Reservoir, Taiwan. Scientific Reports 2022, 12, 3649.
- Chatziantoniou, A.; Spondylidis, S.C.; Stavrakidis-Zachou, O.; Papandroulakis, N.; Topouzelis, K. Dissolved oxygen estimation in aquaculture sites using remote sensing and machine learning. Remote Sensing Applications: Society and Environment 2022, 28, 100865.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).