sagemix generate
Appendix 1 A Implementation details
Performance oscillation is an important issue in point cloud benchmarks. The results are summarized in Table 2. As shown in Table 3, our model consistently has the lowest calibration error on every dataset. We adopt SGD as an optimizer with an initial learning rate of 0.1. In Table 4, we report the accuracy and latency for each method.
SageMix: Saliency-Guided Mixup for Point Clouds
Lee, Sanghyeok, Jeon, Minkyu, Kim, Injae, Xiong, Yunyang, Kim, Hyunwoo J.
Data augmentation is key to improving the generalization ability of deep learning models. Mixup is a simple and widely-used data augmentation technique that has proven effective in alleviating the problems of overfitting and data scarcity. Also, recent studies of saliency-aware Mixup in the image domain show that preserving discriminative parts is beneficial to improving the generalization performance. However, these Mixup-based data augmentations are underexplored in 3D vision, especially in point clouds. In this paper, we propose SageMix, a saliency-guided Mixup for point clouds to preserve salient local structures. Specifically, we extract salient regions from two point clouds and smoothly combine them into one continuous shape. With a simple sequential sampling by re-weighted saliency scores, SageMix preserves the local structure of salient regions. Extensive experiments demonstrate that the proposed method consistently outperforms existing Mixup methods in various benchmark point cloud datasets. With PointNet++, our method achieves an accuracy gain of 2.6% and 4.0% over standard training in 3D Warehouse dataset (MN40) and ScanObjectNN, respectively. In addition to generalization performance, SageMix improves robustness and uncertainty calibration. Moreover, when adopting our method to various tasks including part segmentation and standard 2D image classification, our method achieves competitive performance.