paper-with-me

Papers

Frequency Guidance Matters: Skeletal Action Recognition by Frequency-Aware Mixed Transformer

2024-07-17 · Wenhan Wu, Ce Zheng, Zihao Yang, Chen Chen, Srijan Das, Aidong Lu

Recently, transformers have demonstrated great potential for modeling long-term dependencies from skeleton sequences and thereby gained ever-increasing attention in skeleton action recognition. However, the existing transformer-based approaches heavily rely on the naive attention mechanism for capturing the spatiotemporal features, which falls short in learning discriminative representations that exhibit similar motion patterns. To address this challenge, we introduce the Frequency-aware Mixed Transformer (FreqMixFormer), specifically designed for recognizing similar skeletal actions with subtle discriminative motions. First, we introduce a frequency-aware attention module to unweave skeleton frequency representations by embedding joint features into frequency attention maps, aiming to distinguish the discriminative movements based on their frequency coefficients. Subsequently, we develop a mixed transformer architecture to incorporate spatial features with frequency features to model the comprehensive frequency-spatial patterns. Additionally, a temporal transformer is proposed to extract the global correlations across frames. Extensive experiments show that FreqMiXFormer outperforms SOTA on 3 popular skeleton action recognition datasets, including NTU RGB+D, NTU RGB+D 120, and NW-UCLA datasets.

📄 PDF Abstract BibTeX arXiv:2407.12322

Code (1)

wenhanwu95/freqmixformer 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Motion Matters: Motion-guided Modulation Network for Skeleton-based Micro-Action Recognition

2025-07-29 · Jihao Gu, Kun Li, Fei Wang, Yanyan Wei 외 arxiv

Micro-Actions (MAs) are an important form of non-verbal communication in social interactions, with potential applications in human emotional analysis. However, existing methods in Micro-Action Recognition often overlook …

Micro-Action RecognitionRepresentation LearningAction Classification

Signal-SGN++: Topology-Enhanced Time-Frequency Spiking Graph Network for Skeleton-Based Action Recognition

2025-12-22 · Naichuan Zheng, Xiahai Lun, Weiyi Li, Yuchen Du arxiv

Graph Convolutional Networks (GCNs) demonstrate strong capability in modeling skeletal topology for action recognition, yet their dense floating-point computations incur high energy costs. Spiking Neural Networks (SNNs),…

Action Recognition

CaSAR: Contact-aware Skeletal Action Recognition

2023-09-17 · Junan Lin, Zhichao Sun, Enjie Cao, Taein Kwon 외

Skeletal Action recognition from an egocentric view is important for applications such as interfaces in AR/VR glasses and human-robot interaction, where the device has limited resources. Most of the existing skeletal act…

Action Recognition

SkateFormer: Skeletal-Temporal Transformer for Human Action Recognition

2024-03-14 · Jeonghyeok Do, Munchurl Kim

Skeleton-based action recognition, which classifies human actions based on the coordinates of joints and their connectivity within skeleton data, is widely utilized in various scenarios. While Graph Convolutional Network…

Action RecognitionHuman Interaction RecognitionSkeleton Based Action Recognition

Leveraging Hierarchical Parametric Networks for Skeletal Joints Based Action Segmentation and Recognition

2014-06-01 · CVPR 2014 6 · Di Wu, Ling Shao

Over the last few years, with the immense popularity of the Kinect, there has been renewed interest in developing methods for human gesture and action recognition from 3D skeletal data. A number of approaches have been p…

Action RecognitionAction SegmentationTemporal Action Localization