SOTAVerified

LMSCNet: Lightweight Multiscale 3D Semantic Completion

2020-08-24Code Available1· sign in to hype

Luis Roldão, Raoul de Charette, Anne Verroust-Blondet

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce a new approach for multiscale 3Dsemantic scene completion from voxelized sparse 3D LiDAR scans. As opposed to the literature, we use a 2D UNet backbone with comprehensive multiscale skip connections to enhance feature flow, along with 3D segmentation heads. On the SemanticKITTI benchmark, our method performs on par on semantic completion and better on occupancy completion than all other published methods -- while being significantly lighter and faster. As such it provides a great performance/speed trade-off for mobile-robotics applications. The ablation studies demonstrate our method is robust to lower density inputs, and that it enables very high speed semantic completion at the coarsest level. Our code is available at https://github.com/cv-rits/LMSCNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI-360LMSCNetmIoU13.65Unverified
NYUv2LMSCNet-SSmIoU28.4Unverified
SemanticKITTILMSCNet-SSmIoU17.6Unverified
SemanticKITTILMSCNetmIoU17Unverified

Reproductions