Flex-Convolution (Million-Scale Point-Cloud Learning Beyond Grid-Worlds)
Traditional convolution layers are specifically designed to exploit the natural data representation of images -- a fixed and regular grid. However, unstructured data like 3D point clouds containing irregular neighborhoods constantly breaks the grid-based data assumption. Therefore applying best-practices and design choices from 2D-image learning methods towards processing point clouds are not readily possible. In this work, we introduce a natural generalization flex-convolution of the conventional convolution layer along with an efficient GPU implementation. We demonstrate competitive performance on rather small benchmark sets using fewer parameters and lower memory consumption and obtain significant improvements on a million-scale real-world dataset. Ours is the first which allows to efficiently process 7 million points concurrently.
Code (1)
Tasks
Classify 3D Point CloudsGPUSemantic SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Deep FusionNet for Point Cloud Semantic Segmentation
Many point cloud segmentation methods rely on transferring irregular points into a voxel-based regular representation. Although voxel-based convolutions are useful for feature aggregation, they produce ambiguous or wrong…
3D Semantic SegmentationGPUPoint Cloud SegmentationSegmentation+1Tangent Convolutions for Dense Prediction in 3D
We present an approach to semantic scene analysis using deep convolutional networks. Our approach is based on tangent convolutions - a new construction for convolutional networks on 3D data. In contrast to volumetric app…
3D Semantic SegmentationPredictionSemantic SegmentationLarge-scale Point Cloud Semantic Segmentation with Superpoint Graphs
We propose a novel deep learning-based framework to tackle the challenge of semantic segmentation of large-scale point clouds of millions of points. We argue that the organization of 3D point clouds can be efficiently ca…
3D Semantic SegmentationSemantic SegmentationConvPoint: Continuous Convolutions for Point Cloud Processing
Point clouds are unstructured and unordered data, as opposed to images. Thus, most machine learning approach developed for image cannot be directly transferred to point clouds. In this paper, we propose a generalization …
3D Part Segmentation3D Semantic SegmentationGeneral ClassificationLIDAR Semantic Segmentation+2DublinCity: Annotated LiDAR Point Cloud and its Applications
Scene understanding of full-scale 3D models of an urban area remains a challenging task. While advanced computer vision techniques offer cost-effective approaches to analyse 3D urban elements, a precise and densely label…
3D ReconstructionScene Understanding