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

RedNet: Residual Encoder-Decoder Network for indoor RGB-D Semantic Segmentation

About

Indoor semantic segmentation has always been a difficult task in computer vision. In this paper, we propose an RGB-D residual encoder-decoder architecture, named RedNet, for indoor RGB-D semantic segmentation. In RedNet, the residual module is applied to both the encoder and decoder as the basic building block, and the skip-connection is used to bypass the spatial feature between the encoder and decoder. In order to incorporate the depth information of the scene, a fusion structure is constructed, which makes inference on RGB image and depth image separately, and fuses their features over several layers. In order to efficiently optimize the network's parameters, we propose a `pyramid supervision' training scheme, which applies supervised learning over different layers in the decoder, to cope with the problem of gradients vanishing. Experiment results show that the proposed RedNet(ResNet-50) achieves a state-of-the-art mIoU accuracy of 47.8% on the SUN RGB-D benchmark dataset.

Jindong Jiang, Lunan Zheng, Fei Luo, Zhijun Zhang• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationNYU v2 (test)
mIoU47.8
248
Semantic segmentationSUN RGB-D (test)
mIoU47.8
191
Semantic segmentationNYUDv2 40-class (test)
mIoU47.2
99
Semantic segmentationNYUD v2
mIoU47.2
96
Semantic segmentationSUN-RGBD 37 classes (test)
mIoU47.8
28
Semantic segmentationTROSD
IoU (R)48.27
16
Showing 6 of 6 rows

Other info

Code

Follow for update