Recurrent Slice Networks for 3D Segmentation of Point Clouds
Qiangui Huang, Weiyue Wang, Ulrich Neumann

TL;DR
RSNet introduces a lightweight local dependency module with slice pooling and RNNs for efficient 3D point cloud segmentation, outperforming previous methods on multiple datasets.
Contribution
The paper proposes RSNet, a novel 3D segmentation framework that models local structures efficiently using a slice pooling layer combined with RNNs.
Findings
RSNet surpasses all previous state-of-the-art methods on S3DIS, ScanNet, and ShapeNet datasets.
RSNet demonstrates higher efficiency compared to existing methods.
The slice pooling layer effectively projects unordered points onto ordered sequences for RNN processing.
Abstract
Point clouds are an efficient data format for 3D data. However, existing 3D segmentation methods for point clouds either do not model local dependencies \cite{pointnet} or require added computations \cite{kd-net,pointnet2}. This work presents a novel 3D segmentation framework, RSNet\footnote{Codes are released here https://github.com/qianguih/RSNet}, 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 unpooling layer. The slice pooling layer is designed to project features of unordered points onto an ordered sequence of feature vectors so that traditional end-to-end learning algorithms (RNNs) can be applied. The performance of RSNet is validated by comprehensive experiments on the S3DIS\cite{stanford},…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Neural Network Applications · Human Pose and Action Recognition
