CloudFort: Enhancing Robustness of 3D Point Cloud Classification Against Backdoor Attacks via Spatial Partitioning and Ensemble Prediction
Wenhao Lan, Yijun Yang, Haihua Shen, Shan Li
TL;DR
This work addresses backdoor vulnerabilities in 3D point cloud classification, notably the PCBA threat, by introducing CloudFort, a lightweight defense that combines spatial partitioning with ensemble prediction to neutralize triggers. The method leverages trigger-backdoor mismatch and trigger elimination principles, implementing eight-region spatial partitioning with four rotated variants and aggregating predictions across sub-clouds to infer the true label. A two-step decision framework analyzes prediction consistency and dichotomy across partitions to detect triggers and recover the correct class, with a rule-based mechanism guiding true-label selection. Experiments on ModelNet40 with PointNet, PointNet++, and DGCNN show CloudFort markedly reduces attack success rates while maintaining clean-data accuracy and achieving high source-inference accuracy, though highly similar source-target class pairs (e.g., P7) remain challenging. Overall, CloudFort advances practical 3D backdoor defenses by balancing robustness, efficiency, and applicability to real-world point-cloud systems, while highlighting areas for improvement in handling similar-class scenarios.
Abstract
The increasing adoption of 3D point cloud data in various applications, such as autonomous vehicles, robotics, and virtual reality, has brought about significant advancements in object recognition and scene understanding. However, this progress is accompanied by new security challenges, particularly in the form of backdoor attacks. These attacks involve inserting malicious information into the training data of machine learning models, potentially compromising the model's behavior. In this paper, we propose CloudFort, a novel defense mechanism designed to enhance the robustness of 3D point cloud classifiers against backdoor attacks. CloudFort leverages spatial partitioning and ensemble prediction techniques to effectively mitigate the impact of backdoor triggers while preserving the model's performance on clean data. We evaluate the effectiveness of CloudFort through extensive experiments, demonstrating its strong resilience against the Point Cloud Backdoor Attack (PCBA). Our results show that CloudFort significantly enhances the security of 3D point cloud classification models without compromising their accuracy on benign samples. Furthermore, we explore the limitations of CloudFort and discuss potential avenues for future research in the field of 3D point cloud security. The proposed defense mechanism represents a significant step towards ensuring the trustworthiness and reliability of point-cloud-based systems in real-world applications.
