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

DFormer: Rethinking RGBD Representation Learning for Semantic Segmentation

About

We present DFormer, a novel RGB-D pretraining framework to learn transferable representations for RGB-D segmentation tasks. DFormer has two new key innovations: 1) Unlike previous works that encode RGB-D information with RGB pretrained backbone, we pretrain the backbone using image-depth pairs from ImageNet-1K, and hence the DFormer is endowed with the capacity to encode RGB-D representations; 2) DFormer comprises a sequence of RGB-D blocks, which are tailored for encoding both RGB and depth information through a novel building block design. DFormer avoids the mismatched encoding of the 3D geometry relationships in depth maps by RGB pretrained backbones, which widely lies in existing methods but has not been resolved. We finetune the pretrained DFormer on two popular RGB-D tasks, i.e., RGB-D semantic segmentation and RGB-D salient object detection, with a lightweight decoder head. Experimental results show that our DFormer achieves new state-of-the-art performance on these two tasks with less than half of the computational cost of the current best methods on two RGB-D semantic segmentation datasets and five RGB-D salient object detection datasets. Our code is available at: https://github.com/VCIP-RGBD/DFormer.

Bowen Yin, Xuying Zhang, Zhongyu Li, Li Liu, Ming-Ming Cheng, Qibin Hou• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU74.4
1145
Semantic segmentationNYU v2 (test)
mIoU56
248
Semantic segmentationSUN RGB-D (test)
mIoU52.5
191
Semantic segmentationNYUD v2 (test)
mIoU57.2
187
Semantic segmentationNYU Depth V2 (test)
mIoU57.2
172
Semantic segmentationMFNet (test)
mIoU60.3
134
Semantic segmentationSUN-RGBD (test)
mIoU52.5
77
Semantic segmentationNYU V2
mIoU57.2
74
Scene ParsingNYUDv2 (test)
mIoU57.2
35
Semantic segmentationKITTI-360 (test)
mIoU66.1
25
Showing 10 of 22 rows

Other info

Code

Follow for update