paper-with-me

홈 › Papers

Super-Resolution Domain Adaptation Networks for Semantic Segmentation via Pixel and Output Level Aligning

2020-05-13 · Junfeng Wu, Zhenjie Tang, Congan Xu, Enhai Liu, Long Gao, Wenjun Yan

Recently, Unsupervised Domain Adaptation (UDA) has attracted increasing attention to address the domain shift problem in the semantic segmentation task. Although previous UDA methods have achieved promising performance, they still suffer from the distribution gaps between source and target domains, especially the resolution discrepany in the remote sensing images. To address this problem, this paper designs a novel end-to-end semantic segmentation network, namely Super-Resolution Domain Adaptation Network (SRDA-Net). SRDA-Net can simultaneously achieve the super-resolution task and the domain adaptation task, thus satisfying the requirement of semantic segmentation for remote sensing images which usually involve various resolution images. The proposed SRDA-Net includes three parts: a Super-Resolution and Segmentation (SRS) model which focuses on recovering high-resolution image and predicting segmentation map, a Pixel-level Domain Classifier (PDC) for determining which domain the pixel belongs to, and an Output-space Domain Classifier (ODC) for distinguishing which domain the pixel contribution is from. By jointly optimizing SRS with two classifiers, the proposed method can not only eliminates the resolution difference between source and target domains, but also improve the performance of the semantic segmentation task. Experimental results on two remote sensing datasets with different resolutions demonstrate that SRDA-Net performs favorably against some state-of-the-art methods in terms of accuracy and visual quality. Code and models are available at https://github.com/tangzhenjie/SRDA-Net.

📄 PDF Abstract BibTeX arXiv:2005.06382

Code (1)

tangzhenjie/SRDA-Net 공식 구현 pytorch

Tasks

Domain AdaptationSegmentationSemantic SegmentationSuper-ResolutionUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation for Semantic Segmentation using One-shot Image-to-Image Translation via Latent Representation Mixing

2022-12-07 · Sarmad F. Ismael, Koray Kayabol, Erchan Aptoula

Domain adaptation is one of the prominent strategies for handling both domain shift, that is widely encountered in large-scale land use/land cover map calculation, and the scarcity of pixel-level ground truth that is cru…

DecoderDomain AdaptationImage-to-Image TranslationSemantic Segmentation+1

Causal Prototype-inspired Contrast Adaptation for Unsupervised Domain Adaptive Semantic Segmentation of High-resolution Remote Sensing Imagery

2024-03-06 · Jingru Zhu, Ya Guo, Geng Sun, Liang Hong 외

Semantic segmentation of high-resolution remote sensing imagery (HRSI) suffers from the domain shift, resulting in poor performance of the model in another unseen domain. Unsupervised domain adaptive (UDA) semantic segme…

counterfactualDisentanglementSegmentationSemantic Segmentation

Unsupervised domain adaptation semantic segmentation of high-resolution remote sensing imagery with invariant domain-level prototype memory

2022-08-16 · Jingru Zhu, Ya Guo, Geng Sun, Libo Yang 외

Semantic segmentation is a key technique involved in automatic interpretation of high-resolution remote sensing (HRS) imagery and has drawn much attention in the remote sensing community. Deep convolutional neural networ…

Domain AdaptationPseudo LabelPseudo Label FilteringSegmentation+2

H2O-Net: Self-Supervised Flood Segmentation via Adversarial Domain Adaptation and Label Refinement

2020-10-11 · Peri Akiva, Matthew Purri, Kristin Dana, Beth Tellman 외

Accurate flood detection in near real time via high resolution, high latency satellite imagery is essential to prevent loss of lives by providing quick and actionable information. Instruments and sensors useful for flood…

Domain AdaptationSegmentationSemantic Segmentation

CLUDA : Contrastive Learning in Unsupervised Domain Adaptation for Semantic Segmentation

2022-08-27 · Midhun Vayyat, Jaswin Kasi, Anuraag Bhattacharya, Shuaib Ahmed 외

In this work, we propose CLUDA, a simple, yet novel method for performing unsupervised domain adaptation (UDA) for semantic segmentation by incorporating contrastive losses into a student-teacher learning paradigm, that …

Contrastive LearningDomain AdaptationSegmentationSemantic Segmentation+2