paper-with-me

Papers

Multi-Scale Spatial-Temporal Self-Attention Graph Convolutional Networks for Skeleton-based Action Recognition

2024-04-03 · Ikuo Nakamura

Skeleton-based gesture recognition methods have achieved high success using Graph Convolutional Network (GCN). In addition, context-dependent adaptive topology as a neighborhood vertex information and attention mechanism leverages a model to better represent actions. In this paper, we propose self-attention GCN hybrid model, Multi-Scale Spatial-Temporal self-attention (MSST)-GCN to effectively improve modeling ability to achieve state-of-the-art results on several datasets. We utilize spatial self-attention module with adaptive topology to understand intra-frame interactions within a frame among different body parts, and temporal self-attention module to examine correlations between frames of a node. These two are followed by multi-scale convolution network with dilations, which not only captures the long-range temporal dependencies of joints but also the long-range spatial dependencies (i.e., long-distance dependencies) of node temporal behaviors. They are combined into high-level spatial-temporal representations and output the predicted action with the softmax classifier.

📄 PDF Abstract BibTeX arXiv:2404.02624

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionGesture RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Spatial-Temporal Attention-Based Method and a New Dataset for Remote Sensing Image Change Detection

2020-05-22 · Remote Sensing 2020 5 · Hao Chen, Zhenwei Shi

Remote sensing image change detection (CD) is done to identify desired significant changes between bitemporal images. Given two co-registered images taken at different times, the illumination variations and misregistrati…

Change Detection

Multi-Scale Spatial-Temporal Recurrent Networks for Traffic Flow Prediction

2023-10-12 · Haiyang Liu, Chunjiang Zhu, Detian Zhang, Qing Li

Traffic flow prediction is one of the most fundamental tasks of intelligent transportation systems. The complex and dynamic spatial-temporal dependencies make the traffic flow prediction quite challenging. Although exist…

Prediction

Interpretable Crowd Flow Prediction with Spatial-Temporal Self-Attention

2020-02-22 · Haoxing Lin, Weijia Jia, Yongjian You, Yiping Sun

Crowd flow prediction has been increasingly investigated in intelligent urban computing field as a fundamental component of urban management system. The most challenging part of predicting crowd flow is to measure the co…

ManagementPrediction

Empowering Relational Network by Self-Attention Augmented Conditional Random Fields for Group Activity Recognition

2020-08-01 · ECCV 2020 8 · Rizard Renanda Adhi Pramono, Yie Tarng Chen, Wen Hsien Fang

This paper presents a novel relational network for group activity recognition. The core of our network is to augment the conditional random fields (CRF), amenable to learning inter-dependency of correlated observations, …

Activity RecognitionGroup Activity Recognition

Interaction-aware Spatio-temporal Pyramid Attention Networks for Action Classification

2018-08-03 · ECCV 2018 9 · Yang Du, Chunfeng Yuan, Bing Li, Lili Zhao 외

Local features at neighboring spatial positions in feature maps have high correlation since their receptive fields are often overlapped. Self-attention usually uses the weighted sum (or other functions) with internal ele…

Action ClassificationClassificationGeneral Classification