Exploring Fine-Grained Image-Text Alignment for Referring Remote Sensing Image Segmentation
Sen Lei, Xinyu Xiao, Tianlin Zhang, Heng-Chao Li, Zhenwei Shi, Qing Zhu
TL;DR
The paper addresses the challenge of referring remote sensing image segmentation (RRSIS) by enabling discriminative multi-modal learning through fine-grained image-text alignment. It introduces FIANet, comprising FIAM for fine-grained alignment between visual features and three linguistic components (context, ground-object, and spatial descriptions) and TMEM for text-guided cross-scale fusion of multi-scale visual features. The approach yields state-of-the-art results on two public datasets, RefSegRS and RRSIS-D, and includes extensive ablations demonstrating the effectiveness of FIAM and TMEM. This work advances practical RRSIS by better handling diverse object scales and complex backgrounds, enabling more accurate, language-guided segmentation of remote sensing imagery.
Abstract
Given a language expression, referring remote sensing image segmentation (RRSIS) aims to identify ground objects and assign pixel-wise labels within the imagery. The one of key challenges for this task is to capture discriminative multi-modal features via text-image alignment. However, the existing RRSIS methods use one vanilla and coarse alignment, where the language expression is directly extracted to be fused with the visual features. In this paper, we argue that a ``fine-grained image-text alignment'' can improve the extraction of multi-modal information. To this point, we propose a new referring remote sensing image segmentation method to fully exploit the visual and linguistic representations. Specifically, the original referring expression is regarded as context text, which is further decoupled into the ground object and spatial position texts. The proposed fine-grained image-text alignment module (FIAM) would simultaneously leverage the features of the input image and the corresponding texts, obtaining better discriminative multi-modal representation. Meanwhile, to handle the various scales of ground objects in remote sensing, we introduce a Text-aware Multi-scale Enhancement Module (TMEM) to adaptively perform cross-scale fusion and intersections. We evaluate the effectiveness of the proposed method on two public referring remote sensing datasets including RefSegRS and RRSIS-D, and our method obtains superior performance over several state-of-the-art methods. The code will be publicly available at https://github.com/Shaosifan/FIANet.
