paper-with-me

Papers

An End-to-End Spatio-Temporal Attention Model for Human Action Recognition from Skeleton Data

2016-11-18 · Sijie Song, Cuiling Lan, Junliang Xing, Wen-Jun Zeng, Jiaying Liu

Human action recognition is an important task in computer vision. Extracting discriminative spatial and temporal features to model the spatial and temporal evolutions of different actions plays a key role in accomplishing this task. In this work, we propose an end-to-end spatial and temporal attention model for human action recognition from skeleton data. We build our model on top of the Recurrent Neural Networks (RNNs) with Long Short-Term Memory (LSTM), which learns to selectively focus on discriminative joints of skeleton within each frame of the inputs and pays different levels of attention to the outputs of different frames. Furthermore, to ensure effective training of the network, we propose a regularized cross-entropy loss to drive the model learning process and develop a joint training strategy accordingly. Experimental results demonstrate the effectiveness of the proposed model,both on the small human action recognition data set of SBU and the currently largest NTU dataset.

📄 PDF Abstract BibTeX arXiv:1611.06067

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

STA-LSTM In human action recognition, each type of action generally only depends on a few specific kinematic joints. Furthermore, over time, multiple actions may be…
Spatial & Temporal Attention Spatial & temporal attention combines the advantages of spatial attention and temporal attention as it adaptively selects both important regions and key frames. Some works compute…

Similar Papers 제목 키워드 기반

Revisiting spatio-temporal layouts for compositional action recognition

2021-11-02 · Gorjan Radevski, Marie-Francine Moens, Tinne Tuytelaars

Recognizing human actions is fundamentally a spatio-temporal reasoning problem, and should be, at least to some extent, invariant to the appearance of the human and the objects involved. Motivated by this hypothesis, in …

Action ClassificationAction DetectionAction RecognitionFew-Shot action recognition+3

On the spatial attention in Spatio-Temporal Graph Convolutional Networks for skeleton-based human action recognition

2020-11-07 · Negar Heidari, Alexandros Iosifidis

Graph convolutional networks (GCNs) achieved promising performance in skeleton-based human action recognition by modeling a sequence of skeletons as a spatio-temporal graph. Most of the recently proposed GCN-based method…

Action RecognitionTemporal Action Localization

STAR-Transformer: A Spatio-temporal Cross Attention Transformer for Human Action Recognition

2022-10-14 · WACV 2023 1 · Dasom Ahn, Sangwon Kim, Hyunsu Hong, Byoung Chul Ko

In action recognition, although the combination of spatio-temporal videos and skeleton features can improve the recognition performance, a separate model and balancing feature representation for cross-modal data are requ…

Action RecognitionDecoderTemporal Action Localization

Leveraging Spatio-Temporal Dependency for Skeleton-Based Action Recognition

2022-12-09 · ICCV 2023 1 · Jungho Lee, Minhyeok Lee, Suhwan Cho, Sungmin Woo 외

Skeleton-based action recognition has attracted considerable attention due to its compact representation of the human body's skeletal sructure. Many recent methods have achieved remarkable performance using graph convolu…

Action RecognitionSkeleton Based Action Recognition

VPN: Learning Video-Pose Embedding for Activities of Daily Living

2020-07-06 · ECCV 2020 8 · Srijan Das, Saurav Sharma, Rui Dai, Francois Bremond 외

In this paper, we focus on the spatio-temporal aspect of recognizing Activities of Daily Living (ADL). ADL have two specific properties (i) subtle spatio-temporal patterns and (ii) similar visual patterns varying with ti…

Action ClassificationAction RecognitionHuman-Object Interaction DetectionSkeleton Based Action Recognition