paper-with-me

홈 › Papers

Multi-Modal Fusion Transformer for Visual Question Answering in Remote Sensing

2022-10-10 · Tim Siebert, Kai Norman Clasen, Mahdyar Ravanbakhsh, Begüm Demir

With the new generation of satellite technologies, the archives of remote sensing (RS) images are growing very fast. To make the intrinsic information of each RS image easily accessible, visual question answering (VQA) has been introduced in RS. VQA allows a user to formulate a free-form question concerning the content of RS images to extract generic information. It has been shown that the fusion of the input modalities (i.e., image and text) is crucial for the performance of VQA systems. Most of the current fusion approaches use modality-specific representations in their fusion modules instead of joint representation learning. However, to discover the underlying relation between both the image and question modality, the model is required to learn the joint representation instead of simply combining (e.g., concatenating, adding, or multiplying) the modality-specific representations. We propose a multi-modal transformer-based architecture to overcome this issue. Our proposed architecture consists of three main modules: i) the feature extraction module for extracting the modality-specific features; ii) the fusion module, which leverages a user-defined number of multi-modal transformer layers of the VisualBERT model (VB); and iii) the classification module to obtain the answer. Experimental results obtained on the RSVQAxBEN and RSVQA-LR datasets (which are made up of RGB bands of Sentinel-2 images) demonstrate the effectiveness of VBFusion for VQA tasks in RS. To analyze the importance of using other spectral bands for the description of the complex content of RS images in the framework of VQA, we extend the RSVQAxBEN dataset to include all the spectral bands of Sentinel-2 images with 10m and 20m spatial resolution.

📄 PDF Abstract BibTeX arXiv:2210.04510

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRepresentation LearningVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

VisualBERT VisualBERT aims to reuse self-attention to implicitly align elements of the input text and regions in the input image. Visual embeddings are used to model images where the…

Similar Papers 제목 키워드 기반

MMFT-BERT: Multimodal Fusion Transformer with BERT Encodings for Visual Question Answering

2020-10-27 · Findings of the Association for Computational Linguistics 2020 · Aisha Urooj Khan, Amir Mazaheri, Niels da Vitoria Lobo, Mubarak Shah

We present MMFT-BERT(MultiModal Fusion Transformer with BERT encodings), to solve Visual Question Answering (VQA) ensuring individual and combined processing of multiple input modalities. Our approach benefits from proce…

DiagnosticQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion

2022-05-04 · Xiang Chen, Ningyu Zhang, Lei LI, Shumin Deng 외

Multimodal Knowledge Graphs (MKGs), which organize visual-text factual knowledge, have recently been successfully applied to tasks such as information retrieval, question answering, and recommendation system. Since most …

Information RetrievalKnowledge Graph CompletionKnowledge GraphsLink Prediction+4

Dual Diffusion for Unified Image Generation and Understanding

2024-12-31 · CVPR 2025 1 · Zijie Li, Henry Li, Yichun Shi, Amir Barati Farimani 외

Diffusion models have gained tremendous success in text-to-image generation, yet still lag behind with visual understanding tasks, an area dominated by autoregressive vision-language models. We propose a large-scale and …

Image GenerationLanguage ModelingLanguage ModellingQuestion Answering+3

UFO: A UniFied TransfOrmer for Vision-Language Representation Learning

2021-11-19 · JianFeng Wang, Xiaowei Hu, Zhe Gan, Zhengyuan Yang 외

In this paper, we propose a single UniFied transfOrmer (UFO), which is capable of processing either unimodal inputs (e.g., image or language) or multimodal inputs (e.g., the concatenation of the image and the question), …

Image CaptioningImage-text matchingImage-text RetrievalLanguage Modeling+10

AutoViVQA: A Large-Scale Automatically Constructed Dataset for Vietnamese Visual Question Answering

2026-03-10 · Nguyen Anh Tuong, Phan Ba Duc, Nguyen Trung Quoc, Tran Dac Thinh 외 arxiv

Visual Question Answering (VQA) is a fundamental multimodal task that requires models to jointly understand visual and textual information. Early VQA systems relied heavily on language biases, motivating subsequent work …

Visual Question AnsweringRepresentation LearningMachine TranslationImage Captioning