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

Using a Waffle Iron for Automotive Point Cloud Semantic Segmentation

About

Semantic segmentation of point clouds in autonomous driving datasets requires techniques that can process large numbers of points efficiently. Sparse 3D convolutions have become the de-facto tools to construct deep neural networks for this task: they exploit point cloud sparsity to reduce the memory and computational loads and are at the core of today's best methods. In this paper, we propose an alternative method that reaches the level of state-of-the-art methods without requiring sparse convolutions. We actually show that such level of performance is achievable by relying on tools a priori unfit for large scale and high-performing 3D perception. In particular, we propose a novel 3D backbone, WaffleIron, made almost exclusively of MLPs and dense 2D convolutions and present how to train it to reach high performance on SemanticKITTI and nuScenes. We believe that WaffleIron is a compelling alternative to backbones using sparse 3D convolutions, especially in frameworks and on hardware where those convolutions are not readily available.

Gilles Puy, Alexandre Boulch, Renaud Marlet• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationSemanticKITTI (test)
mIoU70.8
335
LiDAR Semantic SegmentationnuScenes (val)
mIoU79.1
169
LiDAR Semantic SegmentationnuScenes official (test)
mIoU80.1
132
LiDAR Semantic SegmentationSemanticKITTI (test)
mIoU70.8
125
Semantic segmentationSemanticKITTI (val)
mIoU68
117
LiDAR Semantic SegmentationSemanticKITTI (val)
mIoU68
87
Semantic segmentationSemanticKITTI v1.0 (test)
mIoU70.8
71
3D Semantic SegmentationnuScenes Lidar-Seg (val)
mIoU79.1
28
Semantic segmentationSemanticKITTI v1.0 (val)
mIoU68
20
Semantic segmentationnuScenes-C v1.0 (test)
mIoU76.1
10
Showing 10 of 11 rows

Other info

Code

Follow for update