paper-with-me

홈 › Papers

PointConv: Deep Convolutional Networks on 3D Point Clouds

2018-11-17 · CVPR 2019 6 · Wenxuan Wu, Zhongang Qi, Li Fuxin

Unlike images which are represented in regular dense grids, 3D point clouds are irregular and unordered, hence applying convolution on them can be difficult. In this paper, we extend the dynamic filter to a new convolution operation, named PointConv. PointConv can be applied on point clouds to build deep convolutional networks. We treat convolution kernels as nonlinear functions of the local coordinates of 3D points comprised of weight and density functions. With respect to a given point, the weight functions are learned with multi-layer perceptron networks and density functions through kernel density estimation. The most important contribution of this work is a novel reformulation proposed for efficiently computing the weight functions, which allowed us to dramatically scale up the network and significantly improve its performance. The learned convolution kernel can be used to compute translation-invariant and permutation-invariant convolution on any point set in the 3D space. Besides, PointConv can also be used as deconvolution operators to propagate features from a subsampled point cloud back to its original resolution. Experiments on ModelNet40, ShapeNet, and ScanNet show that deep convolutional neural networks built on PointConv are able to achieve state-of-the-art on challenging semantic segmentation benchmarks on 3D point clouds. Besides, our experiments converting CIFAR-10 into a point cloud showed that networks built on PointConv can match the performance of convolutional networks in 2D images of a similar structure.

📄 PDF Abstract BibTeX arXiv:1811.07246

Code (9)

DylanWusee/pointconv 공식 구현 tf
DylanWusee/pointconv_pytorch pytorch
ECE685-FinalProject/3D-object-recognition pytorch
Ghailen-Ben-Achour/PointConv_segmentation tf
THHHomas/mls pytorch
Young98CN/pointconv_pytorch pytorch
dgriffiths3/pointconv-tensorflow2 tf
koritsky/pointconv tf
vinits5/learning3d pytorch

Tasks

3D Part Segmentation3D Point Cloud ClassificationDensity EstimationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

The Devils in the Point Clouds: Studying the Robustness of Point Cloud Convolutions

2021-01-19 · Xingyi Li, Wenxuan Wu, Xiaoli Z. Fern, Li Fuxin

Recently, there has been a significant interest in performing convolution over irregularly sampled point clouds. Since point clouds are very different from regular raster images, it is imperative to study the generalizat…

Semantic Segmentation

PointConvFormer: Revenge of the Point-based Convolution

2022-08-04 · CVPR 2023 1 · Wenxuan Wu, Li Fuxin, Qi Shan

We introduce PointConvFormer, a novel building block for point cloud based deep network architectures. Inspired by generalization theory, PointConvFormer combines ideas from point convolution, where filter weights are on…

Scene Flow EstimationSemantic Segmentation

Understanding Key Point Cloud Features for Development Three-dimensional Adversarial Attacks

2022-10-19 · Hanieh Naderi, Chinthaka Dinesh, Ivan V. Bajic, Shohreh Kasaei

Adversarial attacks pose serious challenges for deep neural network (DNN)-based analysis of various input signals. In the case of three-dimensional point clouds, methods have been developed to identify points that play a…

3D Point Cloud ClassificationAutonomous DrivingClassificationDecision Making+2

PointPWC-Net: A Coarse-to-Fine Network for Supervised and Self-Supervised Scene Flow Estimation on 3D Point Clouds

2019-11-27 · Wenxuan Wu, Zhiyuan Wang, Zhuwen Li, Wei Liu 외

We propose a novel end-to-end deep scene flow model, called PointPWC-Net, on 3D point clouds in a coarse-to-fine fashion. Flow computed at the coarse level is upsampled and warped to a finer level, enabling the algorithm…

Scene Flow EstimationSelf-supervised Scene Flow Estimation

IF-Defense: 3D Adversarial Point Cloud Defense via Implicit Function based Restoration

2020-10-11 · Ziyi Wu, Yueqi Duan, He Wang, Qingnan Fan 외

Point cloud is an important 3D data representation widely used in many essential applications. Leveraging deep neural networks, recent works have shown great success in processing 3D point clouds. However, those deep neu…