paper-with-me

Papers

On Automatic Data Augmentation for 3D Point Cloud Classification

2021-12-11 · Wanyue Zhang, Xun Xu, Fayao Liu, Chuan-Sheng Foo

Data augmentation is an important technique to reduce overfitting and improve learning performance, but existing works on data augmentation for 3D point cloud data are based on heuristics. In this work, we instead propose to automatically learn a data augmentation strategy using bilevel optimization. An augmentor is designed in a similar fashion to a conditional generator and is optimized by minimizing a base model's loss on a validation set when the augmented input is used for training the model. This formulation provides a more principled way to learn data augmentation on 3D point clouds. We evaluate our approach on standard point cloud classification tasks and a more challenging setting with pose misalignment between training and validation/test sets. The proposed strategy achieves competitive performance on both tasks and we provide further insight into the augmentor's ability to learn the validation set distribution.

📄 PDF Abstract BibTeX arXiv:2112.06029

Code (1)

RosettaWYzhang/AdaPC 공식 구현 pytorch

Tasks

3D Object Classification3D Object Recognition3D Point Cloud Classification3D Point Cloud Data AugmentationBilevel OptimizationClassificationData AugmentationPoint Cloud Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

PointAugment: an Auto-Augmentation Framework for Point Cloud Classification

2020-02-25 · CVPR 2020 6 · Ruihui Li, Xianzhi Li, Pheng-Ann Heng, Chi-Wing Fu

We present PointAugment, a new auto-augmentation framework that automatically optimizes and augments point cloud samples to enrich the data diversity when we train a classification network. Different from existing auto-a…

3D Point Cloud Data AugmentationClassificationDiversityGeneral Classification+2

Test-Time Augmentation for 3D Point Cloud Classification and Segmentation

2023-11-22 · Tuan-Anh Vu, Srinjay Sarkar, Zhiyuan Zhang, Binh-Son Hua 외

Data augmentation is a powerful technique to enhance the performance of a deep learning task but has received less attention in 3D deep learning. It is well known that when 3D shapes are sparsely represented with low poi…

3D Point Cloud ClassificationData AugmentationPoint Cloud Classificationpoint cloud upsampling+1

Point Cloud Augmentation with Weighted Local Transformations

2021-10-11 · ICCV 2021 10 · Sihyeon Kim, Sanghyeok Lee, Dasol Hwang, Jaewon Lee 외

Despite the extensive usage of point clouds in 3D vision, relatively limited data are available for training deep neural networks. Although data augmentation is a standard approach to compensate for the scarcity of data,…

Data AugmentationPoint Cloud Classification

Advancements in Point Cloud Data Augmentation for Deep Learning: A Survey

2023-08-23 · Qinfeng Zhu, Lei Fan, Ningxin Weng

Deep learning (DL) has become one of the mainstream and effective methods for point cloud analysis tasks such as detection, segmentation and classification. To reduce overfitting during training DL models and improve mod…

3D Classification3D Object DetectionAutonomous DrivingData Augmentation+2

PointMixup: Augmentation for Point Clouds

2020-08-14 · ECCV 2020 8 · Yunlu Chen, Vincent Tao Hu, Efstratios Gavves, Thomas Mensink 외

This paper introduces data augmentation for point clouds by interpolation between examples. Data augmentation by interpolation has shown to be a simple and effective approach in the image domain. Such a mixup is however …

3D Point Cloud Classification3D Point Cloud Data AugmentationData AugmentationPoint Cloud Classification