SRMF: A Data Augmentation and Multimodal Fusion Approach for Long-Tail UHR Satellite Image Segmentation
Yulong Guo, Zilun Zhang, Yongheng Shang, Tiancheng Zhao, Shuiguang Deng, Yingchun Yang, Jianwei Yin
TL;DR
The paper tackles long-tail semantic segmentation in ultra-high-resolution satellite imagery by introducing SRMF, a framework that couples data augmentation with multimodal knowledge injection. The core methods are Multi-Scale Anchored Region Sampling (MSAR) for diverse region sampling, Semantic Reranking and Resampling for Training Augmentation (SRR-TA) to balance tail classes, and the Injection of General Representation Knowledge using text features from a remote-sensing Vision-Language Model. Across URUR, GID, and FBP, SRMF achieves state-of-the-art performance with gains of $3.33\%$, $0.66\%$, and $0.98\%$ in $mIoU$, respectively, demonstrating the value of cross-modal features for RS segmentation. The approach also analyzes sampling strategies and ablations, showing that text features provide robust knowledge when aligned with SAM-HQ-derived regions, though limitations persist when text coverage or tail-region detection is incomplete. Overall, SRMF advances RS segmentation by addressing long-tail distributions and highlighting the potential of multimodal fusion for practical, large-scale geospatial analysis.
Abstract
The long-tail problem presents a significant challenge to the advancement of semantic segmentation in ultra-high-resolution (UHR) satellite imagery. While previous efforts in UHR semantic segmentation have largely focused on multi-branch network architectures that emphasize multi-scale feature extraction and fusion, they have often overlooked the importance of addressing the long-tail issue. In contrast to prior UHR methods that focused on independent feature extraction, we emphasize data augmentation and multimodal feature fusion to alleviate the long-tail problem. In this paper, we introduce SRMF, a novel framework for semantic segmentation in UHR satellite imagery. Our approach addresses the long-tail class distribution by incorporating a multi-scale cropping technique alongside a data augmentation strategy based on semantic reordering and resampling. To further enhance model performance, we propose a multimodal fusion-based general representation knowledge injection method, which, for the first time, fuses text and visual features without the need for individual region text descriptions, extracting more robust features. Extensive experiments on the URUR, GID, and FBP datasets demonstrate that our method improves mIoU by 3.33\%, 0.66\%, and 0.98\%, respectively, achieving state-of-the-art performance. Code is available at: https://github.com/BinSpa/SRMF.git.
