paper-with-me

Papers

Spatial Temporal Transformer Network for Skeleton-based Action Recognition

2020-12-11 · Chiara Plizzari, Marco Cannici, Matteo Matteucci

Skeleton-based human action recognition has achieved a great interest in recent years, as skeleton data has been demonstrated to be robust to illumination changes, body scales, dynamic camera views, and complex background. Nevertheless, an effective encoding of the latent information underlying the 3D skeleton is still an open problem. In this work, we propose a novel Spatial-Temporal Transformer network (ST-TR) which models dependencies between joints using the Transformer self-attention operator. In our ST-TR model, a Spatial Self-Attention module (SSA) is used to understand intra-frame interactions between different body parts, and a Temporal Self-Attention module (TSA) to model inter-frame correlations. The two are combined in a two-stream network which outperforms state-of-the-art models using the same input data on both NTU-RGB+D 60 and NTU-RGB+D 120.

📄 PDF Abstract BibTeX arXiv:2012.06399

Code (1)

Chiaraplizz/ST-TR 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

STEP CATFormer: Spatial-Temporal Effective Body-Part Cross Attention Transformer for Skeleton-based Action Recognition

2023-12-06 · Nguyen Huu Bao Long

Graph convolutional networks (GCNs) have been widely used and achieved remarkable results in skeleton-based action recognition. We think the key to skeleton-based action recognition is a skeleton hanging in frames, so we…

Action RecognitionSkeleton Based Action Recognition

SkeletonMAE: Spatial-Temporal Masked Autoencoders for Self-supervised Skeleton Action Recognition

2022-09-01 · Wenhan Wu, Yilei Hua, Ce Zheng, Shiqian Wu 외

Fully supervised skeleton-based action recognition has achieved great progress with the blooming of deep learning techniques. However, these methods require sufficient labeled data which is not easy to obtain. In contras…

Action RecognitionDecoderSelf-supervised Skeleton-based Action RecognitionSkeleton Based Action Recognition

Skeleton-based Action Recognition via Spatial and Temporal Transformer Networks

2020-08-17 · Chiara Plizzari, Marco Cannici, Matteo Matteucci

Skeleton-based Human Activity Recognition has achieved great interest in recent years as skeleton data has demonstrated being robust to illumination changes, body scales, dynamic camera views, and complex background. In …

Action RecognitionAction Recognition In VideosActivity RecognitionHuman Activity Recognition+1

Human Action Recognition (HAR) Using Skeleton-based Spatial Temporal Relative Transformer Network: ST-RTR

2024-10-31 · Faisal Mehmood, Enqing Chen, Touqeer Abbas, Samah M. Alzanin

Human Action Recognition (HAR) is an interesting research area in human-computer interaction used to monitor the activities of elderly and disabled individuals affected by physical and mental health. In the recent era, s…

Action RecognitionTemporal Action Localization

TSkel-Mamba: Temporal Dynamic Modeling via State Space Model for Human Skeleton-based Action Recognition

2025-12-12 · Yanan Liu, Jun Liu, Hao Zhang, Dan Xu 외 arxiv

Skeleton-based action recognition has garnered significant attention in the computer vision community. Inspired by the recent success of the selective state-space model (SSM) Mamba in modeling 1D temporal sequences, we p…

Temporal SequencesAction Recognition