paper-with-me

홈 › Papers

PointManifoldCut: Point-wise Augmentation in the Manifold for Point Clouds

2021-09-15 · Tianfang Zhu, Yue Guan, Anan Li

Mixed-based point cloud augmentation is a popular solution to the problem of limited availability of large-scale public datasets. But the mismatch between mixed points and corresponding semantic labels hinders the further application in point-wise tasks such as part segmentation. This paper proposes a point cloud augmentation approach, PointManifoldCut(PMC), which replaces the neural network embedded points, rather than the Euclidean space coordinates. This approach takes the advantage that points at the higher levels of the neural network are already trained to embed its neighbors relations and mixing these representation will not mingle the relation between itself and its label. We set up a spatial transform module after PointManifoldCut operation to align the new instances in the embedded space. The effects of different hidden layers and methods of replacing points are also discussed in this paper. The experiments show that our proposed approach can enhance the performance of point cloud classification as well as segmentation networks, and brings them additional robustness to attacks and geometric transformations. The code of this paper is available at: https://github.com/fun0515/PointManifoldCut.

📄 PDF Abstract BibTeX arXiv:2109.07324

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Classification

Similar Papers 제목 키워드 기반

Discrete Point-wise Attack Is Not Enough: Generalized Manifold Adversarial Attack for Face Recognition

2022-12-19 · CVPR 2023 1 · Qian Li, Yuxiao Hu, Ye Liu, Dongxiao Zhang 외

Classical adversarial attacks for Face Recognition (FR) models typically generate discrete examples for target identity with a single state image. However, such paradigm of point-wise attack exhibits poor generalization …

Adversarial AttackData AugmentationFace Recognition

Consistency of augmentation graph and network approximability in contrastive learning

2025-02-06 · Chenghui Li, A. Martina Neuman

Contrastive learning leverages data augmentation to develop feature representation without relying on large labeled datasets. However, despite its empirical success, the theoretical foundations of contrastive learning re…

Contrastive LearningData Augmentation

Denoising distances beyond the volumetric barrier

2026-04-01 · Han Huang, Pakawut Jiradilok, Elchanan Mossel arxiv

We study the problem of reconstructing the latent geometry of a $d$-dimensional Riemannian manifold from a random geometric graph. While recent works have made significant progress in manifold recovery from random geomet…

Piecewise-Linear Manifolds for Deep Metric Learning

2024-03-22 · Shubhang Bhatnagar, Narendra Ahuja

Unsupervised deep metric learning (UDML) focuses on learning a semantic representation space using only unlabeled data. This challenging problem requires accurately estimating the similarity between data points, which is…

Image RetrievalMetric LearningRetrievalZero-shot Image Retrieval

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