CVLGOct 13, 2022

SageMix: Saliency-Guided Mixup for Point Clouds

arXiv:2210.06944v136 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses generalization and robustness issues in 3D vision for point cloud tasks, representing an incremental improvement by adapting image-based saliency-aware Mixup to point clouds.

The paper tackles the problem of data scarcity and overfitting in point cloud deep learning by proposing SageMix, a saliency-guided Mixup method that preserves salient local structures, achieving accuracy gains of 2.6% and 4.0% over standard training on benchmark datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes