Skip to main content
. 2021 Jan 8;21(2):418. doi: 10.3390/s21020418
Algorithm 1 Spatio-temporal Feature Fusion Algorithm
Input: INP1, INP2
Output: Spatio-temporal fusion feature
  1. Conduct regular processing.

  2. Keep the chronological order of the entire sequence, and use one-dimensional convolutional layer to extract local spatial features to obtain spatial information.

  3. Extract local spatial extreme values by one-dimensional pooling layer to obtain a multi-dimensional spatiotemporal feature map

  4. Learn the characteristics of the data sequence over time through LSTM.

  5. Splice the above two features to get the final spatiotemporal fusion feature.