KNN-Defense: Defense against 3D Adversarial Point Clouds using Nearest-Neighbor Search
Nima Jamali, Matina Mahdizadeh Sani, Hanieh Naderi, Shohreh Kasaei

TL;DR
KNN-Defense enhances the robustness of 3D point cloud classifiers against adversarial attacks by restoring perturbed inputs through nearest-neighbor search in feature space, showing significant accuracy improvements on ModelNet40.
Contribution
The paper introduces KNN-Defense, a novel, lightweight method that leverages semantic similarity in feature space to defend against adversarial point cloud attacks.
Findings
Achieves up to 20.1% accuracy gain on PointNet under point-dropping attacks.
Significantly improves robustness across various 3D neural network architectures.
Demonstrates effectiveness and efficiency suitable for real-time applications.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Advanced Graph Neural Networks
MethodsDeep Graph Convolutional Neural Network · Perceptual control theoretic architecture
