Location Agnostic Adaptive Rain Precipitation Prediction using Deep Learning
Md Shazid Islam, Md Saydur Rahman, Md Saad Ul Haque, Farhana Akter Tumpa, Md Sanzid Bin Hossain, Abul Al Arabi
TL;DR
This work tackles the challenge of cross-location rain precipitation forecasting under distribution shifts and climate-change-driven pattern changes. It introduces a location-agnostic adaptive deep learning framework that transfers knowledge from a source city (Dhaka) to target cities (Paris, Los Angeles, Tokyo) using a two-component loss: $L_{src}$ and $L_{tgt}$, combined as $L_{total} = \lambda_{1}L_{src} + \lambda_{2}L_{tgt}$. The approach yields substantial MAE improvements on target domains (e.g., 43.51% for Paris, 5.09% for Los Angeles, 38.62% for Tokyo) and outperforms several traditional ensembling baselines, demonstrating strong cross-domain generalization. The dataset comprises NASA POWER weather records from 2003–2023 with 20 features, enabling robust evaluation. The results suggest practical impact for location-agnostic rainfall forecasting and motivate further work on feature-efficient and unsupervised adaptation strategies.
Abstract
Rain precipitation prediction is a challenging task as it depends on weather and meteorological features which vary from location to location. As a result, a prediction model that performs well at one location does not perform well at other locations due to the distribution shifts. In addition, due to global warming, the weather patterns are changing very rapidly year by year which creates the possibility of ineffectiveness of those models even at the same location as time passes. In our work, we have proposed an adaptive deep learning-based framework in order to provide a solution to the aforementioned challenges. Our method can generalize the model for the prediction of precipitation for any location where the methods without adaptation fail. Our method has shown 43.51%, 5.09%, and 38.62% improvement after adaptation using a deep neural network for predicting the precipitation of Paris, Los Angeles, and Tokyo, respectively.
