arXiv:2506.03675cs.CV2025-06被引 1

提出BiXFormer框架,让多模态图像分割更鲁棒且自适应缺失模态。

BiXFormer: A Robust Framework for Maximizing Modality Effectiveness in Multi-Modal Semantic Segmentation

  • 将多模态分割重定义为掩码级分类,分治处理RGB与非RGB模态
  • 通过互补匹配提升缺失模态时的性能,真实数据集提升22.74% mIoU
  • 适合处理含缺失模态的真实场景,如自动驾驶与机器人视觉

利用多模态数据可提供互补的语义与几何信息,增强场景理解。现有方法通常将多模态特征融合或知识蒸馏为统一表征,虽提升鲁棒性,却限制各模态在不同情境下的优势发挥。本文将多模态语义分割重新建模为掩码级分类任务,提出BiXFormer框架,集成统一模态匹配(UMM)与跨模态对齐(CMA),以最大化模态效能并应对模态缺失。具体地,先将输入分为RGB与非RGB模态(如深度图),分别处理:保留预训练丰富的RGB模态优势,同时强化对非RGB模态的关注。随后引入UMM,包含模态无关匹配(MAM)与互补匹配(CM):MAM不区分模态差异,对所有模态特征分配标签以挖掘其各自优势;CM则将未匹配的标签重新分配给同模态内剩余特征,确保每种可用模态均参与最终预测,缓解模态缺失影响。此外,为增强CM中弱查询表现,引入CMA,将其与MAM中最优匹配查询对齐。在合成与真实世界多模态基准测试上,该方法显著提升性能,相比之前方法在mIoU上分别提升+2.75%与+22.74%。

原文摘要 · Abstract (English)

Utilizing multi-modal data enhances scene understanding by providing complementary semantic and geometric information. Existing methods fuse features or distill knowledge from multiple modalities into a unified representation, improving robustness but restricting each modality's ability to fully leverage its strengths in different situations. We reformulate multi-modal semantic segmentation as a mask-level classification task and propose BiXFormer, which integrates Unified Modality Matching (UMM) and Cross Modality Alignment (CMA) to maximize modality effectiveness and handle missing modalities. Specifically, BiXFormer first categorizes multi-modal inputs into RGB and X, where X represents any non-RGB modalities, e.g., depth, allowing separate processing for each. This design leverages the well-established pretraining for RGB, while addressing the relative lack of attention to X modalities. Then, we propose UMM, which includes Modality Agnostic Matching (MAM) and Complementary Matching (CM). MAM assigns labels to features from all modalities without considering modality differences, leveraging each modality's strengths. CM then reassigns unmatched labels to remaining unassigned features within their respective modalities, ensuring that each available modality contributes to the final prediction and mitigating the impact of missing modalities. Moreover, to further facilitate UMM, we introduce CMA, which enhances the weaker queries assigned in CM by aligning them with optimally matched queries from MAM. Experiments on both synthetic and real-world multi-modal benchmarks demonstrate the effectiveness of our method, achieving significant improvements in mIoU of +2.75% and +22.74% over the prior arts.

多模态语义分割鲁棒性深度学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。