Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PointCutMix: Regularization Strategy for Point Cloud Classification

About

As 3D point cloud analysis has received increasing attention, the insufficient scale of point cloud datasets and the weak generalization ability of networks become prominent. In this paper, we propose a simple and effective augmentation method for the point cloud data, named PointCutMix, to alleviate those problems. It finds the optimal assignment between two point clouds and generates new training data by replacing the points in one sample with their optimal assigned pairs. Two replacement strategies are proposed to adapt to the accuracy or robustness requirement for different tasks, one of which is to randomly select all replacing points while the other one is to select k nearest neighbors of a single random point. Both strategies consistently and significantly improve the performance of various models on point cloud classification problems. By introducing the saliency maps to guide the selection of replacing points, the performance further improves. Moreover, PointCutMix is validated to enhance the model robustness against the point attack. It is worth noting that when using as a defense method, our method outperforms the state-of-the-art defense algorithms. The code is available at:https://github.com/cuge1995/PointCutMix

Jinlai Zhang, Lyujie Chen, Bo Ouyang, Binbin Liu, Jihong Zhu, Yujing Chen, Yanmei Meng, Danfeng Wu• 2021

Related benchmarks

TaskDatasetResultRank
DenoisingModelNet40
CD (Round 1)40.1
19
DenoisingScanObjectNN
CD (Round 1)44.7
19
ReconstructionScanObjectNN
CD (Round 1)43.3
19
RegistrationScanObjectNN
CD (Round 1)40.5
19
Point Cloud ReconstructionModelNet40 (test)
CD (Round 1)41.5
19
RegistrationModelNet40
CD (Round 1)38.2
19
Point Cloud ClassificationModelNet10
Accuracy96.3
15
Point Cloud ClassificationModelNet40 Drop 200 attack
Accuracy89.02
14
Point Cloud ClassificationModelNet40 Drop 100 attack
Accuracy91.17
14
Point Cloud ClassificationModelNet40 kNN attack
Accuracy83.35
14
Showing 10 of 12 rows

Other info

Code

Follow for update