paper-with-me

Papers

Decomposition-based Unsupervised Domain Adaptation for Remote Sensing Image Semantic Segmentation

2024-04-06 · Xianping Ma, Xiaokang Zhang, Xingchen Ding, Man-on Pun, Siwei Ma

Unsupervised domain adaptation (UDA) techniques are vital for semantic segmentation in geosciences, effectively utilizing remote sensing imagery across diverse domains. However, most existing UDA methods, which focus on domain alignment at the high-level feature space, struggle to simultaneously retain local spatial details and global contextual semantics. To overcome these challenges, a novel decomposition scheme is proposed to guide domain-invariant representation learning. Specifically, multiscale high/low-frequency decomposition (HLFD) modules are proposed to decompose feature maps into high- and low-frequency components across different subspaces. This decomposition is integrated into a fully global-local generative adversarial network (GLGAN) that incorporates global-local transformer blocks (GLTBs) to enhance the alignment of decomposed features. By integrating the HLFD scheme and the GLGAN, a novel decomposition-based UDA framework called De-GLGAN is developed to improve the cross-domain transferability and generalization capability of semantic segmentation models. Extensive experiments on two UDA benchmarks, namely ISPRS Potsdam and Vaihingen, and LoveDA Rural and Urban, demonstrate the effectiveness and superiority of the proposed approach over existing state-of-the-art UDA methods. The source code for this work is accessible at https://github.com/sstary/SSRS.

📄 PDF Abstract BibTeX arXiv:2404.04531

Code (1)

sstary/ssrs 공식 구현 pytorch

Tasks

Domain AdaptationGenerative Adversarial NetworkRepresentation LearningSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

DDF: A Novel Dual-Domain Image Fusion Strategy for Remote Sensing Image Semantic Segmentation with Unsupervised Domain Adaptation

2024-03-05 · Lingyan Ran, Lushuang Wang, Tao Zhuo, Yinghui Xing

Semantic segmentation of remote sensing images is a challenging and hot issue due to the large amount of unlabeled data. Unsupervised domain adaptation (UDA) has proven to be advantageous in incorporating unclassified in…

Domain AdaptationPseudo LabelSemantic SegmentationUnsupervised Domain Adaptation

Brain-Inspired Online Adaptation for Remote Sensing with Spiking Neural Network

2024-09-03 · Dexin Duan, Peilin Liu, Fei Wen

On-device computing, or edge computing, is becoming increasingly important for remote sensing, particularly in applications like deep network-based perception on on-orbit satellites and unmanned aerial vehicles (UAVs). I…

Domain AdaptationDomain GeneralizationEdge-computing

Universal Domain Adaptation for Remote Sensing Image Scene Classification

2023-01-26 · Qingsong Xu, Yilei Shi, Xin Yuan, Xiao Xiang Zhu

The domain adaptation (DA) approaches available to date are usually not well suited for practical DA scenarios of remote sensing image classification, since these methods (such as unsupervised DA) rely on rich prior know…

ClassificationDomain Adaptationimage-classificationImage Classification+3

Joint-Optimized Unsupervised Adversarial Domain Adaptation in Remote Sensing Segmentation with Prompted Foundation Model

2024-11-08 · Shuchang Lyu, Qi Zhao, Guangliang Cheng, Yiwei He 외

Unsupervised Domain Adaptation for Remote Sensing Semantic Segmentation (UDA-RSSeg) addresses the challenge of adapting a model trained on source domain data to target domain samples, thereby minimizing the need for anno…

DecoderDomain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

FlowEO: Generative Unsupervised Domain Adaptation for Earth Observation

2025-12-01 · Georges Le Bellier, Nicolas Audebert arxiv

The increasing availability of Earth observation data offers unprecedented opportunities for large-scale environmental monitoring and analysis. However, these datasets are inherently heterogeneous, stemming from diverse …

Unsupervised Domain AdaptationSemantic Segmentation