SOTAVerified

Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis

2020-11-13Code Available1· sign in to hype

Daniel Seichter, Mona Köhler, Benjamin Lewandowski, Tim Wengefeld, Horst-Michael Gross

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Analyzing scenes thoroughly is crucial for mobile robots acting in different environments. Semantic segmentation can enhance various subsequent tasks, such as (semantically assisted) person perception, (semantic) free space detection, (semantic) mapping, and (semantic) navigation. In this paper, we propose an efficient and robust RGB-D segmentation approach that can be optimized to a high degree using NVIDIA TensorRT and, thus, is well suited as a common initial processing step in a complex system for scene analysis on mobile robots. We show that RGB-D segmentation is superior to processing RGB images solely and that it can still be performed in real time if the network architecture is carefully designed. We evaluate our proposed Efficient Scene Analysis Network (ESANet) on the common indoor datasets NYUv2 and SUNRGB-D and show that we reach state-of-the-art performance while enabling faster inference. Furthermore, our evaluation on the outdoor dataset Cityscapes shows that our approach is suitable for other areas of application as well. Finally, instead of presenting benchmark results only, we also show qualitative results in one of our indoor application scenarios.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testESANet-R34-NBt1DMean IoU (class)80.09Unverified
NYU-Depth V2ESANet (R18-NBt1D )Mean IoU48.17Unverified
NYU-Depth V2ESANet (R34-NBt1D)Mean IoU50.3Unverified
SUN-RGBDCMX (B5)Mean IoU49.6Unverified
SUN-RGBDCMX (B5)Mean IoU48.17Unverified
SUN-RGBDCMX (B5)Mean IoU52.4Unverified
THUD Robotic DatasetESANetmIoU78.42Unverified
UrbanLFESANetmIoU (Syn)79.43Unverified

Reproductions