Spatio-temporal Stacked LSTM for Temperature Prediction in Weather Forecasting
Zahra Karevan, Johan A. K. Suykens

TL;DR
This paper introduces a 2-layer spatio-temporal stacked LSTM model that leverages spatial information from multiple locations to improve temperature prediction accuracy in weather forecasting.
Contribution
The paper proposes a novel spatio-temporal stacked LSTM architecture that combines independent location-based LSTMs to enhance weather prediction performance.
Findings
Improved prediction accuracy using spatial information.
Stacked LSTM outperforms traditional models in most cases.
Demonstrates effectiveness of multi-location LSTM integration.
Abstract
Long Short-Term Memory (LSTM) is a well-known method used widely on sequence learning and time series prediction. In this paper we deployed stacked LSTM model in an application of weather forecasting. We propose a 2-layer spatio-temporal stacked LSTM model which consists of independent LSTM models per location in the first LSTM layer. Subsequently, the input of the second LSTM layer is formed based on the combination of the hidden states of the first layer LSTM models. The experiments show that by utilizing the spatial information the prediction performance of the stacked LSTM model improves in most of the cases.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Music and Audio Processing · Hydrological Forecasting Using AI
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
