English

IIP-Transformer: Intra-Inter-Part Transformer for Skeleton-Based Action Recognition

Computer Vision and Pattern Recognition 2024-03-27 v1

Abstract

Recently, Transformer-based networks have shown great promise on skeleton-based action recognition tasks. The ability to capture global and local dependencies is the key to success while it also brings quadratic computation and memory cost. Another problem is that previous studies mainly focus on the relationships among individual joints, which often suffers from the noisy skeleton joints introduced by the noisy inputs of sensors or inaccurate estimations. To address the above issues, we propose a novel Transformer-based network (IIP-Transformer). Instead of exploiting interactions among individual joints, our IIP-Transformer incorporates body joints and parts interactions simultaneously and thus can capture both joint-level (intra-part) and part-level (inter-part) dependencies efficiently and effectively. From the data aspect, we introduce a part-level skeleton data encoding that significantly reduces the computational complexity and is more robust to joint-level skeleton noise. Besides, a new part-level data augmentation is proposed to improve the performance of the model. On two large-scale datasets, NTU-RGB+D 60 and NTU RGB+D 120, the proposed IIP-Transformer achieves the-state-of-art performance with more than 8x less computational complexity than DSTA-Net, which is the SOTA Transformer-based method.

Keywords

Cite

@article{arxiv.2110.13385,
  title  = {IIP-Transformer: Intra-Inter-Part Transformer for Skeleton-Based Action Recognition},
  author = {Qingtian Wang and Jianlin Peng and Shuze Shi and Tingxi Liu and Jiabin He and Renliang Weng},
  journal= {arXiv preprint arXiv:2110.13385},
  year   = {2024}
}

Comments

10 pages, 7 figures

R2 v1 2026-06-24T07:11:07.119Z