Home

Awesome

<p align=center>Towards Accurate and Reliable Change Detection of Remote Sensing Images via Knowledge Review and Online Uncertainty Estimation (Under Review)</p>

This repository contains simple python implementation of our paper AR-CDNet.

1. Overview

<p align="center"> <img width=500 src="assest/AR-CDNet.jpg"/> <br /> </p>

A framework of the proposed AR-CDNet. Initially, the bi-temporal images pass through a shared feature extractor to obtain bi-temporal features, and then multi-level temporal difference features are obtained through the TDE. The OUE branch estimates pixel-wise uncertainty supervised by the diversity between predicted change maps and corresponding ground truth in the training process. KRMs fully explore the multi-level temporal difference knowledge. Finally, the multi-level temporal difference features and uncertainty-aware features obtained from the OUE branch are aggregated to generate the final change maps. <br>

2. Usage

3. Citation

Please cite our paper if you find the work useful:

@article{Li_2023_MSL-MKC,
        title={Towards Accurate and Reliable Change Detection of Remote Sensing Images via Knowledge Review and Online Uncertainty Estimation},
        author={Li, Zhenglai and Tang, Chang and Li, Xianju and Xie, Weiying and Sun, Kun and Zhu, Xinzhong},
        journal={arXiv preprint arXiv:2305.19513},
        year={2023}
    }