paper-with-me

홈 › Papers

SpATr: MoCap 3D Human Action Recognition based on Spiral Auto-encoder and Transformer Network

2023-06-30 · Hamza Bouzid, Lahoucine Ballihi

Recent technological advancements have significantly expanded the potential of human action recognition through harnessing the power of 3D data. This data provides a richer understanding of actions, including depth information that enables more accurate analysis of spatial and temporal characteristics. In this context, We study the challenge of 3D human action recognition.Unlike prior methods, that rely on sampling 2D depth images, skeleton points, or point clouds, often leading to substantial memory requirements and the ability to handle only short sequences, we introduce a novel approach for 3D human action recognition, denoted as SpATr (Spiral Auto-encoder and Transformer Network), specifically designed for fixed-topology mesh sequences. The SpATr model disentangles space and time in the mesh sequences. A lightweight auto-encoder, based on spiral convolutions, is employed to extract spatial geometrical features from each 3D mesh. These convolutions are lightweight and specifically designed for fix-topology mesh data. Subsequently, a temporal transformer, based on self-attention, captures the temporal context within the feature sequence. The self-attention mechanism enables long-range dependencies capturing and parallel processing, ensuring scalability for long sequences. The proposed method is evaluated on three prominent 3D human action datasets: Babel, MoVi, and BMLrub, from the Archive of Motion Capture As Surface Shapes (AMASS). Our results analysis demonstrates the competitive performance of our SpATr model in 3D human action recognition while maintaining efficient memory usage. The code and the training results will soon be made publicly available at https://github.com/h-bouzid/spatr.

📄 PDF Abstract BibTeX arXiv:2306.17574

Code (1)

h-bouzid/spatr 공식 구현 pytorch

Tasks

Action RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Can Ensemble of Classifiers Provide Better Recognition Results in Packaging Activity?

2022-11-05 · A. H. M. Nazmus Sakib, Promit Basak, Syed Doha Uddin, Shahamat Mustavi Tasin 외

Skeleton-based Motion Capture (MoCap) systems have been widely used in the game and film industry for mimicking complex human actions for a long time. MoCap data has also proved its effectiveness in human activity recogn…

Activity RecognitionHuman Activity Recognition

MULTI-MODAL EMOTION RECOGNITION ON IEMOCAP WITH NEURAL NETWORKS.

2018-11-12 · cs.AI 2018 11 · Samarth Tripathi, Homayoon Beigi

Emotion recognition has become an important field of re- search in Human Computer Interactions and there is a grow- ing need for automatic emotion recognition systems. One of the directions the research is heading is the…

Emotion RecognitionMultimodal Emotion Recognition

BABEL: Bodies, Action and Behavior with English Labels

2021-06-17 · CVPR 2021 1 · Abhinanda R. Punnakkal, Arjun Chandrasekaran, Nikos Athanasiou, Alejandra Quiros-Ramirez 외

Understanding the semantics of human movement -- the what, how and why of the movement -- is an important problem that requires datasets of human actions with semantic labels. Existing datasets take one of two approaches…

3D Action RecognitionAction ClassificationAction LocalizationAction Recognition+2

Multi-Modal Emotion recognition on IEMOCAP Dataset using Deep Learning

2018-04-16 · Samarth Tripathi, Sarthak Tripathi, Homayoon Beigi

Emotion recognition has become an important field of research in Human Computer Interactions as we improve upon the techniques for modelling the various aspects of behaviour. With the advancement of technology our unders…

Deep LearningEmotion RecognitionMultimodal Emotion Recognition

STMT: A Spatial-Temporal Mesh Transformer for MoCap-Based Action Recognition

2023-03-31 · CVPR 2023 1 · Xiaoyu Zhu, Po-Yao Huang, Junwei Liang, Celso M. de Melo 외

We study the problem of human action recognition using motion capture (MoCap) sequences. Unlike existing techniques that take multiple manual steps to derive standardized skeleton representations as model input, we propo…

Action RecognitionTemporal Action Localization