SOTAVerified

GeminiFusion: Efficient Pixel-wise Multimodal Fusion for Vision Transformer

2024-06-03Code Available2· sign in to hype

Ding Jia, Jianyuan Guo, Kai Han, Han Wu, Chao Zhang, Chang Xu, Xinghao Chen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Cross-modal transformers have demonstrated superiority in various vision tasks by effectively integrating different modalities. This paper first critiques prior token exchange methods which replace less informative tokens with inter-modal features, and demonstrate exchange based methods underperform cross-attention mechanisms, while the computational demand of the latter inevitably restricts its use with longer sequences. To surmount the computational challenges, we propose GeminiFusion, a pixel-wise fusion approach that capitalizes on aligned cross-modal representations. GeminiFusion elegantly combines intra-modal and inter-modal attentions, dynamically integrating complementary information across modalities. We employ a layer-adaptive noise to adaptively control their interplay on a per-layer basis, thereby achieving a harmonized fusion process. Notably, GeminiFusion maintains linear complexity with respect to the number of input tokens, ensuring this multimodal framework operates with efficiency comparable to unimodal networks. Comprehensive evaluations across multimodal image-to-image translation, 3D object detection and arbitrary-modal semantic segmentation tasks, including RGB, depth, LiDAR, event data, etc. demonstrate the superior performance of our GeminiFusion against leading-edge techniques. The PyTorch code is available at https://github.com/JiaDingCN/GeminiFusion

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DELIVERGeminiFusionmIoU66.9Unverified
NYU-Depth V2GeminiFusion (Swin-Large)Mean IoU60.2Unverified
NYU-Depth V2GeminiFusion (Swin-Large)Mean IoU60.9Unverified
NYU-Depth V2GeminiFusion (MiT-B5)Mean IoU57.7Unverified
NYU-Depth V2GeminiFusion (MiT-B3)Mean IoU56.8Unverified
SUN-RGBDGeminiFusion (Swin-Large)Mean IoU54.6Unverified
SUN-RGBDGeminiFusion (MiT-B5)Mean IoU53.3Unverified
SUN-RGBDGeminiFusion (MiT-B3)Mean IoU52.7Unverified

Reproductions