Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SPLATNet: Sparse Lattice Networks for Point Cloud Processing

About

We present a network architecture for processing point clouds that directly operates on a collection of points represented as a sparse set of samples in a high-dimensional lattice. Naively applying convolutions on this lattice scales poorly, both in terms of memory and computational cost, as the size of the lattice increases. Instead, our network uses sparse bilateral convolutional layers as building blocks. These layers maintain efficiency by using indexing structures to apply convolutions only on occupied parts of the lattice, and allow flexible specifications of the lattice structure enabling hierarchical and spatially-aware feature learning, as well as joint 2D-3D reasoning. Both point-based and image-based representations can be easily incorporated in a network with such layers and the resulting model can be trained in an end-to-end manner. We present results on 3D segmentation tasks where our approach outperforms existing state-of-the-art techniques.

Hang Su, Varun Jampani, Deqing Sun, Subhransu Maji, Evangelos Kalogerakis, Ming-Hsuan Yang, Jan Kautz• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationSemanticKITTI (test)
mIoU22.8
335
Part SegmentationShapeNetPart (test)
mIoU (Inst.)85.4
312
Semantic segmentationScanNet v2 (test)
mIoU39.3
248
Part SegmentationShapeNetPart
mIoU (Instance)85.4
198
3D Object Part SegmentationShapeNet Part (test)
mIoU85.4
114
3D Semantic SegmentationScanNet v2 (test)
mIoU39.3
110
3D Semantic SegmentationScanNet (test)
mIoU39.3
105
Shape Part SegmentationShapeNet (test)
Mean IoU85.4
95
3D Semantic SegmentationScanNet v1 (test)--
72
Semantic segmentationScanNet (test)
mIoU39.3
59
Showing 10 of 25 rows

Other info

Code

Follow for update