Short-term Precipitation Forecasting in The Netherlands: An Application of Convolutional LSTM neural networks to weather radar data
Petros Demetrakopoulos

TL;DR
This paper demonstrates that ConvLSTM neural networks, combining CNNs and LSTMs, can effectively predict short-term precipitation patterns from weather radar data in the Netherlands, improving accuracy in complex weather scenarios.
Contribution
The study introduces a novel ConvLSTM autoencoder architecture tailored for short-term precipitation forecasting using radar data, showcasing its superior performance over traditional methods.
Findings
High accuracy in predicting precipitation movement and intensity
Effective modeling of spatial and temporal weather patterns
Potential for improved meteorological forecasting in complex regions
Abstract
This work addresses the challenge of short-term precipitation forecasting by applying Convolutional Long Short-Term Memory (ConvLSTM) neural networks to weather radar data from the Royal Netherlands Meteorological Institute (KNMI). The research exploits the combination of Convolutional Neural Networks (CNNs) layers for spatial pattern recognition and LSTM network layers for modelling temporal sequences, integrating these strengths into a ConvLSTM architecture. The model was trained and validated on weather radar data from the Netherlands. The model is an autoencoder consisting of nine layers, uniquely combining convolutional operations with LSTMs temporal processing, enabling it to capture the movement and intensity of precipitation systems. The training set comprised of sequences of radar images, with the model being tasked to predict precipitation patterns 1.5 hours ahead using the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMeteorological Phenomena and Simulations · Precipitation Measurement and Analysis · Climate variability and models
MethodsSparse Evolutionary Training · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · Convolution · ConvLSTM
