用最近邻搜索修复被攻击的点云,提升3D模型抗干扰能力。
KNN-Defense: Defense against 3D Adversarial Point Clouds using Nearest-Neighbor Search
- 基于训练集近邻样本的语义相似性恢复被扰动点云
- 在点云丢失攻击下,准确率提升最高达20.1%
- 轻量高效,适合实时防御场景
深度神经网络在3D点云分析中表现优异,但易受点删除、移动和添加等对抗攻击影响,破坏点云语义与结构完整性。为应对该问题,提出KNN-Defense方法,基于流形假设和特征空间最近邻搜索,不依赖几何重建或点分布均匀性,而是利用训练集中邻近样本的语义相似性来恢复被扰动输入。该方法轻量且计算高效,支持快速推理,适用于实时应用。在ModelNet40数据集上的实验证明,其显著提升了各类攻击下的鲁棒性。尤其在点删除攻击下,相比现有方法,PointNet、PointNet++、DGCNN和PCT的准确率分别提升20.1%、3.6%、3.44%和7.74%。结果表明,KNN-Defense是一种可扩展且有效的3D点云分类器对抗防御方案。(开源代码与数据见https://github.com/nimajam41/3d-knn-defense)
原文摘要 · Abstract (English)
Deep neural networks (DNNs) have demonstrated remarkable performance in analyzing 3D point cloud data. However, their vulnerability to adversarial attacks-such as point dropping, shifting, and adding-poses a critical challenge to the reliability of 3D vision systems. These attacks can compromise the semantic and structural integrity of point clouds, rendering many existing defense mechanisms ineffective. To address this issue, a defense strategy named KNN-Defense is proposed, grounded in the manifold assumption and nearest-neighbor search in feature space. Instead of reconstructing surface geometry or enforcing uniform point distributions, the method restores perturbed inputs by leveraging the semantic similarity of neighboring samples from the training set. KNN-Defense is lightweight and computationally efficient, enabling fast inference and making it suitable for real-time and practical applications. Empirical results on the ModelNet40 dataset demonstrated that KNN-Defense significantly improves robustness across various attack types. In particular, under point-dropping attacks-where many existing methods underperform due to the targeted removal of critical points-the proposed method achieves accuracy gains of 20.1%, 3.6%, 3.44%, and 7.74% on PointNet, PointNet++, DGCNN, and PCT, respectively. These findings suggest that KNN-Defense offers a scalable and effective solution for enhancing the adversarial resilience of 3D point cloud classifiers. (An open-source implementation of the method, including code and data, is available at https://github.com/nimajam41/3d-knn-defense).
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。