SOTAVerified

Single Frame Semantic Segmentation Using Multi-Modal Spherical Images

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

Suresh Guttikonda, Jason Rambach

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In recent years, the research community has shown a lot of interest to panoramic images that offer a 360-degree directional perspective. Multiple data modalities can be fed, and complimentary characteristics can be utilized for more robust and rich scene interpretation based on semantic segmentation, to fully realize the potential. Existing research, however, mostly concentrated on pinhole RGB-X semantic segmentation. In this study, we propose a transformer-based cross-modal fusion architecture to bridge the gap between multi-modal fusion and omnidirectional scene perception. We employ distortion-aware modules to address extreme object deformations and panorama distortions that result from equirectangular representation. Additionally, we conduct cross-modal interactions for feature rectification and information exchange before merging the features in order to communicate long-range contexts for bi-modal and tri-modal feature streams. In thorough tests using combinations of four different modality types in three indoor panoramic-view datasets, our technique achieved state-of-the-art mIoU performance: 60.60% on Stanford2D3DS (RGB-HHA), 71.97% Structured3D (RGB-D-N), and 35.92% Matterport3D (RGB-D). We plan to release all codes and trained models soon.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Matterport3DSFSS-MMSI (RGB+Depth+Normal)Test mIoU35.52Unverified
Matterport3DSFSS-MMSI (RGB+Depth)Test mIoU35.92Unverified
Matterport3DSFSS-MMSI (RGB+Normal)Test mIoU35.77Unverified
Matterport3DSFSS-MMSI (RGB Only)Test mIoU31.3Unverified
Stanford2D3D PanoramicSFSS-MMSI (RGB Only)mIoU52.87Unverified
Stanford2D3D PanoramicSFSS-MMSI (RGB+Normal)mIoU58.24Unverified
Stanford2D3D PanoramicSFSS-MMSI (RGB+HHA)mIoU60.6Unverified
Stanford2D3D PanoramicSFSS-MMSI (RGB+Depth+Normal)mIoU59.43Unverified
Stanford2D3D PanoramicSFSS-MMSI (RGB+Depth)mIoU55.49Unverified
Structured3DSFSS-MMSI (RGB+Depth+Normal)Test mIoU71.97Unverified
Structured3DSFSS-MMSI (RGB Only)Test mIoU68.34Unverified
Structured3DSFSS-MMSI (RGB+Depth)Test mIoU70.17Unverified
Structured3DSFSS-MMSI (RGB+Normal)Test mIoU71Unverified

Reproductions