paper-with-me

홈 › Papers

Spatiotemporal Weather Data Predictions with Shortcut Recurrent-Convolutional Networks: A Solution for the Weather4cast challenge

2021-11-03 · Jussi Leinonen

This paper presents the neural network model that was used by the author in the Weather4cast 2021 Challenge Stage 1, where the objective was to predict the time evolution of satellite-based weather data images. The network is based on an encoder-forecaster architecture making use of gated recurrent units (GRU), residual blocks and a contracting/expanding architecture with shortcuts similar to U-Net. A GRU variant utilizing residual blocks in place of convolutions is also introduced. Example predictions and evaluation metrics for the model are presented. These demonstrate that the model can retain sharp features of the input for the first predictions, while the later predictions become more blurred to reflect the increasing uncertainty.

📄 PDF Abstract BibTeX arXiv:2111.02121

Code (1)

jleinonen/weather4cast-stage1 공식 구현 tf

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
U-Net 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Joint Air Quality and Weather Prediction Based on Multi-Adversarial Spatiotemporal Networks

2020-12-30 · Jindong Han, Hao liu, HengShu Zhu, Hui Xiong 외

Accurate and timely air quality and weather predictions are of great importance to urban governance and human livelihood. Though many efforts have been made for air quality or weather prediction, most of them simply empl…

Graph LearningGraph Neural NetworkMulti-Task LearningPrediction

Less is more: a new machine-learning methodology for spatiotemporal systems

2022-03-22 · Communications in Theoretical Physics Commnu. 2022 3 · Sihan Feng, Kang Wang, Fuming Wang, Yong Zhang and Hong Zhao

Machine learning provides a way to use only portions of the variables of a spatiotemporal system to predict its subsequent evolution and consequently avoids the curse of dimensionality. The learning machines employed for…

Time SeriesWeather Forecasting

Chickenpox Cases in Hungary: a Benchmark Dataset for Spatiotemporal Signal Processing with Graph Neural Networks

2021-02-16 · Benedek Rozemberczki, Paul Scherer, Oliver Kiss, Rik Sarkar 외

Recurrent graph convolutional neural networks are highly effective machine learning techniques for spatiotemporal signal processing. Newly proposed graph neural network architectures are repetitively evaluated on standar…

BIG-bench Machine LearningGraph Neural NetworkTime SeriesTime Series Analysis+1

Autoencoder Based Residual Deep Networks for Robust Regression Prediction and Spatiotemporal Estimation

2018-12-29 · Lianfa Li, Ying Fang, Jun Wu, Jinfeng Wang

To have a superior generalization, a deep learning neural network often involves a large size of training sample. With increase of hidden layers in order to increase learning ability, neural network has potential degrada…

ImputationMissing Valuesregression

Latent State Inference in a Spatiotemporal Generative Model

2020-09-21 · Matthias Karlbauer, Tobias Menge, Sebastian Otte, Hendrik P. A. Lensch 외

Knowledge about the hidden factors that determine particular system dynamics is crucial for both explaining them and pursuing goal-directed interventions. Inferring these factors from time series data without supervision…

Causal InferenceTime SeriesTime Series Analysis