TL;DR
This paper introduces STConvS2S, a convolutional neural network designed for weather forecasting that effectively models spatial and temporal dependencies, outperforming traditional RNN-based models in accuracy and training speed.
Contribution
The paper presents a novel convolutional sequence-to-sequence architecture that addresses limitations of existing models in spatiotemporal weather data prediction.
Findings
Outperforms state-of-the-art architectures in weather forecasting accuracy.
Achieves 23% better prediction performance than RNN baselines.
Is five times faster to train compared to RNN-based models.
Abstract
Applying machine learning models to meteorological data brings many opportunities to the Geosciences field, such as predicting future weather conditions more accurately. In recent years, modeling meteorological data with deep neural networks has become a relevant area of investigation. These works apply either recurrent neural networks (RNN) or some hybrid approach mixing RNN and convolutional neural networks (CNN). In this work, we propose STConvS2S (Spatiotemporal Convolutional Sequence to Sequence Network), a deep learning architecture built for learning both spatial and temporal data dependencies using only convolutional layers. Our proposed architecture resolves two limitations of convolutional networks to predict sequences using historical data: (1) they violate the temporal order during the learning process and (2) they require the lengths of the input and output sequences to be…
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.
