Skip to content
Snippets Groups Projects
Commit 721521a3 authored by Begüm Demir's avatar Begüm Demir
Browse files

Update README.md

parent d0f5c607
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ This repository contains the code of the paper [S<sup>2</sup>-cGAN: Self-Supervi
## Abstract
Deep Neural Networks have recently demonstrated promising performance in binary change detection (CD) problems in remote sensing (RS), requiring a large amount of labeled multitemporal training samples. Since collecting such data is time-consuming and costly, most of the existing methods rely on pre-trained networks on publicly available computer vision (CV) datasets. However, because of the differences in image characteristics in CV and RS, this approach limits the performance of the existing CD methods. To address this problem, we propose a self-supervised conditional Generative Adversarial Network (S<sup>2</sup>-cGAN). The proposed S<sup>2</sup>-cGAN is trained to generate only the distribution of unchanged samples. To this end, the proposed method consists of two main steps: 1) Generating a reconstructed version of the input image as an unchanged image 2) Learning the distribution of unchanged samples through an adversarial game. Unlike the existing GAN based methods (which only use the discriminator during the adversarial training to supervise the generator), the S<sup>2</sup>-cGAN directly exploits the discriminator likelihood to solve the binary CD task. Experimental results show the effectiveness of the proposed S<sup>2</sup>-cGAN when compared to the state of the art CD methods.
If you use our code, please cite our paper as:
If you use our code, please cite the associated paper as:
> J. L. Holgado Alvarez, M. Ravanbakhsh, B. Demіr, "S<sup>2</sup>-cGAN: Self-Supervised Adversarial Representation Learning for Binary Change Detection in Multispectral Images", IEEE International Geoscience and Remote Sensing Symposium, Hawaii, USA, 2020.
......@@ -23,14 +23,13 @@ If you use our code, please cite our paper as:
The following illustration represents the change detection strategy introduced in S<sup>2</sup>-cGAN.
<img src="test.png" width="450" height="200">
For the details please check our paper [paper]( #).
Examples of score maps associated to a pair of patches, and its comparison to the ground-truth.
<img src="results_table_igarss.png" width="450" height="200">
For the details please check our paper [paper]( #).
For the details please check our [paper]( #).
## Setup
### Prerequisites
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment