NoPain: No-box Point Cloud Attack via Optimal Transport Singular Boundary
Zezeng Li, Xiaoyu Du, Na Lei, Liming Chen, Weimin Wang
TL;DR
NoPain addresses the lack of transferability in point-cloud attacks by shifting focus from surrogate-model optimization to intrinsic data distribution characteristics. It leverages semi-discrete OT to compute Brenier's potential and a hyperplane-based decomposition of the latent manifold, identifying singular boundaries where the OT map is non-differentiable. By sampling along these boundaries and decoding via a pre-trained autoencoder, NoPain generates adversarial point clouds without iterative optimization or model queries, achieving strong cross-network transferability. The method demonstrates improved transferability and efficiency over state-of-the-art baselines and remains effective against defenses, offering a clear, geometry-driven perspective on adversarial attacks with publicly available code.
Abstract
Adversarial attacks exploit the vulnerability of deep models against adversarial samples. Existing point cloud attackers are tailored to specific models, iteratively optimizing perturbations based on gradients in either a white-box or black-box setting. Despite their promising attack performance, they often struggle to produce transferable adversarial samples due to overfitting the specific parameters of surrogate models. To overcome this issue, we shift our focus to the data distribution itself and introduce a novel approach named NoPain, which employs optimal transport (OT) to identify the inherent singular boundaries of the data manifold for cross-network point cloud attacks. Specifically, we first calculate the OT mapping from noise to the target feature space, then identify singular boundaries by locating non-differentiable positions. Finally, we sample along singular boundaries to generate adversarial point clouds. Once the singular boundaries are determined, NoPain can efficiently produce adversarial samples without the need of iterative updates or guidance from the surrogate classifiers. Extensive experiments demonstrate that the proposed end-to-end method outperforms baseline approaches in terms of both transferability and efficiency, while also maintaining notable advantages even against defense strategies. Code and model are available at https://github.com/cognaclee/nopain
