paper-with-me

Papers

Exchanging-based Multimodal Fusion with Transformer

2023-09-05 · Renyu Zhu, Chengcheng Han, Yong Qian, Qiushi Sun, Xiang Li, Ming Gao, Xuezhi Cao, Yunsen Xian

We study the problem of multimodal fusion in this paper. Recent exchanging-based methods have been proposed for vision-vision fusion, which aim to exchange embeddings learned from one modality to the other. However, most of them project inputs of multimodalities into different low-dimensional spaces and cannot be applied to the sequential input data. To solve these issues, in this paper, we propose a novel exchanging-based multimodal fusion model MuSE for text-vision fusion based on Transformer. We first use two encoders to separately map multimodal inputs into different low-dimensional spaces. Then we employ two decoders to regularize the embeddings and pull them into the same space. The two decoders capture the correlations between texts and images with the image captioning task and the text-to-image generation task, respectively. Further, based on the regularized embeddings, we present CrossTransformer, which uses two Transformer encoders with shared parameters as the backbone model to exchange knowledge between multimodalities. Specifically, CrossTransformer first learns the global contextual information of the inputs in the shallow layers. After that, it performs inter-modal exchange by selecting a proportion of tokens in one modality and replacing their embeddings with the average of embeddings in the other modality. We conduct extensive experiments to evaluate the performance of MuSE on the Multimodal Named Entity Recognition task and the Multimodal Sentiment Analysis task. Our results show the superiority of MuSE against other competitors. Our code and data are provided at https://github.com/RecklessRonan/MuSE.

📄 PDF Abstract BibTeX arXiv:2309.02190

Code (1)

recklessronan/muse 공식 구현 pytorch

Tasks

Image CaptioningImage GenerationMultimodal Sentiment Analysisnamed-entity-recognitionNamed Entity RecognitionSentiment AnalysisText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Deep Multimodal Fusion by Channel Exchanging

2020-11-10 · NeurIPS 2020 12 · Yikai Wang, Wenbing Huang, Fuchun Sun, Tingyang Xu 외

Deep multimodal fusion by using multiple sources of data for classification or regression has exhibited a clear advantage over the unimodal counterpart on various applications. Yet, current methods including aggregation-…

Image-to-Image TranslationSemantic SegmentationTranslation

Channel Exchanging Networks for Multimodal and Multitask Dense Image Prediction

2021-12-04 · Yikai Wang, Fuchun Sun, Wenbing Huang, Fengxiang He 외

Multimodal fusion and multitask learning are two vital topics in machine learning. Despite the fruitful progress, existing methods for both problems are still brittle to the same challenge -- it remains dilemmatic to int…

Semantic Segmentation

Multi-Attribute Interactions Matter for 3D Visual Grounding

2024-01-01 · CVPR 2024 1 · Can Xu, Yuehui Han, Rui Xu, Le Hui 외

3D visual grounding aims to localize 3D objects described by free-form language sentences. Following the detection-then-matching paradigm existing methods mainly focus on embedding object attributes in unimodal featu…

3D visual groundingAttributeVisual Grounding

Transformer-based Multi-Modal Learning for Multi Label Remote Sensing Image Classification

2023-06-02 · David Hoffmann, Kai Norman Clasen, Begüm Demir

In this paper, we introduce a novel Synchronized Class Token Fusion (SCT Fusion) architecture in the framework of multi-modal multi-label classification (MLC) of remote sensing (RS) images. The proposed architecture leve…

image-classificationImage ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Multi-Modal Sensing and Fusion in mmWave Beamforming for Connected Vehicles: A Transformer Based Framework

2026-02-14 · Muhammad Baqer Mollah, Honggang Wang, Mohammad Ataul Karim, Hua Fang arxiv

Millimeter wave (mmWave) communication, utilizing beamforming techniques to address the inherent path loss limitation, is considered as one of the key technologies to support ever increasing high throughput and low laten…