paper-with-me

홈 › Papers

ResiDualGAN: Resize-Residual DualGAN for Cross-Domain Remote Sensing Images Semantic Segmentation

2022-01-27 · Yang Zhao, Peng Guo, Zihao Sun, Xiuwan Chen, Han Gao

The performance of a semantic segmentation model for remote sensing (RS) images pretrained on an annotated dataset would greatly decrease when testing on another unannotated dataset because of the domain gap. Adversarial generative methods, e.g., DualGAN, are utilized for unpaired image-to-image translation to minimize the pixel-level domain gap, which is one of the common approaches for unsupervised domain adaptation (UDA). However, the existing image translation methods are facing two problems when performing RS images translation: 1) ignoring the scale discrepancy between two RS datasets which greatly affects the accuracy performance of scale-invariant objects, 2) ignoring the characteristic of real-to-real translation of RS images which brings an unstable factor for the training of the models. In this paper, ResiDualGAN is proposed for RS images translation, where an in-network resizer module is used for addressing the scale discrepancy of RS datasets, and a residual connection is used for strengthening the stability of real-to-real images translation and improving the performance in cross-domain semantic segmentation tasks. Combined with an output space adaptation method, the proposed method greatly improves the accuracy performance on common benchmarks, which demonstrates the superiority and reliability of ResiDuanGAN. At the end of the paper, a thorough discussion is also conducted to give a reasonable explanation for the improvement of ResiDualGAN. Our source code is available at https://github.com/miemieyanga/ResiDualGAN-DRDG.

📄 PDF Abstract BibTeX arXiv:2201.11523

Code (1)

miemieyanga/ResiDualGAN-DRDG 공식 구현 pytorch

Tasks

Domain AdaptationImage-to-Image TranslationSemantic SegmentationTranslationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Depth-Assisted ResiDualGAN for Cross-Domain Aerial Images Semantic Segmentation

2022-08-21 · Yang Zhao, Peng Guo, Han Gao, Xiuwan Chen

Unsupervised domain adaptation (UDA) is an approach to minimizing domain gap. Generative methods are common approaches to minimizing the domain gap of aerial images which improves the performance of the downstream tasks,…

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

DualGAN: Unsupervised Dual Learning for Image-to-Image Translation

2017-04-08 · ICCV 2017 10 · Zili Yi, Hao Zhang, Ping Tan, Minglun Gong

Conditional Generative Adversarial Networks (GANs) for cross-domain image-to-image translation have made much progress recently. Depending on the task complexity, thousands to millions of labeled image pairs are needed t…

Image-to-Image TranslationTranslation

End-to-end translation of human neural activity to speech with a dual-dual generative adversarial network

2021-10-13 · Yina Guo, Xiaofei Zhang, Zhenying Gong, Anhong Wang 외

In a recent study of auditory evoked potential (AEP) based brain-computer interface (BCI), it was shown that, with an encoder-decoder framework, it is possible to translate human neural activity to speech (T-CAS). Howeve…

Brain Computer InterfaceDecoderDimensionality ReductionEEG+4

Learning to Resize Images for Computer Vision Tasks

2021-03-17 · ICCV 2021 10 · Hossein Talebi, Peyman Milanfar

For all the ways convolutional neural nets have revolutionized computer vision in recent years, one important aspect has received surprisingly little attention: the effect of image size on the accuracy of tasks being tra…

Image Quality Assessment

DOTResize: Reducing LLM Width via Discrete Optimal Transport-based Neuron Merging

2025-07-06 · Neha Verma, Kenton Murray, Kevin Duh arxiv

Structured pruning methods designed for Large Language Models (LLMs) generally focus on identifying and removing the least important components to optimize model size. However, in this work, we question this prevalent ap…