PatchAugment: Local Neighborhood Augmentation in Point Cloud Classification
Recent deep neural network models trained on smaller and less diverse datasets use data augmentation to alleviate limitations such as overfitting, reduced robustness, and lower generalization. Methods using 3D datasets are among the most common to use data augmentation techniques such as random point drop, scaling, translation, rotations, and jittering. However, these data augmentation techniques are fixed and are often applied to the entire object, ignoring the object’s local geometry. Different local neighborhoods on the object surface hold a different amount of geometric complexity. Applying the same data augmentation techniques at the object level is less effective in augmenting local neighborhoods with complex structures. This paper presents PatchAugment, a data augmentation framework to apply different augmentation techniques to the local neighborhoods. Our experimental studies on PointNet++ and DGCNN models demonstrate the effectiveness of PatchAugment on the task of 3D Point Cloud Classification. We evaluated our technique against these models using four benchmark datasets, ModelNet40 (synthetic), ModelNet10 (synthetic), SHREC’16 (synthetic) and ScanObjectNN (real-world).
Code (1)
Tasks
3D Point Cloud ClassificationClassificationData AugmentationObjectPoint Cloud ClassificationSimilar Papers 제목 키워드 기반
LitS: A novel Neighborhood Descriptor for Point Clouds
With the advancement of 3D scanning technologies, point clouds have become fundamental for representing 3D spatial data, with applications that span across various scientific and technological fields. Practical analysis …
Point CloudsSpatial Transformer for 3D Point Clouds
Deep neural networks are widely used for understanding 3D point clouds. At each point convolution layer, features are computed from local neighborhoods of 3D points and combined for subsequent processing in order to extr…
Semantic SegmentationVTPNet for 3D deep learning on point cloud
Recently, Transformer-based methods for point cloud learning have achieved good results on various point cloud learning benchmarks. However, since the attention mechanism needs to generate three feature vectors of query,…
Deep LearningSemantic SegmentationCascaded Non-local Neural Network for Point Cloud Semantic Segmentation
In this paper, we propose a cascaded non-local neural network for point cloud segmentation. The proposed network aims to build the long-range dependencies of point clouds for the accurate segmentation. Specifically, we d…
DecoderPoint Cloud SegmentationSegmentationSemantic SegmentationPointWeb: Enhancing Local Neighborhood Features for Point Cloud Processing
This paper presents PointWeb, a new approach to extract contextual features from local neighborhood in a point cloud. Unlike previous work, we densely connect each point with every other in a local neighborhood, aiming t…
3D Point Cloud ClassificationGeneral ClassificationPoint Cloud SegmentationSegmentation+1