MMSFormer: Multimodal Transformer for Material and Semantic Segmentation
Md Kaykobad Reza, Ashley Prater-Bennette, M. Salman Asif
TL;DR
This work tackles multimodal material and semantic segmentation by designing MMSFormer, a transformer-based framework that fuses features from arbitrary modality sets via a novel Multimodal Fusion Block. The fusion block combines per-modality features through linear fusion, parallel multi-scale convolutions, and channel attention, enabling efficient and effective integration across modalities. Across MCubeS, FMB, and PST900 datasets, MMSFormer achieves state-of-the-art results and shows that adding modalities yields consistent, incremental improvements, with ablations confirming the importance of each fusion-block component. The approach offers a scalable, modality-agnostic path toward robust multimodal segmentation, though future work could explore shared encoders to further reduce parameter counts and extend to additional modalities and tasks.
Abstract
Leveraging information across diverse modalities is known to enhance performance on multimodal segmentation tasks. However, effectively fusing information from different modalities remains challenging due to the unique characteristics of each modality. In this paper, we propose a novel fusion strategy that can effectively fuse information from different modality combinations. We also propose a new model named Multi-Modal Segmentation TransFormer (MMSFormer) that incorporates the proposed fusion strategy to perform multimodal material and semantic segmentation tasks. MMSFormer outperforms current state-of-the-art models on three different datasets. As we begin with only one input modality, performance improves progressively as additional modalities are incorporated, showcasing the effectiveness of the fusion block in combining useful information from diverse input modalities. Ablation studies show that different modules in the fusion block are crucial for overall model performance. Furthermore, our ablation studies also highlight the capacity of different input modalities to improve performance in the identification of different types of materials. The code and pretrained models will be made available at https://github.com/csiplab/MMSFormer.
