paper-with-me

Papers

Multimodal Token Fusion for Vision Transformers

2022-04-19 · journal 2022 7 · Yikai Wang, Xinghao Chen, Lele Cao, Wenbing Huang, Fuchun Sun, Yunhe Wang

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.

📄 PDF Abstract BibTeX arXiv:2204.08721

Code (11)

huawei-noah/noah-research/tree/master/TokenFusion 공식 구현 pytorch
mindspore-ai/models/tree/master/research/cv/TokenFusion 공식 구현 mindspore
yikaiw/TokenFusion 공식 구현 pytorch
2023-MindSpore-1/ms-code-217/tree/main/TokenFusion mindspore
2023-MindSpore-1/ms-code-7/tree/main/TokenFusion mindspore
2023-MindSpore-4/Code15/tree/main/wangyikai/TokenFusion
2024-MindSpore-1/Code2/tree/main/wangyikai/EIP-mindspore mindspore
MindSpore-paper-code-2/code3/tree/main/TokenFusion mindspore
harshm121/m3l pytorch
lyqcom/models-master mindspore
robin-ex/TokenFusion mindspore

Tasks

3D Object DetectionImage-to-Image Translationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

GeminiFusion: Efficient Pixel-wise Multimodal Fusion for Vision Transformer

2024-06-03 · Ding Jia, Jianyuan Guo, Kai Han, Han Wu 외

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 token…

3D Object DetectionImage-to-Image Translationobject-detectionObject Detection+1

Pixel-Space Diffusion Transformers

2026-07-20 · Renye Yan, Jikang Cheng, You Wu, Ling Liang 외 arxiv

Latent diffusion models (LDMs) enable efficient high-resolution image synthesis by denoising in a VAE-compressed latent space. However, fixed visual tokenizers can discard fine textures and structural details, while sepa…

Multimodal Fusion Transformer for Remote Sensing Image Classification

2022-03-31 · Swalpa Kumar Roy, Ankur Deria, Danfeng Hong, Behnood Rasti 외

Vision transformers (ViTs) have been trending in image classification tasks due to their promising performance when compared to convolutional neural networks (CNNs). As a result, many researchers have tried to incorporat…

Classificationimage-classificationImage ClassificationLand Cover Classification+1

Coevolutionary Continuous Discrete Diffusion: Make Your Diffusion Language Model a Latent Reasoner

2025-10-03 · Cai Zhou, Chenxiao Yang, Yi Hu, Chenyu Wang 외 arxiv

Diffusion language models, especially masked discrete diffusion models, have achieved great success recently. While there are some theoretical and primary empirical results showing the advantages of latent reasoning with…

Sparse Fusion for Multimodal Transformers

2021-11-23 · Yi Ding, Alex Rich, Mason Wang, Noah Stier 외

Multimodal classification is a core task in human-centric machine learning. We observe that information is highly complementary across modalities, thus unimodal information can be drastically sparsified prior to multimod…