guanfuchen / videopred

Common Video Prediction Architectures
16 stars 5 forks source link

Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting #2

Open guanfuchen opened 5 years ago

guanfuchen commented 5 years ago

related paper

摘要
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 forecasting problem from the machine learning perspective. In this paper, we formulate precipitation nowcasting as a spatiotemporal sequence forecasting problem in which both the input and the prediction target are spatiotemporal sequences. By extending the fully connected LSTM (FC-LSTM) to have convolutional structures in both the input-to-state and state-to-state transitions, we propose the convolutional LSTM (ConvLSTM) and use it to build an end-to-end trainable model for the precipitation nowcasting problem. Experiments show that our ConvLSTM network captures spatiotemporal correlations better and consistently outperforms FC-LSTM and the state-of-theart operational ROVER algorithm for precipitation nowcasting.
guanfuchen commented 5 years ago

image

Convolutional LSTM structure

image

image

image

guanfuchen commented 5 years ago

results

image

image

image

guanfuchen commented 5 years ago

conclusion

image