arXiv:2410.14944cs.CV2024-10IJCV被引 54

用胶囊网络实现多模态信息的局部到整体融合,提升场景理解精度。

Part-Whole Relational Fusion Towards Multi-Modal Scene Understanding

  • 基于胶囊网络的局部-整体关系路由机制,挖掘多模态共享与特有特征。
  • 在可见光-深度-热成像任务上,显著优于传统融合方法,提升分割与检测效果。
  • 适用于自动驾驶等需多传感器协同的真实场景,代码已开源。

多模态融合在多模态场景理解中至关重要。现有方法多聚焦双模态融合,忽视复杂多模态融合需求,而真实应用如自动驾驶需融合可见光、深度、事件流、LiDAR等多种模态。此外,现有方法如简单拼接、跨模态注意力、令牌选择等,难以深入挖掘各模态间的内在共享与特有细节。为此,本文提出一种部分-整体关系融合(PWRF)框架,首次将多模态融合建模为部分-整体关系融合。该框架利用胶囊网络(CapsNets)的部分-整体路由能力,将多个模态的局部特征整合为统一的整体特征。通过此路由机制,生成共享语义(来自整体级胶囊)与特异性语义(来自路由系数)。在此基础上,共享与特有信息可有效解决多模态场景理解问题,包括合成多模态分割与可见光-深度-热成像显著目标检测。在多个数据集上的实验表明,所提框架在多模态场景理解任务中具有明显优势。代码已公开于 https://github.com/liuyi1989/PWRF。

原文摘要 · Abstract (English)

Multi-modal fusion has played a vital role in multi-modal scene understanding. Most existing methods focus on cross-modal fusion involving two modalities, often overlooking more complex multi-modal fusion, which is essential for real-world applications like autonomous driving, where visible, depth, event, LiDAR, etc., are used. Besides, few attempts for multi-modal fusion, \emph{e.g.}, simple concatenation, cross-modal attention, and token selection, cannot well dig into the intrinsic shared and specific details of multiple modalities. To tackle the challenge, in this paper, we propose a Part-Whole Relational Fusion (PWRF) framework. For the first time, this framework treats multi-modal fusion as part-whole relational fusion. It routes multiple individual part-level modalities to a fused whole-level modality using the part-whole relational routing ability of Capsule Networks (CapsNets). Through this part-whole routing, our PWRF generates modal-shared and modal-specific semantics from the whole-level modal capsules and the routing coefficients, respectively. On top of that, modal-shared and modal-specific details can be employed to solve the issue of multi-modal scene understanding, including synthetic multi-modal segmentation and visible-depth-thermal salient object detection in this paper. Experiments on several datasets demonstrate the superiority of the proposed PWRF framework for multi-modal scene understanding. The source code has been released on https://github.com/liuyi1989/PWRF.

多模态融合胶囊网络场景理解自动驾驶

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