paper-with-me

Papers

Projection-based Point Convolution for Efficient Point Cloud Segmentation

2022-02-04 · Pyunghwan Ahn, JuYoung Yang, Eojindl Yi, Chanho Lee, Junmo Kim

Understanding point cloud has recently gained huge interests following the development of 3D scanning devices and the accumulation of large-scale 3D data. Most point cloud processing algorithms can be classified as either point-based or voxel-based methods, both of which have severe limitations in processing time or memory, or both. To overcome these limitations, we propose Projection-based Point Convolution (PPConv), a point convolutional module that uses 2D convolutions and multi-layer perceptrons (MLPs) as its components. In PPConv, point features are processed through two branches: point branch and projection branch. Point branch consists of MLPs, while projection branch transforms point features into a 2D feature map and then apply 2D convolutions. As PPConv does not use point-based or voxel-based convolutions, it has advantages in fast point cloud processing. When combined with a learnable projection and effective feature fusion strategy, PPConv achieves superior efficiency compared to state-of-the-art methods, even with a simple architecture based on PointNet++. We demonstrate the efficiency of PPConv in terms of the trade-off between inference time and segmentation performance. The experimental results on S3DIS and ShapeNetPart show that PPConv is the most efficient method among the compared ones. The code is available at github.com/pahn04/PPConv.

📄 PDF Abstract BibTeX arXiv:2202.01991

Code (1)

pahn04/ppconv 공식 구현 pytorch

Tasks

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

Multi Projection Fusion for Real-time Semantic Segmentation of 3D LiDAR Point Clouds

2020-11-03 · Yara Ali Alnaggar, Mohamed Afifi, Karim Amer, Mohamed ElHelw

Semantic segmentation of 3D point cloud data is essential for enhanced high-level perception in autonomous platforms. Furthermore, given the increasing deployment of LiDAR sensors onboard of cars and drones, a special em…

3D Semantic SegmentationLIDAR Semantic SegmentationReal-Time Semantic SegmentationSegmentation+1

PBP-Net: Point Projection and Back-Projection Network for 3D Point Cloud Segmentation

2020-11-02 · JuYoung Yang, Chanho Lee, Pyunghwan Ahn, Haeil Lee 외

Following considerable development in 3D scanning technologies, many studies have recently been proposed with various approaches for 3D vision tasks, including some methods that utilize 2D convolutional neural networks (…

Point Cloud SegmentationSegmentationSemantic Segmentation

FPS-Net: A Convolutional Fusion Network for Large-Scale LiDAR Point Cloud Segmentation

2021-03-01 · Aoran Xiao, Xiaofei Yang, Shijian Lu, Dayan Guan 외

Scene understanding based on LiDAR point cloud is an essential task for autonomous cars to drive safely, which often employs spherical projection to map 3D point cloud into multi-channel 2D images for semantic segmentati…

3D Semantic SegmentationDecoderPoint Cloud SegmentationScene Understanding+2

Spherical Frustum Sparse Convolution Network for LiDAR Point Cloud Semantic Segmentation

2023-11-29 · Yu Zheng, Guangming Wang, Jiuming Liu, Marc Pollefeys 외

LiDAR point cloud semantic segmentation enables the robots to obtain fine-grained semantic information of the surrounding environment. Recently, many works project the point cloud onto the 2D image and adopt the 2D Convo…

PositionSegmentationSemantic Segmentation

CpT: Convolutional Point Transformer for 3D Point Cloud Processing

2021-11-21 · Chaitanya Kaul, Joshua Mitton, Hang Dai, Roderick Murray-Smith

We present CpT: Convolutional point Transformer - a novel deep learning architecture for dealing with the unstructured nature of 3D point cloud data. CpT is an improvement over existing attention-based Convolutions Neura…

SegmentationSemantic Segmentation