Convolutional LSTM
In spatiotemporal forecasting, assume we have multiple time series generated from a fixed space . Convolutional LSTM models the time series on a regular grid, similar to a video.
Convolutional LSTM replaces the matrix multiplication in a regular LSTM with convolution. It determines the future state of a certain cell in the grid by the inputs and past states of its local neighbors: