CVApr 17

APC: Transferable and Efficient Adversarial Point Counterattack for Robust 3D Point Cloud Recognition

arXiv:2604.1570834.8h-index: 3Has Code
Predicted impact top 80% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying 3D point cloud recognition systems, APC provides a practical defense that balances robustness and transferability, overcoming a key trade-off in existing methods.

APC introduces a lightweight input-level purification module that generates instance-specific counter-perturbations to defend 3D point cloud classifiers against adversarial attacks, achieving state-of-the-art defense performance and superior transferability across models without retraining.

The advent of deep neural networks has led to remarkable progress in 3D point cloud recognition, but they remain vulnerable to adversarial attacks. Although various defense methods have been studied, they suffer from a trade-off between robustness and transferability. We propose Adversarial Point Counterattack (APC) to achieve both simultaneously. APC is a lightweight input-level purification module that generates instance-specific counter-perturbations for each point, effectively neutralizing attacks. Leveraging clean-adversarial pairs, APC enforces geometric consistency in data space and semantic consistency in feature space. To improve generalizability across diverse attacks, we adopt a hybrid training strategy using adversarial point clouds from multiple attack types. Since APC operates purely on input point clouds, it directly transfers to unseen models and defends against attacks targeting them without retraining. At inference, a single APC forward pass provides purified point clouds with negligible time and parameter overhead. Extensive experiments on two 3D recognition benchmarks demonstrate that the APC achieves state-of-the-art defense performance. Furthermore, cross-model evaluations validate its superior transferability. The code is available at https://github.com/gyjung975/APC.

Foundations

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

Your Notes