Delivering Arbitrary-Modal Semantic Segmentation

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.

PDF Abstract CVPR 2023 PDF CVPR 2023 Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Semantic Segmentation DDD17 CMNeXt mIoU 72.67 # 1
Semantic Segmentation DeLiVER CMNeXt (RGB-D-E-LiDAR) mIoU 66.30 # 1
Semantic Segmentation DELIVER CMNeXt (RGB-D-LiDAR) mIoU 65.50 # 2
Semantic Segmentation DELIVER CMNeXt (RGB-LiDAR) mIoU 58.04 # 5
Semantic Segmentation DELIVER CMNeXt (RGB-D-Event) mIoU 64.44 # 3
Semantic Segmentation DELIVER CMNeXt (RGB-D-E-LiDAR) mIoU 66.30 # 1
Semantic Segmentation DELIVER CMNeXt (RGB-Depth) mIoU 63.58 # 4
Semantic Segmentation DELIVER CMNeXt (RGB-Event) mIoU 57.48 # 6
Semantic Segmentation DSEC CMNeXt mIoU 72.54 # 1
Semantic Segmentation KITTI-360 CMNeXt (RGB-D-E-LiDAR) mIoU 67.84 # 1
Semantic Segmentation MCubeS CMNeXt (B2 RGB-A) mIoU 48.42% # 10
Semantic Segmentation MCubeS CMNeXt (B2 RGB-A-D-N) mIoU 51.54% # 3
Semantic Segmentation MCubeS CMNeXt (B2 RGB-A-D) mIoU 49.48% # 9
Semantic Segmentation MCubeS (P) CMNeXt (B2 RGB-A-D) mIoU 49.48 # 7
Semantic Segmentation MCubeS (P) CMNeXt (B2 RGB-A) mIoU 48.42 # 8
Thermal Image Segmentation MFN Dataset CMNeXt (B4) mIOU 59.9 # 3
Thermal Image Segmentation Noisy RS RGB-T Dataset CMNeXt (B4) mIoU 60.3 # 1
Semantic Segmentation NYU Depth v2 CMNeXt (B4) Mean IoU 56.9% # 7
Semantic Segmentation UrbanLF CMNeXt (RGB-LF8) mIoU (Real) 83.22 # 1
mIoU (Syn) 80.74 # 3
Semantic Segmentation UrbanLF CMNeXt (RGB-LF33) mIoU (Real) 82.62 # 3
mIoU (Syn) 80.98 # 2
Semantic Segmentation UrbanLF CMNeXt (RGB-LF80) mIoU (Real) 83.11 # 2
mIoU (Syn) 81.02 # 1

Methods


No methods listed for this paper. Add relevant methods here