Diffusion Convolutional LSTM
In spatiotemporal forecasting, assume we have multiple time series generated from a fixed space . Diffusion Convolutional LSTM models the time series on an irregular grid (graph) as a diffusion process.
Diffusion Convolutional LSTM replaces the matrix multiplication in a regular LSTM with diffusion convolution. It determines the future state of a certain cell in the graph by the inputs and past states of its local neighbors:
where is the diffusion convolution.