paper-with-me

홈 › Papers

Twin Deformable Point Convolutions for Point Cloud Semantic Segmentation in Remote Sensing Scenes

2024-05-30 · Yong-Qiang Mao, Hanbo Bi, Xuexue Li, Kaiqiang Chen, Zhirui Wang, Xian Sun, Kun fu

Thanks to the application of deep learning technology in point cloud processing of the remote sensing field, point cloud segmentation has become a research hotspot in recent years, which can be applied to real-world 3D, smart cities, and other fields. Although existing solutions have made unprecedented progress, they ignore the inherent characteristics of point clouds in remote sensing fields that are strictly arranged according to latitude, longitude, and altitude, which brings great convenience to the segmentation of point clouds in remote sensing fields. To consider this property cleverly, we propose novel convolution operators, termed Twin Deformable point Convolutions (TDConvs), which aim to achieve adaptive feature learning by learning deformable sampling points in the latitude-longitude plane and altitude direction, respectively. First, to model the characteristics of the latitude-longitude plane, we propose a Cylinder-wise Deformable point Convolution (CyDConv) operator, which generates a two-dimensional cylinder map by constructing a cylinder-like grid in the latitude-longitude direction. Furthermore, to better integrate the features of the latitude-longitude plane and the spatial geometric features, we perform a multi-scale fusion of the extracted latitude-longitude features and spatial geometric features, and realize it through the aggregation of adjacent point features of different scales. In addition, a Sphere-wise Deformable point Convolution (SpDConv) operator is introduced to adaptively offset the sampling points in three-dimensional space by constructing a sphere grid structure, aiming at modeling the characteristics in the altitude direction. Experiments on existing popular benchmarks conclude that our TDConvs achieve the best segmentation performance, surpassing the existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2405.19735

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud SegmentationSegmentationSemantic 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 제목 키워드 기반

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

MinkUNeXt: Point Cloud-based Large-scale Place Recognition using 3D Sparse Convolutions

2024-03-12 · J. J. Cabrera, A. Santo, A. Gil, C. Viegas 외

This paper presents MinkUNeXt, an effective and efficient architecture for place-recognition from point clouds entirely based on the new 3D MinkNeXt Block, a residual block composed of 3D sparse convolutions that follows…

DecoderPhilosophy

PointVoxelFormer -- Reviving point cloud networks for 3D medical imaging

2024-12-23 · Mattias Paul Heinrich

Point clouds are a very efficient way to represent volumetric data in medical imaging. First, they do not occupy resources for empty spaces and therefore can avoid trade-offs between resolution and field-of-view for voxe…

Point Cloud Registration

Dilated Point Convolutions: On the Receptive Field Size of Point Convolutions on 3D Point Clouds

2019-07-28 · Francis Engelmann, Theodora Kontogianni, Bastian Leibe

In this work, we propose Dilated Point Convolutions (DPC). In a thorough ablation study, we show that the receptive field size is directly related to the performance of 3D point cloud processing tasks, including semantic…

3D Semantic SegmentationSemantic Segmentation

Point Deformable Network with Enhanced Normal Embedding for Point Cloud Analysis

2023-12-20 · Xingyilang Yin, Xi Yang, Liangchen Liu, Nannan Wang 외

Recently MLP-based methods have shown strong performance in point cloud analysis. Simple MLP architectures are able to learn geometric features in local point groups yet fail to model long-range dependencies directly. In…