KPConvX: Modernizing Kernel Point Convolution with Kernel Attention
In the field of deep point cloud understanding, KPConv is a unique architecture that uses kernel points to locate convolutional weights in space, instead of relying on Multi-Layer Perceptron (MLP) encodings. While it initially achieved success, it has since been surpassed by recent MLP networks that employ updated designs and training strategies. Building upon the kernel point principle, we present two novel designs: KPConvD (depthwise KPConv), a lighter design that enables the use of deeper architectures, and KPConvX, an innovative design that scales the depthwise convolutional weights of KPConvD with kernel attention values. Using KPConvX with a modern architecture and training strategy, we are able to outperform current state-of-the-art approaches on the ScanObjectNN, Scannetv2, and S3DIS datasets. We validate our design choices through ablation studies and release our code and models.
Code (1)
Tasks
3D Point Cloud ClassificationSemantic SegmentationSimilar Papers 제목 키워드 기반
SegGCN: Efficient 3D Point Cloud Segmentation With Fuzzy Spherical Kernel
Fuzzy clustering is known to perform well in real-world applications. Inspired by this observation, we incorporate a fuzzy mechanism into discrete convolutional kernels for 3D point clouds as our first major contribution…
ClusteringDecoderPoint Cloud SegmentationPotential Convolution: Embedding Point Clouds into Potential Fields
Recently, various convolutions based on continuous or discrete kernels for point cloud processing have been widely studied, and achieve impressive performance in many applications, such as shape classification, scene seg…
3D Shape ClassificationScene SegmentationKPConv: Flexible and Deformable Convolution for Point Clouds
We present Kernel Point Convolution (KPConv), a new design of point convolution, i.e. that operates on point clouds without any intermediate representation. The convolution weights of KPConv are located in Euclidean spac…
3D Part Segmentation3D Point Cloud Classification3D Semantic SegmentationDescriptive+43D UX-Net: A Large Kernel Volumetric ConvNet Modernizing Hierarchical Transformer for Medical Image Segmentation
The recent 3D medical ViTs (e.g., SwinUNETR) achieve the state-of-the-art performances on several 3D volumetric data benchmarks, including 3D medical image segmentation. Hierarchical transformers (e.g., Swin Transformers…
Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1Hausdorff Point Convolution with Geometric Priors
Without a shape-aware response, it is hard to characterize the 3D geometry of a point cloud efficiently with a compact set of kernels. In this paper, we advocate the use of Hausdorff distance as a shape-aware distance me…
3D geometrySemantic Segmentation