CVLGNov 30, 2021

Anonymization for Skeleton Action Recognition

arXiv:2111.15129v319 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of skeleton datasets in applications like surveillance or healthcare, though it is incremental as it builds on existing adversarial methods for anonymization.

The paper tackles the problem of privacy leakage in skeleton-based action recognition datasets by demonstrating that classifiers can infer private information like gender and identity with high accuracy, and proposes an adversarial learning framework to anonymize the data while maintaining action recognition performance.

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/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes