菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-25
📄 Abstract - Attack Assessment and Augmented Identity Recognition for Human Skeleton Data

Machine learning models trained on small data sets for security applications are especially vulnerable to adversarial attacks. Person identification from LiDAR based skeleton data requires time consuming and expensive data acquisition for each subject identity. Recently, Assessment and Augmented Identity Recognition for Skeletons (AAIRS) has been used to train Hierarchical Co-occurrence Networks for Person Identification (HCN-ID) with small LiDAR based skeleton data sets. However, AAIRS does not evaluate robustness of HCN-ID to adversarial attacks or inoculate the model to defend against such attacks. Popular perturbation-based approaches to generating adversarial attacks are constrained to targeted perturbations added to real training samples, which is not ideal for inoculating models with small training sets. Thus, we propose Attack-AAIRS, a novel addition to the AAIRS framework. Attack-AAIRS leverages a small real data set and a GAN generated synthetic data set to assess and improve model robustness against unseen adversarial attacks. Rather than being constrained to perturbations of limited real training samples, the GAN learns the distribution of adversarial attack samples that exploit weaknesses in HCN-ID. Attack samples drawn from this distribution augment training for inoculation of the HCN-ID to improve robustness. Ten-fold cross validation of Attack-AAIRS yields increased robustness to unseen attacks- including FGSM, PGD, Additive Gaussian Noise, MI-FGSM, and BIM. The HCN-ID Synthetic Data Quality Score for Attack-AAIRS indicates that generated attack samples are of similar quality to the original benign synthetic samples generated by AAIRS. Furthermore, inoculated models show consistent final test accuracy with the original model trained on real data, demonstrating that our method improves robustness to adversarial attacks without reducing test performance on real data.

顶级标签: machine learning model training model evaluation
详细标签: adversarial robustness skeleton data person identification generative adversarial networks lidar 或 搜索:

人体骨骼数据的攻击评估与增强身份识别 / Attack Assessment and Augmented Identity Recognition for Human Skeleton Data


1️⃣ 一句话总结

这篇论文提出了一种名为Attack-AAIRS的新方法,它利用生成对抗网络(GAN)创建模拟攻击样本,来增强基于骨骼数据的身份识别模型对未知对抗攻击的防御能力,同时不降低模型在真实数据上的识别准确率。

源自 arXiv: 2603.24232