SOTAVerified

Attention-based Point Cloud Edge Sampling

2023-02-28CVPR 2023Code Available1· sign in to hype

Chengzhi Wu, Junwei Zheng, Julius Pfrommer, Jürgen Beyerer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Point cloud sampling is a less explored research topic for this data representation. The most commonly used sampling methods are still classical random sampling and farthest point sampling. With the development of neural networks, various methods have been proposed to sample point clouds in a task-based learning manner. However, these methods are mostly generative-based, rather than selecting points directly using mathematical statistics. Inspired by the Canny edge detection algorithm for images and with the help of the attention mechanism, this paper proposes a non-generative Attention-based Point cloud Edge Sampling method (APES), which captures salient points in the point cloud outline. Both qualitative and quantitative experimental results show the superior performance of our sampling method on common benchmark tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ModelNet40APES (global-based downsample)Overall Accuracy93.8Unverified
ModelNet40APES (local-based downsample)Overall Accuracy93.5Unverified

Reproductions