paper-with-me

홈 › Papers

Anonymization for Skeleton Action Recognition

2021-11-30 · Saemi Moon, Myeonghyeon Kim, Zhenyue Qin, Yang Liu, Dongwoo Kim

Skeleton-based action recognition attracts practitioners and researchers due to the lightweight, compact nature of datasets. Compared with RGB-video-based action recognition, skeleton-based action recognition is a safer way to protect the privacy of subjects while having competitive recognition performance. However, due to improvements in skeleton recognition algorithms as well as motion and depth sensors, more details of motion characteristics can be preserved in the skeleton dataset, leading to potential privacy leakage. We first train classifiers to categorize private information from skeleton trajectories to investigate the potential privacy leakage from skeleton datasets. Our preliminary experiments show that the gender classifier achieves 87% accuracy on average, and the re-identification classifier achieves 80% accuracy on average with three baseline models: Shift-GCN, MS-G3D, and 2s-AGCN. We propose an anonymization framework based on adversarial learning to protect potential privacy leakage from the skeleton dataset. Experimental results show that an anonymized dataset can reduce the risk of privacy leakage while having marginal effects on action recognition performance even with simple anonymizer architectures. The code used in our experiments is available at https://github.com/ml-postech/Skeleton-anonymization/

📄 PDF Abstract BibTeX arXiv:2111.15129

Code (1)

ml-postech/skeleton-anonymization 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action Recognition

Similar Papers 제목 키워드 기반

Adversary-Guided Motion Retargeting for Skeleton Anonymization

2024-05-08 · Thomas Carr, Depeng Xu, Aidong Lu

Skeleton-based motion visualization is a rising field in computer vision, especially in the case of virtual reality (VR). With further advancements in human-pose estimation and skeleton extracting sensors, more and more …

motion retargetingPose Estimation

One-Shot Action Recognition via Multi-Scale Spatial-Temporal Skeleton Matching

2023-07-14 · Siyuan Yang, Jun Liu, Shijian Lu, Er Meng Hwa 외

One-shot skeleton action recognition, which aims to learn a skeleton action recognition model with a single training sample, has attracted increasing interest due to the challenge of collecting and annotating large-scale…

Action Recognition

Predictively Encoded Graph Convolutional Network for Noise-Robust Skeleton-based Action Recognition

2020-03-17 · Jongmin Yu, Yongsang Yoon, Moongu Jeon

In skeleton-based action recognition, graph convolutional networks (GCNs), which model human body skeletons using graphical components such as nodes and connections, have achieved remarkable performance recently. However…

Action RecognitionSkeleton Based Action Recognition

A New Adjacency Matrix Configuration in GCN-based Models for Skeleton-based Action Recognition

2022-06-29 · Zheng Fang, Xiongwei Zhang, Tieyong Cao, Yunfei Zheng 외

Human skeleton data has received increasing attention in action recognition due to its background robustness and high efficiency. In skeleton-based action recognition, graph convolutional network (GCN) has become the mai…

Action RecognitionSkeleton Based Action Recognition

PYSKL: Towards Good Practices for Skeleton Action Recognition

2022-05-19 · Haodong Duan, Jiaqi Wang, Kai Chen, Dahua Lin

We present PYSKL: an open-source toolbox for skeleton-based action recognition based on PyTorch. The toolbox supports a wide variety of skeleton action recognition algorithms, including approaches based on GCN and CNN. I…

Action RecognitionSkeleton Based Action Recognition