PWAVEP: Purifying Imperceptible Adversarial Perturbations in 3D Point Clouds via Spectral Graph Wavelets
Haoran Li, Renyang Liu, Hongjia Liu, Chen Wang, Long Yin, Jian Xu
TL;DR
This paper tackles the vulnerability of 3D point-cloud classifiers to imperceptible adversarial perturbations in Web-based contexts. It introduces PWAVEP, a non-invasive purification framework that operates in the spectral domain via Graph Wavelet Transforms, guided by a hybrid spectral-spatial saliency to hierarchically purge adversarial noise. The method combines theoretical insights showing high-frequency perturbations are the primary adversarial carriers with a practical purification pipeline that attenuates moderately perturbed points and removes severe outliers, all without modifying the target model. Empirical results across ModelNet40 and ShapeNet with multiple attacks and models show PWAVEP significantly boosts robustness (often from near 0% to ~97% accuracy on adversarial samples) while preserving geometry on clean data, and code is publicly available. This work advances practical defenses for 3D web services by delivering a scalable, plug-and-play purification technique grounded in spectral graph wavelets.
Abstract
Recent progress in adversarial attacks on 3D point clouds, particularly in achieving spatial imperceptibility and high attack performance, presents significant challenges for defenders. Current defensive approaches remain cumbersome, often requiring invasive model modifications, expensive training procedures or auxiliary data access. To address these threats, in this paper, we propose a plug-and-play and non-invasive defense mechanism in the spectral domain, grounded in a theoretical and empirical analysis of the relationship between imperceptible perturbations and high-frequency spectral components. Building upon these insights, we introduce a novel purification framework, termed PWAVEP, which begins by computing a spectral graph wavelet domain saliency score and local sparsity score for each point. Guided by these values, PWAVEP adopts a hierarchical strategy, it eliminates the most salient points, which are identified as hardly recoverable adversarial outliers. Simultaneously, it applies a spectral filtering process to a broader set of moderately salient points. This process leverages a graph wavelet transform to attenuate high-frequency coefficients associated with the targeted points, thereby effectively suppressing adversarial noise. Extensive evaluations demonstrate that the proposed PWAVEP achieves superior accuracy and robustness compared to existing approaches, advancing the state-of-the-art in 3D point cloud purification. Code and datasets are available at https://github.com/a772316182/pwavep
