Recurrent Slice Networks for 3D Segmentation of Point Clouds
@article{Huang2018RecurrentSN, title={Recurrent Slice Networks for 3D Segmentation of Point Clouds}, author={Qiangui Huang and Weiyue Wang and Ulrich Neumann}, journal={2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition}, year={2018}, pages={2626-2635} }
Point clouds are an efficient data format for 3D data. However, existing 3D segmentation methods for point clouds either do not model local dependencies [21] or require added computations [14, 23]. This work presents a novel 3D segmentation framework, RSNet1, to efficiently model local structures in point clouds. The key component of the RSNet is a lightweight local dependency module. It is a combination of a novel slice pooling layer, Recurrent Neural Network (RNN) layers, and a slice…
Figures and Tables from this paper
332 Citations
PIG-Net: Inception based Deep Learning Architecture for 3D Point Cloud Segmentation
- Computer ScienceComput. Graph.
- 2021
Point-PlaneNet: Plane kernel based convolutional neural network for point clouds analysis
- Computer ScienceDigit. Signal Process.
- 2020
Point Clouds Learning with Attention-based Graph Convolution Networks
- Computer ScienceNeurocomputing
- 2020
Interpolated Convolutional Networks for 3D Point Cloud Understanding
- Computer Science2019 IEEE/CVF International Conference on Computer Vision (ICCV)
- 2019
A novel Interpolated Convolution operation, InterpConv, is proposed to tackle the point cloud feature learning and understanding problem, to utilize a set of discrete kernel weights and interpolate point features to neighboring kernel-weight coordinates by an interpolation function for convolution.
PointFusionNet: Point feature fusion network for 3D point clouds analysis
- Computer ScienceApplied Intelligence
- 2020
The PointFusionNet is suitable for point clouds classification and semantic segmentation by using the two distinctive modules and has been tested on ModelNet40 and ShapeNet part datasets, where it has a competitive advantage in shape classification and part segmentation tasks.
Learning Object Bounding Boxes for 3D Instance Segmentation on Point Clouds
- Computer ScienceNeurIPS
- 2019
3D-BoNet is a novel, conceptually simple and general framework for instance segmentation on 3D point clouds that surpasses existing work on both ScanNet and S3DIS datasets while being approximately 10x more computationally efficient.
Point Attention Network for Semantic Segmentation of 3D Point Clouds
- Computer SciencePattern Recognit.
- 2020
Feature fusion network based on attention mechanism for 3D semantic segmentation of point clouds
- Computer SciencePattern Recognit. Lett.
- 2020
PointConv: Deep Convolutional Networks on 3D Point Clouds
- Computer Science2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
- 2019
The dynamic filter is extended to a new convolution operation, named PointConv, which can be applied on point clouds to build deep convolutional networks and is able to achieve state-of-the-art on challenging semantic segmentation benchmarks on 3D point clouds.
Learning to Segment 3D Point Clouds in 2D Image Space
- Computer Science2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
- 2020
This paper studies the problem of how to effectively and efficiently project such point clouds into a 2D image space so that traditional 2D convolutional neural networks such as U-Net can be applied for segmentation and proposes a novel hierarchical approximate algorithm.
References
SHOWING 1-10 OF 38 REFERENCES
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
- Computer Science2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
- 2017
This paper designs a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input and provides a unified architecture for applications ranging from object classification, part segmentation, to scene semantic parsing.
SEGCloud: Semantic Segmentation of 3D Point Clouds
- Computer Science2017 International Conference on 3D Vision (3DV)
- 2017
SEGCloud is presented, an end-to-end framework to obtain 3D point-level segmentation that combines the advantages of NNs, trilinear interpolation(TI) and fully connected Conditional Random Fields (FC-CRF).
Escape from Cells: Deep Kd-Networks for the Recognition of 3D Point Cloud Models
- Computer Science2017 IEEE International Conference on Computer Vision (ICCV)
- 2017
A new deep learning architecture that is designed for 3D model recognition tasks and works with unstructured point clouds, Kd-networks, which demonstrates competitive performance in a number of shape recognition tasks such as shape classification, shape retrieval and shape part segmentation.
3D point cloud object detection with multi-view convolutional neural network
- Computer Science2016 23rd International Conference on Pattern Recognition (ICPR)
- 2016
Efficient detection of three dimensional (3D) objects in point clouds is a challenging problem. Performing 3D descriptor matching or 3D scanning-window search with detector are both time-consuming…
Vote3Deep: Fast object detection in 3D point clouds using efficient convolutional neural networks
- Computer Science2017 IEEE International Conference on Robotics and Automation (ICRA)
- 2017
This paper proposes a computationally efficient approach to detecting objects natively in 3D point clouds using convolutional neural networks (CNNs) by leveraging a feature-centric voting scheme to implement novel convolutionan layers which explicitly exploit the sparsity encountered in the input.
Point cloud labeling using 3D Convolutional Neural Network
- Computer Science2016 23rd International Conference on Pattern Recognition (ICPR)
- 2016
This paper introduces a 3D point cloud labeling scheme based on 3D Convolutional Neural Network that minimizes the prior knowledge of the labeling problem and does not require a segmentation step or hand-crafted features as most previous approaches did.
Exemplar-Based 3D Shape Segmentation in Point Clouds
- Computer Science2016 Fourth International Conference on 3D Vision (3DV)
- 2016
This paper addresses the problem of automatic 3D shape segmentation in point cloud representation by registering the target shape with exemplar shapes in a piece-wise rigid manner, so that pieces under the same rigid transformation are more likely to be in the same segment.
SyncSpecCNN: Synchronized Spectral CNN for 3D Shape Segmentation
- Computer Science2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
- 2017
This paper introduces a spectral parametrization of dilated convolutional kernels and a spectral transformer network that enables weight sharing by parametrizing kernels in the spectral domain spanned by graph Laplacian eigenbases and strives to overcome two key challenges: how to share coefficients and conduct multi-scale analysis in different parts of the graph for a single shape.
Fast and Robust Multi-view 3D Object Recognition in Point Clouds
- Computer Science2015 International Conference on 3D Vision
- 2015
A new recognition approach is described that projects a 3D point cloud into several 2D depth images from multiple viewpoints, transforming the 3D recognition problem into a series of 2D detection problems, reducing complexity, stabilizes performance, and significantly speeds up the recognition process.
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
- Computer ScienceNIPS
- 2017
A hierarchical neural network that applies PointNet recursively on a nested partitioning of the input point set and proposes novel set learning layers to adaptively combine features from multiple scales to learn deep point set features efficiently and robustly.