Methods › General › Attention Mechanisms › STA-LSTM

Spatio-Temporal Attention LSTM

STA-LSTM

2 papers tagged archive 2025-07-28

Introduced by Sijie Song et al. in An End-to-End Spatio-Temporal Attention Model for Human Action Recognition from Skeleton Data

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

In human action recognition, each type of action generally only depends on a few specific kinematic joints. Furthermore, over time, multiple actions may be performed. Motivated by these observations, Song et al. proposed a joint spatial and temporal attention network based on LSTM, to adaptively find discriminative features and keyframes. Its main attention-related components are a spatial attention sub-network, to select important regions, and a temporal attention sub-network, to select key frames. The spatial attention sub-network can be written as: sₜ = Uₛtanh(WₓₛXₜ + Wₕₛhₜ₋₁ˢ + bₛᵢ) + bₛₒ αₜ = Softmax(sₜ) Yₜ = αₜ Xₜ where Xₜ is the input feature at time t, Uₛ, Wₕₛ, bₛᵢ, and bₛₒ are learnable parameters, and hₜ₋₁ˢ is the hidden state at step t-1. Note that use of the hidden state h means the attention process takes temporal relationships into consideration.

The temporal attention sub-network is similar to the spatial branch and produces its attention map using: βₜ = δ(WₓₚXₜ + Wₕₚhₜ₋₁ᵖ + bₚ). It adopts a ReLU function instead of a normalization function for ease of optimization. It also uses a regularized objective function to improve convergence.

Overall, this paper presents a joint spatiotemporal attention method to focus on important joints and keyframes, with excellent results on the action recognition task.

PaperSource

Papers archive 2025-07-28

2 shown of 2, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

6 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Action Recognition1
Autonomous Driving1
Prediction1
Skeleton Based Action Recognition1
Temporal Action Localization1
Trajectory Prediction1

Usage over time archive 2025-07-28

Papers per year tagged with STA-LSTM: 2016 to 2024, peak 1 1 0 2016: 1 paper 2016 2017: 0 papers 2017 2018: 0 papers 2018 2019: 0 papers 2019 2020: 0 papers 2020 2021: 0 papers 2021 2022: 0 papers 2022 2023: 0 papers 2023 2024: 1 paper 2024
Papers per year the archive tags with this method, by the paper's archive date (2 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Attention Mechanisms

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections