SOTAVerified

Dynamic Dictionary Learning for Remote Sensing Image Segmentation

2025-03-09Code Available1· sign in to hype

Xuechao Zou, Yue Li, Shun Zhang, Kai Li, Shiying Wang, Pin Tao, Junliang Xing, Congyan Lang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Remote sensing image segmentation faces persistent challenges in distinguishing morphologically similar categories and adapting to diverse scene variations. While existing methods rely on implicit representation learning paradigms, they often fail to dynamically adjust semantic embeddings according to contextual cues, leading to suboptimal performance in fine-grained scenarios such as cloud thickness differentiation. This work introduces a dynamic dictionary learning framework that explicitly models class ID embeddings through iterative refinement. The core contribution lies in a novel dictionary construction mechanism, where class-aware semantic embeddings are progressively updated via multi-stage alternating cross-attention querying between image features and dictionary embeddings. This process enables adaptive representation learning tailored to input-specific characteristics, effectively resolving ambiguities in intra-class heterogeneity and inter-class homogeneity. To further enhance discriminability, a contrastive constraint is applied to the dictionary space, ensuring compact intra-class distributions while maximizing inter-class separability. Extensive experiments across both coarse- and fine-grained datasets demonstrate consistent improvements over state-of-the-art methods, particularly in two online test benchmarks (LoveDA and UAVid). Code is available at https://anonymous.4open.science/r/D2LS-8267/.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Fine-Grained Cloud Segmentation DatasetD2LSmIoU82.16Unverified
Fine-Grained Grass Segmentation DatasetD2LSmIoU51.96Unverified
ISPRS PotsdamD2LSMean F194.7Unverified
ISPRS VaihingenD2LSAverage F191.9Unverified
LoveDAD2LSCategory mIoU55.3Unverified
UAVidD2LSMean IoU70.9Unverified

Reproductions