English

Navigating Open Set Scenarios for Skeleton-based Action Recognition

Computer Vision and Pattern Recognition 2023-12-12 v1 Artificial Intelligence Robotics Image and Video Processing

Abstract

In real-world scenarios, human actions often fall outside the distribution of training data, making it crucial for models to recognize known actions and reject unknown ones. However, using pure skeleton data in such open-set conditions poses challenges due to the lack of visual background cues and the distinct sparse structure of body pose sequences. In this paper, we tackle the unexplored Open-Set Skeleton-based Action Recognition (OS-SAR) task and formalize the benchmark on three skeleton-based datasets. We assess the performance of seven established open-set approaches on our task and identify their limits and critical generalization issues when dealing with skeleton information. To address these challenges, we propose a distance-based cross-modality ensemble method that leverages the cross-modal alignment of skeleton joints, bones, and velocities to achieve superior open-set recognition performance. We refer to the key idea as CrossMax - an approach that utilizes a novel cross-modality mean max discrepancy suppression mechanism to align latent spaces during training and a cross-modality distance-based logits refinement method during testing. CrossMax outperforms existing approaches and consistently yields state-of-the-art results across all datasets and backbones. The benchmark, code, and models will be released at https://github.com/KPeng9510/OS-SAR.

Keywords

Cite

@article{arxiv.2312.06330,
  title  = {Navigating Open Set Scenarios for Skeleton-based Action Recognition},
  author = {Kunyu Peng and Cheng Yin and Junwei Zheng and Ruiping Liu and David Schneider and Jiaming Zhang and Kailun Yang and M. Saquib Sarfraz and Rainer Stiefelhagen and Alina Roitberg},
  journal= {arXiv preprint arXiv:2312.06330},
  year   = {2023}
}

Comments

Accepted to AAAI 2024. The benchmark, code, and models will be released at https://github.com/KPeng9510/OS-SAR

R2 v1 2026-06-28T13:47:01.340Z