paper-with-me

Papers

Skeleton-based Action Recognition with Convolutional Neural Networks

2017-04-25 · Chao Li, Qiaoyong Zhong, Di Xie, ShiLiang Pu

Current state-of-the-art approaches to skeleton-based action recognition are mostly based on recurrent neural networks (RNN). In this paper, we propose a novel convolutional neural networks (CNN) based framework for both action classification and detection. Raw skeleton coordinates as well as skeleton motion are fed directly into CNN for label prediction. A novel skeleton transformer module is designed to rearrange and select important skeleton joints automatically. With a simple 7-layer network, we obtain 89.3% accuracy on validation set of the NTU RGB+D dataset. For action detection in untrimmed videos, we develop a window proposal network to extract temporal segment proposals, which are further classified within the same network. On the recent PKU-MMD dataset, we achieve 93.7% mAP, surpassing the baseline by a large margin.

📄 PDF Abstract BibTeX arXiv:1704.07595

Code (1)

hikvision-research/skelact 공식 구현 pytorch

Tasks

Action ClassificationAction DetectionAction RecognitionGeneral ClassificationSkeleton Based Action RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

Predictively Encoded Graph Convolutional Network for Noise-Robust Skeleton-based Action Recognition

2020-03-17 · Jongmin Yu, Yongsang Yoon, Moongu Jeon

In skeleton-based action recognition, graph convolutional networks (GCNs), which model human body skeletons using graphical components such as nodes and connections, have achieved remarkable performance recently. However…

Action RecognitionSkeleton Based Action Recognition

Graph Edge Convolutional Neural Networks for Skeleton Based Action Recognition

2018-05-16 · Xikun Zhang, Chang Xu, Xinmei Tian, DaCheng Tao

This paper investigates body bones from skeleton data for skeleton based action recognition. Body joints, as the direct result of mature pose estimation technologies, are always the key concerns of traditional action rec…

Action RecognitionPose EstimationSkeleton Based Action RecognitionTemporal Action Localization

Dynamic Hypergraph Convolutional Networks for Skeleton-Based Action Recognition

2021-12-20 · Jinfeng Wei, Yunxin Wang, Mengli Guo, Pei Lv 외

Graph convolutional networks (GCNs) based methods have achieved advanced performance on skeleton-based action recognition task. However, the skeleton graph cannot fully represent the motion information contained in skele…

Action RecognitionSkeleton Based Action Recognition

ReL-SAR: Representation Learning for Skeleton Action Recognition with Convolutional Transformers and BYOL

2024-09-09 · Safwen Naimi, Wassim Bouachir, Guillaume-Alexandre Bilodeau

To extract robust and generalizable skeleton action recognition features, large amounts of well-curated data are typically required, which is a challenging task hindered by annotation and computation costs. Therefore, un…

Action RecognitionComputational EfficiencyRepresentation Learning

A Semantics-Guided Graph Convolutional Network for Skeleton-Based Action Recognition

2020-05-01 · ICIAI 2020: Proceedings of the 2020 the 4th International Conference on Innovation in Artificial Intelligence 2020 5 · Xiaolu Ding, Kai Yang, Wai Chen

Action recognition with skeleton data is a challenging task in computer vision. Graph convolutional networks (GCNs), which directly model the human body skeletons as the graph structure, have achieved remarkable performa…

Action RecognitionSkeleton Based Action Recognition