paper-with-me

Papers

FORECAST-CLSTM: A New Convolutional LSTM Network for Cloudage Nowcasting

2019-05-19 · Chao Tan, Xin Feng, Jianwu Long, Li Geng

With the highly demand of large-scale and real-time weather service for public, a refinement of short-time cloudage prediction has become an essential part of the weather forecast productions. To provide a weather-service-compliant cloudage nowcasting, in this paper, we propose a novel hierarchical Convolutional Long-Short-Term Memory network based deep learning model, which we term as FORECAST-CLSTM, with a new Forecaster loss function to predict the future satellite cloud images. The model is designed to fuse multi-scale features in the hierarchical network structure to predict the pixel value and the morphological movement of the cloudage simultaneously. We also collect about 40K infrared satellite nephograms and create a large-scale Satellite Cloudage Map Dataset(SCMD). The proposed FORECAST-CLSTM model is shown to achieve better prediction performance compared with the state-of-the-art ConvLSTM model and the proposed Forecaster Loss Function is also demonstrated to retain the uncertainty of the real atmosphere condition better than conventional loss function.

📄 PDF Abstract BibTeX arXiv:1905.07700

Code (1)

chao-tan/FORECAST-CLSTM 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
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…
Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Kernel Corrector LSTM

2024-04-28 · Rodrigo Tuna, Yassine Baghoussi, Carlos Soares, João Mendes-Moreira

Forecasting methods are affected by data quality issues in two ways: 1. they are hard to predict, and 2. they may affect the model negatively when it is updated with new data. The latter issue is usually addressed by pre…

Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

2015-06-13 · NeurIPS 2015 12 · Xingjian Shi, Zhourong Chen, Hao Wang, Dit-yan Yeung 외

The goal of precipitation nowcasting is to predict the future rainfall intensity in a local region over a relatively short period of time. Very few previous studies have examined this crucial and challenging weather fore…

BIG-bench Machine LearningVideo PredictionWeather Forecasting

MS-nowcasting: Operational Precipitation Nowcasting with Convolutional LSTMs at Microsoft Weather

2021-11-18 · Sylwester Klocek, Haiyu Dong, Matthew Dixon, Panashe Kanengoni 외

We present the encoder-forecaster convolutional long short-term memory (LSTM) deep-learning model that powers Microsoft Weather's operational precipitation nowcasting product. This model takes as input a sequence of weat…

Optical Flow Estimation

Deep Learning for Precipitation Nowcasting: A Benchmark and A New Model

2017-06-12 · NeurIPS 2017 12 · Xingjian Shi, Zhihan Gao, Leonard Lausen, Hao Wang 외

With the goal of making high-resolution forecasts of regional rainfall, precipitation nowcasting has become an important and fundamental technology underlying various public services ranging from rainstorm warnings to fl…

Optical Flow EstimationVideo Prediction

Automatic Remaining Useful Life Estimation Framework with Embedded Convolutional LSTM as the Backbone

2020-08-10 · Yexu Zhou, Yuting Gao, Yiran Huang, Michael Hefenbrock 외

An essential task in predictive maintenance is the prediction of the Remaining Useful Life (RUL) through the analysis of multivariate time series. Using the sliding window method, Convolutional Neural Network (CNN) and c…

Bayesian OptimizationTime SeriesTime Series Analysis