English

Adversarial Bone Length Attack on Action Recognition

Computer Vision and Pattern Recognition 2022-03-28 v2 Artificial Intelligence Cryptography and Security Machine Learning

Abstract

Skeleton-based action recognition models have recently been shown to be vulnerable to adversarial attacks. Compared to adversarial attacks on images, perturbations to skeletons are typically bounded to a lower dimension of approximately 100 per frame. This lower-dimensional setting makes it more difficult to generate imperceptible perturbations. Existing attacks resolve this by exploiting the temporal structure of the skeleton motion so that the perturbation dimension increases to thousands. In this paper, we show that adversarial attacks can be performed on skeleton-based action recognition models, even in a significantly low-dimensional setting without any temporal manipulation. Specifically, we restrict the perturbations to the lengths of the skeleton's bones, which allows an adversary to manipulate only approximately 30 effective dimensions. We conducted experiments on the NTU RGB+D and HDM05 datasets and demonstrate that the proposed attack successfully deceived models with sometimes greater than 90% success rate by small perturbations. Furthermore, we discovered an interesting phenomenon: in our low-dimensional setting, the adversarial training with the bone length attack shares a similar property with data augmentation, and it not only improves the adversarial robustness but also improves the classification accuracy on the original data. This is an interesting counterexample of the trade-off between adversarial robustness and clean accuracy, which has been widely observed in studies on adversarial training in the high-dimensional regime.

Keywords

Cite

@article{arxiv.2109.05830,
  title  = {Adversarial Bone Length Attack on Action Recognition},
  author = {Nariki Tanaka and Hiroshi Kera and Kazuhiko Kawamoto},
  journal= {arXiv preprint arXiv:2109.05830},
  year   = {2022}
}

Comments

12 pages, 8 figures, accepted to AAAI2022

R2 v1 2026-06-24T05:54:35.352Z