Methods › General › Attention Mechanisms › STA-LSTM
Spatio-Temporal Attention LSTM
STA-LSTM
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.
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.
-
Exploring Transformer-Augmented LSTM for Temporal and Spatial Feature Learning in Trajectory Prediction 18 Dec 2024 · 0 repositories · arXiv:2412.13419
-
An End-to-End Spatio-Temporal Attention Model for Human Action Recognition from Skeleton Data 18 Nov 2016 · 0 repositories · arXiv:1611.06067
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.
| Task | Papers |
|---|---|
| Action Recognition | 1 |
| Autonomous Driving | 1 |
| Prediction | 1 |
| Skeleton Based Action Recognition | 1 |
| Temporal Action Localization | 1 |
| Trajectory Prediction | 1 |
Usage over time archive 2025-07-28
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
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