paper-with-me

홈 › Papers

RSAdapter: Adapting Multimodal Models for Remote Sensing Visual Question Answering

2023-10-19 · Yuduo Wang, Pedram Ghamisi

In recent years, with the rapid advancement of transformer models, transformer-based multimodal architectures have found wide application in various downstream tasks, including but not limited to Image Captioning, Visual Question Answering (VQA), and Image-Text Generation. However, contemporary approaches to Remote Sensing (RS) VQA often involve resource-intensive techniques, such as full fine-tuning of large models or the extraction of image-text features from pre-trained multimodal models, followed by modality fusion using decoders. These approaches demand significant computational resources and time, and a considerable number of trainable parameters are introduced. To address these challenges, we introduce a novel method known as RSAdapter, which prioritizes runtime and parameter efficiency. RSAdapter comprises two key components: the Parallel Adapter and an additional linear transformation layer inserted after each fully connected (FC) layer within the Adapter. This approach not only improves adaptation to pre-trained multimodal models but also allows the parameters of the linear transformation layer to be integrated into the preceding FC layers during inference, reducing inference costs. To demonstrate the effectiveness of RSAdapter, we conduct an extensive series of experiments using three distinct RS-VQA datasets and achieve state-of-the-art results on all three datasets. The code for RSAdapter is available online at https://github.com/Y-D-Wang/RSAdapter.

📄 PDF Abstract BibTeX arXiv:2310.13120

Code (1)

y-d-wang/rsadapter 공식 구현 pytorch

Tasks

Image CaptioningQuestion AnsweringText GenerationVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

MGIMM: Multi-Granularity Instruction Multimodal Model for Attribute-Guided Remote Sensing Image Detailed Description

2024-06-07 · Cong Yang, Zuchao Li, Lefei Zhang

Recently, large multimodal models have built a bridge from visual to textual information, but they tend to underperform in remote sensing scenarios. This underperformance is due to the complex distribution of objects and…

Attribute

SkyNative: A Native Multimodal Framework for Remote Sensing Visual Evidence Reasoning

2026-05-18 · Xiao Yang, Ronghao Fu, Zhiwen Lin, Zhuoran Duan 외 arxiv

Remote sensing vision-language models commonly rely on pretrained visual encoders to convert images into semantic features before language-model reasoning. While effective for scene-level understanding, this pipeline may…

Spatial Reasoning

Beyond Open Vocabulary: Multimodal Prompting for Object Detection in Remote Sensing Images

2026-02-02 · Shuai Yang, Ziyue Huang, Jiaxin Chen, Qingjie Liu 외 arxiv

Open-vocabulary object detection in remote sensing commonly relies on text-only prompting to specify target categories, implicitly assuming that inference-time category queries can be reliably grounded through pretrainin…

Object Detection

Multimodal Large Language Models for Remote Sensing Image Understanding: Domain-Specific or General-Purpose?

2026-07-22 · Qiwei Ma, Chunping Qiu, Xinjun Cheng, Xiaoyu Zhang 외 arxiv

The rapid development of multimodal large language models (MLLMs) has introduced a flexible paradigm for remote sensing image scene understanding (RSISU), enabling natural-language interaction with remote sensing imagery…

Visual Question AnsweringRelational ReasoningScene UnderstandingVisual Grounding

TinyRS-R1: Compact Multimodal Language Model for Remote Sensing

2025-05-17 · Aybora Koksal, A. Aydin Alatan

Remote-sensing applications often run on edge hardware that cannot host today's 7B-parameter multimodal language models. This paper introduces TinyRS, the first 2B-parameter multimodal small language model (MSLM) optimiz…

Language ModelingLanguage ModellingOpen-Ended Question AnsweringQuestion Answering+4