SOTAVerified

Understanding Dark Scenes by Contrasting Multi-Modal Observations

2023-08-23Code Available1· sign in to hype

Xiaoyu Dong, Naoto Yokoya

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Understanding dark scenes based on multi-modal image data is challenging, as both the visible and auxiliary modalities provide limited semantic information for the task. Previous methods focus on fusing the two modalities but neglect the correlations among semantic classes when minimizing losses to align pixels with labels, resulting in inaccurate class predictions. To address these issues, we introduce a supervised multi-modal contrastive learning approach to increase the semantic discriminability of the learned multi-modal feature spaces by jointly performing cross-modal and intra-modal contrast under the supervision of the class correlations. The cross-modal contrast encourages same-class embeddings from across the two modalities to be closer and pushes different-class ones apart. The intra-modal contrast forces same-class or different-class embeddings within each modality to be together or apart. We validate our approach on a variety of tasks that cover diverse light conditions and image modalities. Experiments show that our approach can effectively enhance dark scene understanding based on multi-modal images with limited semantics by shaping semantic-discriminative feature spaces. Comparisons with previous methods demonstrate our state-of-the-art performance. Code and pretrained models are available at https://github.com/palmdong/SMMCL.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
LLRGBD-syntheticSMMCL (SegNeXt-B)mIoU68.76Unverified
LLRGBD-syntheticSMMCL (SegFormer-B2)mIoU67.77Unverified
LLRGBD-syntheticSMMCL (ResNet-101)mIoU64.4Unverified
NYU-Depth V2SMMCL (SegNeXt-B)Mean IoU55.8Unverified
NYU-Depth V2SMMCL (SegFormer-B2)Mean IoU53.7Unverified
NYU-Depth V2SMMCL (ResNet-101)Mean IoU52.5Unverified

Reproductions