paper-with-me

홈 › Papers

Efficient Long-Range Convolutions for Point Clouds

2020-10-11 · Yifan Peng, Lin Lin, Lexing Ying, Leonardo Zepeda-Núñez

The efficient treatment of long-range interactions for point clouds is a challenging problem in many scientific machine learning applications. To extract global information, one usually needs a large window size, a large number of layers, and/or a large number of channels. This can often significantly increase the computational cost. In this work, we present a novel neural network layer that directly incorporates long-range information for a point cloud. This layer, dubbed the long-range convolutional (LRC)-layer, leverages the convolutional theorem coupled with the non-uniform Fourier transform. In a nutshell, the LRC-layer mollifies the point cloud to an adequately sized regular grid, computes its Fourier transform, multiplies the result by a set of trainable Fourier multipliers, computes the inverse Fourier transform, and finally interpolates the result back to the point cloud. The resulting global all-to-all convolution operation can be performed in nearly-linear time asymptotically with respect to the number of input points. The LRC-layer is a particularly powerful tool when combined with local convolution as together they offer efficient and seamless treatment of both short and long range interactions. We showcase this framework by introducing a neural network architecture that combines LRC-layers with short-range convolutional layers to accurately learn the energy and force associated with a $N$-body potential. We also exploit the induced two-level decomposition and propose an efficient strategy to train the combined architecture with a reduced number of samples.

📄 PDF Abstract BibTeX arXiv:2010.05295

Code (1)

Forgotten/Efficient_Long-Range_Convolutions_for_Point_Clouds 공식 구현 tf

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

Fully Convolutional One-Stage 3D Object Detection on LiDAR Range Images

2022-05-27 · Zhi Tian, Xiangxiang Chu, Xiaoming Wang, Xiaolin Wei 외

We present a simple yet effective fully convolutional one-stage 3D object detector for LiDAR point clouds of autonomous driving scenes, termed FCOS-LiDAR. Unlike the dominant methods that use the bird-eye view (BEV), our…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

Improving Graph Representation for Point Cloud Segmentation via Attentive Filtering

2023-01-01 · CVPR 2023 1 · Nan Zhang, Zhiyi Pan, Thomas H. Li, Wei Gao 외

Recently, self-attention networks achieve impressive performance in point cloud segmentation due to their superiority in modeling long-range dependencies. However, compared to self-attention mechanism, we find graph …

Point Cloud Segmentation

Semantic Segmentation of Radar Detections using Convolutions on Point Clouds

2023-05-22 · Marco Braun, Alessandro Cennamo, Markus Schoeler, Kevin Kollek 외

For autonomous driving, radar sensors provide superior reliability regardless of weather conditions as well as a significantly high detection range. State-of-the-art algorithms for environment perception based on radar s…

Autonomous DrivingSemantic Segmentation

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 외

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, …

Point Cloud SegmentationSegmentationSemantic Segmentation

HEDNet: A Hierarchical Encoder-Decoder Network for 3D Object Detection in Point Clouds

2023-10-31 · NeurIPS 2023 11 · Gang Zhang, Junnan Chen, Guohuan Gao, Jianmin Li 외

3D object detection in point clouds is important for autonomous driving systems. A primary challenge in 3D object detection stems from the sparse distribution of points within the 3D scene. Existing high-performance meth…

3D Object DetectionAutonomous DrivingDecoderObject+2