SOTAVerified

Delivering Arbitrary-Modal Semantic Segmentation

2023-03-02CVPR 2023Code Available2· sign in to hype

Jiaming Zhang, Ruiping Liu, Hao Shi, Kailun Yang, Simon Reiß, Kunyu Peng, Haodong Fu, Kaiwei Wang, Rainer Stiefelhagen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Multimodal fusion can make semantic segmentation more robust. However, fusing an arbitrary number of modalities remains underexplored. To delve into this problem, we create the DeLiVER arbitrary-modal segmentation benchmark, covering Depth, LiDAR, multiple Views, Events, and RGB. Aside from this, we provide this dataset in four severe weather conditions as well as five sensor failure cases to exploit modal complementarity and resolve partial outages. To make this possible, we present the arbitrary cross-modal segmentation model CMNeXt. It encompasses a Self-Query Hub (SQ-Hub) designed to extract effective information from any modality for subsequent fusion with the RGB representation and adds only negligible amounts of parameters (~0.01M) per additional modality. On top, to efficiently and flexibly harvest discriminative cues from the auxiliary modalities, we introduce the simple Parallel Pooling Mixer (PPX). With extensive experiments on a total of six benchmarks, our CMNeXt achieves state-of-the-art performance on the DeLiVER, KITTI-360, MFNet, NYU Depth V2, UrbanLF, and MCubeS datasets, allowing to scale from 1 to 81 modalities. On the freshly collected DeLiVER, the quad-modal CMNeXt reaches up to 66.30% in mIoU with a +9.10% gain as compared to the mono-modal baseline. The DeLiVER dataset and our code are at: https://jamycheung.github.io/DELIVER.html.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BJRoadCMNeXtIoU63.22Unverified
DDD17CMNeXtmIoU72.67Unverified
DELIVERCMNeXt (RGB-D-Event)mIoU64.44Unverified
DELIVERCMNeXt (RGB-Depth)mIoU63.58Unverified
DELIVERCMNeXt (RGB-LiDAR)mIoU58.04Unverified
DELIVERCMNeXt (RGB-Event)mIoU57.48Unverified
DELIVERCMNeXt (RGB-D-E-LiDAR)mIoU66.3Unverified
DELIVERCMNeXt (RGB-D-LiDAR)mIoU65.5Unverified
DSECCMNeXtmIoU72.54Unverified
KITTI-360CMNeXt (RGB-D-E-LiDAR)mIoU67.84Unverified
MCubeSCMNeXt (B2 RGB-A-D)mIoU49.48Unverified
MCubeSCMNeXt (B2 RGB-A)mIoU48.42Unverified
MCubeSCMNeXt (B2 RGB-A-D-N)mIoU51.54Unverified
MCubeS (P)CMNeXt (B2 RGB-A)mIoU48.42Unverified
MCubeS (P)CMNeXt (B2 RGB-A-D)mIoU49.48Unverified
NYU-Depth V2CMNeXt (B4)Mean IoU56.9Unverified
PortoCMNeXtIoU73.12Unverified
TLCGISCMNeXtIoU82.26Unverified
UrbanLFCMNeXt (RGB-LF80)mIoU (Syn)81.02Unverified
UrbanLFCMNeXt (RGB-LF33)mIoU (Syn)80.98Unverified
UrbanLFCMNeXt (RGB-LF8)mIoU (Syn)80.74Unverified

Reproductions