paper-with-me

Papers

Ske2Grid: Skeleton-to-Grid Representation Learning for Action Recognition

2023-08-15 · Dongqi Cai, Yangyuxuan Kang, Anbang Yao, Yurong Chen

This paper presents Ske2Grid, a new representation learning framework for improved skeleton-based action recognition. In Ske2Grid, we define a regular convolution operation upon a novel grid representation of human skeleton, which is a compact image-like grid patch constructed and learned through three novel designs. Specifically, we propose a graph-node index transform (GIT) to construct a regular grid patch through assigning the nodes in the skeleton graph one by one to the desired grid cells. To ensure that GIT is a bijection and enrich the expressiveness of the grid representation, an up-sampling transform (UPT) is learned to interpolate the skeleton graph nodes for filling the grid patch to the full. To resolve the problem when the one-step UPT is aggressive and further exploit the representation capability of the grid patch with increasing spatial size, a progressive learning strategy (PLS) is proposed which decouples the UPT into multiple steps and aligns them to multiple paired GITs through a compact cascaded design learned progressively. We construct networks upon prevailing graph convolution networks and conduct experiments on six mainstream skeleton-based action recognition datasets. Experiments show that our Ske2Grid significantly outperforms existing GCN-based solutions under different benchmark settings, without bells and whistles. Code and models are available at https://github.com/OSVAI/Ske2Grid

📄 PDF Abstract BibTeX arXiv:2308.07571

Code (1)

osvai/ske2grid 공식 구현 pytorch

Tasks

Action RecognitionRepresentation LearningSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Hierarchical growing grid networks for skeleton based action recognition

2021-04-22 · Zahra Gharaee

In this paper, a novel cognitive architecture for action recognition is developed by applying layers of growing grid neural networks.Using these layers makes the system capable of automatically arranging its representati…

Action RecognitionSkeleton Based Action Recognition

Highly Efficient Human Action Recognition with Quantum Genetic Algorithm Optimized Support Vector Machine

2017-11-27 · Yafeng Liu, Shimin Feng, Zhikai Zhao, Enjie Ding

In this paper we propose the use of quantum genetic algorithm to optimize the support vector machine (SVM) for human action recognition. The Microsoft Kinect sensor can be used for skeleton tracking, which provides the j…

Action ClassificationAction RecognitionGeneral ClassificationTemporal 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

A Grid-based Representation for Human Action Recognition

2020-10-17 · Soufiane Lamghari, Guillaume-Alexandre Bilodeau, Nicolas Saunier

Human action recognition (HAR) in videos is a fundamental research topic in computer vision. It consists mainly in understanding actions performed by humans based on a sequence of visual observations. In recent years, HA…

Action RecognitionTemporal Action Localization

Linear Algorithm for Digital Euclidean Connected Skeleton

2013-10-09 · Aurélie Leborgne, Julien Mille, Laure Tougne

The skeleton is an essential shape characteristic providing a compact representation of the studied shape. Its computation on the image grid raises many issues. Due to the effects of discretization, the required properti…