paper-with-me

홈 › Papers

General-Purpose Multimodal Transformer meets Remote Sensing Semantic Segmentation

2023-07-07 · Nhi Kieu, Kien Nguyen, Sridha Sridharan, Clinton Fookes

The advent of high-resolution multispectral/hyperspectral sensors, LiDAR DSM (Digital Surface Model) information and many others has provided us with an unprecedented wealth of data for Earth Observation. Multimodal AI seeks to exploit those complementary data sources, particularly for complex tasks like semantic segmentation. While specialized architectures have been developed, they are highly complicated via significant effort in model design, and require considerable re-engineering whenever a new modality emerges. Recent trends in general-purpose multimodal networks have shown great potential to achieve state-of-the-art performance across multiple multimodal tasks with one unified architecture. In this work, we investigate the performance of PerceiverIO, one in the general-purpose multimodal family, in the remote sensing semantic segmentation domain. Our experiments reveal that this ostensibly universal network struggles with object scale variation in remote sensing images and fails to detect the presence of cars from a top-down view. To address these issues, even with extreme class imbalance issues, we propose a spatial and volumetric learning component. Specifically, we design a UNet-inspired module that employs 3D convolution to encode vital local information and learn cross-modal features simultaneously, while reducing network computational burden via the cross-attention mechanism of PerceiverIO. The effectiveness of the proposed component is validated through extensive experiments comparing it with other methods such as 2D convolution, and dual local module (\ie the combination of Conv2D 1x1 and Conv2D 3x3 inspired by UNetFormer). The proposed method achieves competitive results with specialized architectures like UNetFormer and SwinUNet, showing its potential to minimize network architecture engineering with a minimal compromise on the performance.

📄 PDF Abstract BibTeX arXiv:2307.03388

Code (1)

nhikieu/spatialvolumetricmultimodal 공식 구현

Tasks

Earth ObservationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…

Similar Papers 제목 키워드 기반

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

OmniCD: A Foundational Framework for Remote Sensing Image Change Detection Guided by Multimodal Semantics

2026-05-28 · Chenhao Sun arxiv

Change detection (CD) in remote sensing is vital for applications such as urban monitoring and disaster assessment, yet traditional methods struggle with generalization across diverse scenarios. We present OmniCD, a foun…

Change Detection

More Diverse Means Better: Multimodal Deep Learning Meets Remote Sensing Imagery Classification

2020-08-12 · Danfeng Hong, Lianru Gao, Naoto Yokoya, Jing Yao 외

Classification and identification of the materials lying over or beneath the Earth's surface have long been a fundamental but challenging research topic in geoscience and remote sensing (RS) and have garnered a growing c…

ClassificationGeneral Classificationimage-classificationImage Classification+1

When Cloud Removal Meets Diffusion Model in Remote Sensing

2025-04-21 · Zhenyu Yu, Mohd Yamani Idna Idris, Pei Wang

Cloud occlusion significantly hinders remote sensing applications by obstructing surface information and complicating analysis. To address this, we propose DC4CR (Diffusion Control for Cloud Removal), a novel multimodal …

Cloud RemovalComputational Efficiency

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