paper-with-me

Papers

PatchAugment: Local Neighborhood Augmentation in Point Cloud Classification

2021-10-19 · ICCV Workshops 2021 10 · Shivanand Venkanna Sheshappanavar, Vinit Veerendraveer Singh, Chandra Kambhamettu

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).

📄 PDF Abstract BibTeX

Code (1)

VimsLab/PatchAugment pytorch

Tasks

3D Point Cloud ClassificationClassificationData AugmentationObjectPoint Cloud Classification

Similar Papers 제목 키워드 기반

LitS: A novel Neighborhood Descriptor for Point Clouds

2026-02-04 · Jonatan B. Bastos, Francisco F. Rivera, Oscar G. Lorenzo, David L. Vilariño 외 arxiv

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 Clouds

Spatial Transformer for 3D Point Clouds

2019-06-26 · Jiayun Wang, Rudrasis Chakraborty, Stella X. Yu

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 Segmentation

VTPNet for 3D deep learning on point cloud

2023-05-10 · Wei Zhou, Weiwei Jin, Qian Wang, Yifan Wang 외

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 Segmentation

Cascaded Non-local Neural Network for Point Cloud Semantic Segmentation

2020-07-30 · Mingmei Cheng, Le Hui, Jin Xie, Jian Yang 외

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 Segmentation

PointWeb: Enhancing Local Neighborhood Features for Point Cloud Processing

2019-06-01 · CVPR 2019 6 · Hengshuang Zhao, Li Jiang, Chi-Wing Fu, Jiaya Jia

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