GPU-Accelerated Deep Learning for Heatwave Prediction and Urban Heat Risk Assessment
Pith reviewed 2026-05-20 19:57 UTC · model grok-4.3
The pith
ConvLSTM with mixed loss predicts next-day urban temperatures from satellite and forecast data with R2 of 0.8877.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The authors claim that a GPU-based deep learning framework using ConvLSTM with a mixed loss function delivers accurate next-day predictions of urban thermal conditions from MODIS land surface temperature and Open-Meteo forecast fields in Sarajevo, reaching MAE of 0.2293, RMSE of 0.3089, and R2 of 0.8877, while the same predicted fields can be combined with hazard, exposure, and vulnerability information to generate city heat risk maps, with results improving when longer temporal series or additional meteorological variables are included.
What carries the argument
ConvLSTM network with mixed loss function that ingests spatiotemporal sequences of land-surface temperature and meteorological forecast fields to output predicted temperature grids for the following day.
If this is right
- Longer temporal series improve the prediction results.
- Additional meteorological variables raise model performance.
- Predicted temperature fields can be combined with hazard, exposure, and vulnerability data to generate heat risk maps.
- GPU acceleration together with mixed-precision training shortens execution time.
- The framework supplies a practical basis for city heat analysis.
Where Pith is reading between the lines
- The same pipeline could be retrained on data from additional cities to check whether accuracy holds outside Sarajevo.
- Coupling the daily forecasts with real-time sensor feeds would allow updating of heat risk maps during an active event.
- Simulating altered land-cover scenarios inside the model might quantify how green infrastructure changes future temperature fields.
Load-bearing premise
MODIS land-surface temperature and Open-Meteo forecast fields serve as sufficiently accurate and unbiased proxies for actual urban thermal conditions, and training on a single city yields reliable generalization to future heat events.
What would settle it
Independent ground-based temperature readings collected in Sarajevo during a later heatwave that produce errors larger than the reported MAE and RMSE would falsify the claimed prediction accuracy.
read the original abstract
Heatwaves are an important problem in cities, and climate change makes this problem more difficult. In this paper, we present a GPU-based deep learning framework for next-day prediction of urban thermal conditions and for heat risk assessment. The study was carried out in Sarajevo by using MODIS land surface temperature data and Open-Meteo forecast data. We tested several models, including convolutional models and spatiotemporal models. Among them, ConvLSTM with a mixed loss function gave the best results. The obtained values were MAE = 0.2293, RMSE = 0.3089, and R2 = 0.8877. The experiments also showed that results can be improved by using longer temporal series and additional meteorological variables. Since the framework was implemented on a GPU and trained with mixed precision, the execution time was reduced. Based on the predicted temperature fields, it was also possible to combine hazard information with exposure and vulnerability data in order to generate city heat risk maps. The proposed framework can be used as a practical basis for city heat analysis.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a GPU-accelerated deep learning framework for next-day prediction of urban thermal conditions using ConvLSTM and other models trained on MODIS land-surface temperature and Open-Meteo forecast data for Sarajevo. The ConvLSTM with mixed loss achieves the best results (MAE=0.2293, RMSE=0.3089, R²=0.8877). The work further combines predictions with hazard, exposure, and vulnerability data to produce city heat risk maps and notes efficiency gains from GPU mixed-precision training. The central claim is that this constitutes a practical basis for urban heat analysis.
Significance. If the performance generalizes, the approach could supply an efficient, GPU-enabled tool for operational urban heatwave forecasting and risk mapping. The mixed-loss ConvLSTM and integration with exposure/vulnerability layers are concrete contributions. However, the single-city evaluation restricts the significance to a local demonstration rather than a transferable framework.
major comments (2)
- [Abstract and Results] Abstract and Results: The headline claim that the framework 'can be used as a practical basis for city heat analysis' rests on metrics obtained exclusively from Sarajevo. No cross-city hold-out, transfer test, or evaluation on a temporally shifted heatwave outside the training distribution is reported, leaving the broader applicability unsupported.
- [Methods] Methods: No information is supplied on the train-test split strategy, cross-validation scheme, or handling of spatial autocorrelation in the LST fields. Without these details the reported MAE, RMSE, and R² cannot be assessed for robustness against overfitting or spatial leakage.
minor comments (2)
- [Abstract] Abstract: The temporal span and number of heatwave events in the MODIS/Open-Meteo dataset should be stated explicitly to allow readers to judge the diversity of conditions seen during training.
- [Figures] Figure captions: Ensure that all risk-map figures include scale bars, color-bar units, and the exact date or period of the underlying prediction.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address the two major comments point by point below, indicating where revisions will be made to the manuscript.
read point-by-point responses
-
Referee: [Abstract and Results] Abstract and Results: The headline claim that the framework 'can be used as a practical basis for city heat analysis' rests on metrics obtained exclusively from Sarajevo. No cross-city hold-out, transfer test, or evaluation on a temporally shifted heatwave outside the training distribution is reported, leaving the broader applicability unsupported.
Authors: We agree that the empirical evaluation is confined to Sarajevo and that no cross-city or out-of-distribution tests are presented. The framework is constructed from publicly available global data sources (MODIS LST and Open-Meteo forecasts) and is therefore conceptually transferable, yet the reported performance metrics and risk maps remain city-specific. We will revise the abstract, introduction, and conclusion to qualify the central claim, stating that the approach supplies a practical basis for heat analysis as demonstrated in Sarajevo and identifying multi-city validation as necessary future work. revision: yes
-
Referee: [Methods] Methods: No information is supplied on the train-test split strategy, cross-validation scheme, or handling of spatial autocorrelation in the LST fields. Without these details the reported MAE, RMSE, and R² cannot be assessed for robustness against overfitting or spatial leakage.
Authors: We acknowledge the omission of these methodological details. The temporal split used the first 70 % of the time series for training and the final 30 % for testing to respect chronological order. Hyper-parameter selection was performed via 5-fold cross-validation on the training portion. Spatial autocorrelation was addressed implicitly through the convolutional layers of the models, but no explicit spatial blocking or geographically aware validation was applied. We will add a dedicated subsection to the Methods section describing the split, the cross-validation procedure, and a brief discussion of spatial dependence. revision: yes
Circularity Check
No circularity: empirical ML metrics on external satellite/forecast data
full rationale
The manuscript trains ConvLSTM and baseline models on MODIS land-surface temperature plus Open-Meteo fields for Sarajevo, then reports standard test-set metrics (MAE 0.2293, RMSE 0.3089, R2 0.8877). These quantities are computed from model outputs versus held-out observations and do not reduce by construction to any fitted parameter or self-citation. No equations, uniqueness theorems, or ansatzes are invoked that would make the headline performance numbers tautological with the training procedure itself. The derivation chain is therefore self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
free parameters (1)
- ConvLSTM hyperparameters and loss weights
axioms (2)
- domain assumption MODIS land-surface temperature accurately proxies near-surface urban air temperature and heat stress
- domain assumption Open-Meteo forecasts supply unbiased auxiliary meteorological features
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
ConvLSTM with a mixed loss function gave the best results with MAE = 0.2293, RMSE = 0.3089, and R2 = 0.8877 for next-day prediction of urban thermal conditions.
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
The proposed framework can be used as a practical basis for city heat analysis.
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Climate Risk Management44, 100603 (2024) https://doi.org/10.1016/j.crm
Cheval, S., Amih˘ aesei, V.-A., Chitu, Z., Dumitrescu, A., Falcescu, V., Iras ,oc, A., Micu, D.M., Mihulet, E., Ontel, I., Paraschiv, M.-G., Tudose, N.C.: A systematic review of urban heat island and heat waves research (1991–2022). Climate Risk Management44, 100603 (2024) https://doi.org/10.1016/j.crm. 2024.100603
-
[2]
Science of The Total Environment 890, 164412 (2023) https://doi.org/10.1016/ j.scitotenv.2023.164412
Cuerdo-Vilches, T., D´ ıaz, J., L´ opez-Bueno, J.A., Luna, M.Y., Navas, M.A., Mir´ on, I.J., Linares, C.: Impact of urban heat islands on morbidity and mortality in heat waves: Observational time series analysis of spain’s five cities. Science of The Total Environment 890, 164412 (2023) https://doi.org/10.1016/ j.scitotenv.2023.164412
-
[3]
Huang, W.T.K., Masselot, P., Bou-Zeid, E., Fatichi, S., Paschalis, A., Sun, T., Gaspar- rini, A., Manoli, G.: Economic valuation of temperature-related mortality attributed to urban heat islands in european cities. Nature Communications14(1), 1–12 (2023) https: //doi.org/10.1038/s41467-023-43135-z
-
[4]
Nature Communications12(1), 1–11 (2021) https:// doi.org/10.1038/s41467-021-22799-5
Hsu, A., Sheriff, G., Chakraborty, T., Manya, D.: Disproportionate exposure to urban heat island intensity across major us cities. Nature Communications12(1), 1–11 (2021) https:// doi.org/10.1038/s41467-021-22799-5
-
[5]
Scientific Reports14(1), 1–14 (2024) https://doi.org/ 10.1038/s41598-024-59228-8
Pan, X., Mavrokapnidis, D., Ly, H.T., Mohammadi, N., Taylor, J.E.: Assessing and forecasting collective urban heat expo- sure with smart city digital twins. Scientific Reports14(1), 1–14 (2024) https://doi.org/ 10.1038/s41598-024-59228-8
-
[6]
Scientific Reports 13(1) (2023) https://doi.org/10.1038/ s41598-023-39820-0
D’Ambrosio, V., Martino, F.D., Miraglia, V.: A gis-based framework to assess heatwave vulnerability and impact scenar- ios in urban systems. Scientific Reports 13(1) (2023) https://doi.org/10.1038/ s41598-023-39820-0
work page 2023
-
[7]
The Innovation 6(5), 100870 (2025) https://doi.org/10.1016/ j.xinn.2025.100870
Ye, T., Xu, R., Huang, W., Yang, Z., Yu, P., Yu, W., Liu, Y., Wu, Y., Wen, B., Zhang, Y., Hart, J.E., Nieuwenhuijsen, M., Abram- son, M.J., Guo, Y., Li, S.: Billions of people exposed to increasing heat but decreasing greenness from 2000 to 2022. The Innovation 6(5), 100870 (2025) https://doi.org/10.1016/ j.xinn.2025.100870
-
[8]
Scientific Data4, 1–4 (2017) https://doi.org/10.1038/sdata.2017.4
Tatem, A.J.: Worldpop, open data for spa- tial demography. Scientific Data4, 1–4 (2017) https://doi.org/10.1038/sdata.2017.4
-
[9]
Remote Sensing of Environ- ment112(1), 59–74 (2008) https://doi.org/ 10.1016/j.rse.2006.06.026
Wan, Z.: New refinements and validation of the modis land-surface temperature/emissiv- ity products. Remote Sensing of Environ- ment112(1), 59–74 (2008) https://doi.org/ 10.1016/j.rse.2006.06.026
-
[10]
Remote Sensing of Environ- ment225, 16–29 (2019) https://doi.org/10
Duan, S.-B., Li, Z.-L., Li, H., G¨ ottsche, F.- M., Wu, H., Zhao, W., Leng, P., Zhang, X., Coll, C.: Validation of collection 6 modis land surface temperature product using in situ measurements. Remote Sensing of Environ- ment225, 16–29 (2019) https://doi.org/10. 1016/j.rse.2019.02.020
work page 2019
-
[11]
Scientific Data 4(1), 170001 (2017) https://doi.org/10.1038/ sdata.2017.1
Lloyd, C.T., Sorichetta, A., Tatem, A.J.: High resolution global gridded data for use in population studies. Scientific Data 4(1), 170001 (2017) https://doi.org/10.1038/ sdata.2017.1
work page 2017
-
[12]
Reviews of Geophysics61(2), 2022–000780 (2023) https://doi.org/10.1029/2022RG000780
Barriopedro, D., Garc´ ıa-Herrera, R., Ord´ o˜ nez, C., Miralles, D.G., Salcedo-Sanz, 13 S.: Heat waves: Physical understand- ing and scientific challenges. Reviews of Geophysics61(2), 2022–000780 (2023) https://doi.org/10.1029/2022RG000780
-
[13]
Sustainability17(8) (2025) https://doi.org/ 10.3390/su17083747
Xu, C., Wei, R., Tong, H.: A systematic review of methodological advances in urban heatwave risk assessment: Integrating multi- source data and hybrid weighting methods. Sustainability17(8) (2025) https://doi.org/ 10.3390/su17083747
-
[14]
Environ- ment International206, 109965 (2025) https: //doi.org/10.1016/j.envint.2025.109965
Boudreault, J., Lamothe, F., Campagna, C., Chebana, F.: Machine learning for mod- elling the health impacts of extreme heat: A comprehensive literature review. Environ- ment International206, 109965 (2025) https: //doi.org/10.1016/j.envint.2025.109965
-
[15]
Atmosphere16(1) (2025) https://doi
Zhang, H., Liu, Y., Zhang, C., Li, N.: Machine learning methods for weather forecasting: A survey. Atmosphere16(1) (2025) https://doi. org/10.3390/atmos16010082
-
[16]
In: Rathore, V.S., Sharma, S.C., Tavares, J.M.R.S., Moreira, C., Surendiran, B
Tuba, E., Tuba, I., Hrosik, R.C., Ali- hodzic, A., Tuba, M.: Image classification by optimized convolution neural networks. In: Rathore, V.S., Sharma, S.C., Tavares, J.M.R.S., Moreira, C., Surendiran, B. (eds.) Rising Threats in Expert Applications and Solutions, pp. 447–454. Springer, Singapore (2022)
work page 2022
-
[17]
Shekhar, S., Jiang, Z., Ali, R.Y., Efteli- oglu, E., Tang, X., Gunturi, V.M.V., Zhou, X.: Spatiotemporal data mining: A com- putational perspective. ISPRS International Journal of Geo-Information4(4), 2306–2338 (2015) https://doi.org/10.3390/ijgi4042306
-
[18]
Hydrol- ogy11(8) (2024) https://doi.org/10.3390/ hydrology11080127
Ni˜ no Medina, J.S., Suarez Bar´ on, M.J., Reyes Suarez, J.A.: Application of deep learn- ing for the analysis of the spatiotemporal prediction of monthly total precipitation in the boyac´ a department, colombia. Hydrol- ogy11(8) (2024) https://doi.org/10.3390/ hydrology11080127
work page 2024
-
[19]
Nature Machine Intelli- gence4(3), 211–221 (2022) https://doi.org/ 10.1038/s42256-022-00463-x
Pandey, M., Fernandez, M., Gentile, F., Isayev, O., Tropsha, A., Stern, A.C., Cherkasov, A.: The transformational role of gpu computing and deep learning in drug discovery. Nature Machine Intelli- gence4(3), 211–221 (2022) https://doi.org/ 10.1038/s42256-022-00463-x
-
[20]
Sensors24(2) (2024) https://doi.org/10.3390/s24020514
Mwitta, C., Rains, G.C., Prostko, E.: Evalua- tion of inference performance of deep learning models for real-time weed detection in an embedded computer. Sensors24(2) (2024) https://doi.org/10.3390/s24020514
-
[21]
Li, X., Wang, G.: Gpu parallel computing for mapping urban outdoor heat exposure. Theoretical and Applied Climatology145(3), 1101–1111 (2021) https://doi.org/10.1007/ s00704-021-03692-z
work page 2021
-
[22]
PLOS One20(3) (2025) https: //doi.org/10.1371/journal.pone.0316367
Shafiq, F., Zafar, A., Khan, M.U.G., Iqbal, S., Albesher, A.S., Asghar, M.N.: Extreme heat prediction through deep learning and explainable ai. PLOS One20(3) (2025) https: //doi.org/10.1371/journal.pone.0316367
-
[23]
Tang, N., Farhan, M., Mohammad, P., Abdullah-Al-Wadud, M., Hussain, S., Hamza, U., Zulqarnain, R.M., Rebouh, N.Y.: Enhancing urban heat island anal- ysis through multisensor data fusion and gru-based deep learning approaches for cli- mate modeling. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing18, 9279–9296 (2025) https: ...
-
[24]
Sustainable Energy Research12(1) (2025) https://doi.org/10
Wang, L.: Urban heat island monitoring and intelligent prediction method based on big data analysis. Sustainable Energy Research12(1) (2025) https://doi.org/10. 1186/s40807-025-00206-7
work page 2025
-
[25]
Remote Sensing16(16) (2024) https://doi
Li, F., Yigitcanlar, T., Nepal, M., Thanh, K.N., Dur, F.: A novel urban heat vulnera- bility analysis: Integrating machine learning and remote sensing for enhanced insights. Remote Sensing16(16) (2024) https://doi. org/10.3390/rs16163032
-
[26]
Kalfarisi, R., Chew, A.W.Z., Cai, J., Xue, M., Pok, J., Wu, Z.Y.: Predictive modeling framework accelerated by gpu computing for smart water grid data-driven analysis in near real-time. Advances in Engineering Software 173, 103287 (2022) https://doi.org/10.1016/ 14 j.advengsoft.2022.103287
-
[27]
Sustainable Cities and Society 131, 106701 (2025) https://doi.org/10.1016/ j.scs.2025.106701
Ge, S., Zhan, W., Li, J., Li, L., Dong, P., Li, X., Wang, C., Wang, C., Gao, Y.: Prediction of next-day 1-km canopy urban heat island by integrating a multi-block convolutional neu- ral network with satellite- and ground-based observations. Sustainable Cities and Society 131, 106701 (2025) https://doi.org/10.1016/ j.scs.2025.106701
-
[28]
Urban Informatics1, 6 (2022) https: //doi.org/10.1007/s44212-022-00002-4
Lyu, F., Wang, S., Han, S.Y., Catlett, C., Wang, S.: An integrated cybergis and machine learning framework for fine-scale prediction of urban heat island using satel- lite remote sensing and urban sensor network data. Urban Informatics1, 6 (2022) https: //doi.org/10.1007/s44212-022-00002-4
-
[29]
Atmosphere14(2) (2023) https://doi
Emmanuel, R., Jalal, M., Ogunfuyi, S., Maharoof, N., Zala, M., Perera, N., Rat- nayake, R.: Urban heat risk: Protocols for mapping and implications for colombo, sri lanka. Atmosphere14(2) (2023) https://doi. org/10.3390/atmos14020343
-
[30]
Colaninno, N., Basu, R., Hosseini, M., Alhassan, A., Liu, L., Sevtsuk, A.: A sidewalk-level urban heat risk assessment framework using pedestrian mobility and urban microclimate modeling. Environ- ment and Planning B: Urban Analytics and City Science52(5), 1071–1090 (2025) https://doi.org/10.1177/23998083241280746 https://doi.org/10.1177/23998083241280746
-
[31]
Morabito, M., Crisci, A., Gioli, B., Gualtieri, G., Toscano, P., Di Stefano, V., Orlandini, S., Gensini, G.F.: Urban-hazard risk analysis: mapping of heat-related risks in the elderly in major italian cities. PLoS One18(5) (2015) https://doi.org/10.1371/journal.pone. 0127277
-
[32]
Science of The Total Envi- ronment663, 852–866 (2019) https://doi
Zhang, W., Zheng, C., Chen, F.: Map- ping heat-related health risks of elderly cit- izens in mountainous area: A case study of chongqing, china. Science of The Total Envi- ronment663, 852–866 (2019) https://doi. org/10.1016/j.scitotenv.2019.01.240
-
[33]
Frontiers in Public HealthV olume 10 - 2022(2022) https://doi.org/10.3389/fpubh
Wu, C., Shui, W., Huang, Z., Wang, C., Wu, Y., Wu, Y., Xue, C., Huang, Y., Zhang, Y., Zheng, D.: Urban heat vulnerability: A dynamic assessment using multi-source data in coastal metropolis of southeast china. Frontiers in Public HealthV olume 10 - 2022(2022) https://doi.org/10.3389/fpubh. 2022.989963
-
[34]
Voelkel, J., Hellman, D., Sakuma, R., Shandas, V.: Assessing vulnerability to urban heat: A study of disproportionate heat exposure and access to refuge by socio-demographic status in portland, ore- gon. International Journal of Environmental Research and Public Health15(4) (2018) https://doi.org/10.3390/ijerph15040640
-
[35]
Sustainability15(3) (2023) https://doi.org/10.3390/su15031820 15
T´ echer, M., Ait Haddou, H., Aguejdad, R.: Urban heat island’s vulnerability assessment by integrating urban planning policies: A case study of montpellier m´ editerran´ ee metropoli- tan area, france. Sustainability15(3) (2023) https://doi.org/10.3390/su15031820 15
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.