CVApr 19, 2022

Multimodal Token Fusion for Vision Transformers

arXiv:2204.08721v2273 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of performance dilution in multimodal vision tasks for researchers and practitioners, representing an incremental improvement over existing transformer methods.

The paper tackles the challenge of effectively fusing multiple modalities in vision transformers by proposing TokenFusion, which dynamically replaces uninformative tokens with aggregated inter-modal features, achieving state-of-the-art results in tasks like multimodal image-to-image translation, RGB-depth semantic segmentation, and 3D object detection.

Many adaptations of transformers have emerged to address the single-modal vision tasks, where self-attention modules are stacked to handle input sources like images. Intuitively, feeding multiple modalities of data to vision transformers could improve the performance, yet the inner-modal attentive weights may also be diluted, which could thus undermine the final performance. In this paper, we propose a multimodal token fusion method (TokenFusion), tailored for transformer-based vision tasks. To effectively fuse multiple modalities, TokenFusion dynamically detects uninformative tokens and substitutes these tokens with projected and aggregated inter-modal features. Residual positional alignment is also adopted to enable explicit utilization of the inter-modal alignments after fusion. The design of TokenFusion allows the transformer to learn correlations among multimodal features, while the single-modal transformer architecture remains largely intact. Extensive experiments are conducted on a variety of homogeneous and heterogeneous modalities and demonstrate that TokenFusion surpasses state-of-the-art methods in three typical vision tasks: multimodal image-to-image translation, RGB-depth semantic segmentation, and 3D object detection with point cloud and images. Our code is available at https://github.com/yikaiw/TokenFusion.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes