paper-with-me

Papers

KPConvX: Modernizing Kernel Point Convolution with Kernel Attention

2024-05-21 · CVPR 2024 1 · Hugues Thomas, Yao-Hung Hubert Tsai, Timothy D. Barfoot, Jian Zhang

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.

📄 PDF Abstract BibTeX arXiv:2405.13194

Code (1)

apple/ml-kpconvx 공식 구현 pytorch

Tasks

3D Point Cloud ClassificationSemantic Segmentation

Similar Papers 제목 키워드 기반

SegGCN: Efficient 3D Point Cloud Segmentation With Fuzzy Spherical Kernel

2020-06-01 · CVPR 2020 6 · Huan Lei, Naveed Akhtar, Ajmal Mian

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 Segmentation

Potential Convolution: Embedding Point Clouds into Potential Fields

2021-04-05 · Dengsheng Chen, Haowen Deng, Jun Li, Duo Li 외

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 Segmentation

KPConv: Flexible and Deformable Convolution for Point Clouds

2019-04-18 · ICCV 2019 10 · Hugues Thomas, Charles R. Qi, Jean-Emmanuel Deschaud, Beatriz Marcotegui 외

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+4

3D UX-Net: A Large Kernel Volumetric ConvNet Modernizing Hierarchical Transformer for Medical Image Segmentation

2022-09-29 · Ho Hin Lee, Shunxing Bao, Yuankai Huo, Bennett A. Landman

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+1

Hausdorff Point Convolution with Geometric Priors

2020-12-24 · Pengdi Huang, Liqiang Lin, Fuyou Xue, Kai Xu 외

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