paper-with-me

홈 › Papers

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

2023-12-02 · Petros Demetrakopoulos

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 preceding data. Results indicate high accuracy in predicting the direction and intensity of precipitation movements. The findings of this study underscore the significant potential of ConvLSTM networks in meteorological forecasting, particularly in regions with complex weather patterns. It contributes to the field by offering a more accurate, data-driven approach to weather prediction, highlighting the broader applicability of ConvLSTM networks in meteorological tasks.

📄 PDF Abstract BibTeX arXiv:2312.01197

Code (1)

petrosdemetrakopoulos/lstm-radar-precipitation-forecast 공식 구현 tf

Tasks

Precipitation ForecastingTemporal Sequences

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

SmaAt-UNet: Precipitation Nowcasting using a Small Attention-UNet Architecture

2020-07-08 · Kevin Trebing, Tomasz Stanczyk, Siamak Mehrkanoon

Weather forecasting is dominated by numerical weather prediction that tries to model accurately the physical properties of the atmosphere. A downside of numerical weather prediction is that it is lacking the ability for …

PredictionWeather Forecasting

Precipitation Nowcasting Using Physics Informed Discriminator Generative Models

2024-06-14 · Junzhe Yin, Cristian Meo, Ankush Roy, Zeineh Bou Cher 외

Nowcasting leverages real-time atmospheric conditions to forecast weather over short periods. State-of-the-art models, including PySTEPS, encounter difficulties in accurately forecasting extreme weather events because of…

Generative Adversarial NetworkQuantization

BlockGPT: Spatio-Temporal Modelling of Rainfall via Frame-Level Autoregression

2025-10-07 · Cristian Meo, Varun Sarathchandran, Avijit Majhi, Shao Hung 외 arxiv

Predicting precipitation maps is a highly complex spatiotemporal modeling task, critical for mitigating the impacts of extreme weather events. Short-term precipitation forecasting, or nowcasting, requires models that are…

Precipitation ForecastingVideo Prediction

Extreme Precipitation Nowcasting using Transformer-based Generative Models

2024-03-06 · Cristian Meo, Ankush Roy, Mircea Lică, Junzhe Yin 외

This paper presents an innovative approach to extreme precipitation nowcasting by employing Transformer-based generative models, namely NowcastingGPT with Extreme Value Loss (EVL) regularization. Leveraging a comprehensi…

Precipitation Nowcasting: Leveraging bidirectional LSTM and 1D CNN

2018-10-24 · Maitreya Patel, Anery Patel, Dr. Ranendu Ghosh

Short-term rainfall forecasting, also known as precipitation nowcasting has become a potentially fundamental technology impacting significant real-world applications ranging from flight safety, rainstorm alerts to farm i…

Deep LearningTime SeriesTime Series AnalysisTime Series Forecasting+1