Scale-wise Bidirectional Alignment Network for Referring Remote Sensing Image Segmentation
Kun Li, George Vosselman, Michael Ying Yang
TL;DR
This paper tackles pixel-wise referring segmentation in remote sensing imagery (RRSIS), addressing the limitations of one-directional language-guided refinement and the challenge of multi-scale targets. It introduces SBANet, a framework built on Swin Transformer and BERT that replaces the traditional pixel-word attention with a Bidirectional Alignment Module (BAM) that updates both visual and linguistic features via learnable query tokens and query-text alignment, complemented by a dynamic feature selection block. A text-conditioned channel and spatial aggregator (TSCA) further enables cross-scale information exchange by applying text-guided channel and spatial attentions before decoding. Extensive experiments on RRSIS-D and RefSegRS demonstrate SBANet's superior performance over state-of-the-art methods, with ablations confirming the contributions of BAM, DFS, and TSCA to improved cross-modal interaction and scale-aware reasoning. The work advances practical V&L reasoning for high-resolution aerial imagery, enabling more accurate and context-aware pixel-level segmentation conditioned on natural language prompts."
Abstract
The goal of referring remote sensing image segmentation (RRSIS) is to extract specific pixel-level regions within an aerial image via a natural language expression. Recent advancements, particularly Transformer-based fusion designs, have demonstrated remarkable progress in this domain. However, existing methods primarily focus on refining visual features using language-aware guidance during the cross-modal fusion stage, neglecting the complementary vision-to-language flow. This limitation often leads to irrelevant or suboptimal representations. In addition, the diverse spatial scales of ground objects in aerial images pose significant challenges to the visual perception capabilities of existing models when conditioned on textual inputs. In this paper, we propose an innovative framework called Scale-wise Bidirectional Alignment Network (SBANet) to address these challenges for RRSIS. Specifically, we design a Bidirectional Alignment Module (BAM) with learnable query tokens to selectively and effectively represent visual and linguistic features, emphasizing regions associated with key tokens. BAM is further enhanced with a dynamic feature selection block, designed to provide both macro- and micro-level visual features, preserving global context and local details to facilitate more effective cross-modal interaction. Furthermore, SBANet incorporates a text-conditioned channel and spatial aggregator to bridge the gap between the encoder and decoder, enhancing cross-scale information exchange in complex aerial scenarios. Extensive experiments demonstrate that our proposed method achieves superior performance in comparison to previous state-of-the-art methods on the RRSIS-D and RefSegRS datasets, both quantitatively and qualitatively. The code will be released after publication.
