Home

Awesome

<h1 align="center"> <b>AFDE-Net: Building Change Detection using Attention-Based Feature Differential Enhancement for Satellite Imagery</b><br> </h1>

Shimaa Holail ResearchgateShimaa Holail Linkedin, Tamer Saleh, Xiongwu Xiao, and Deren Li

The train and test code will be released soon. The EGY-BCD dataset is available.

Updates

:zap:AFDE-Net has been Published in IEEE Geoscience and Remote Sensing Letters (GRSL). DOI: 10.1109/LGRS.2023.3283505

:speech_balloon: EGY-BCD Dataset Description

Bi-temporal images in the EGY-BCD dataset are taken from 4 different regions located in Egypt, including New Mansoura, El Galala City, New Cairo, and New Thebes. The figure below shows the building changes in New Mansoura City and New Thebes. Our image data capture time varies from 2017 to 2022. The images feature seasonal changes and different lighting changes in our new dataset, which can help develop effective methods that can mitigate the impact of unrelated changes on real changes.

image-20230201153142126

:speech_balloon: Network Architecture

An overview of the proposed architecture. (a) is the backbone of ADFE-Net. The node $Xi$ features denotes a convolutional block as shown in (b). The feature differential enhancement FDE is described in (c). (d) is the ensemble spatial-channel attention fusion ESCAF. image-20230201153142126

:speech_balloon: <span id="jump">Quantitative and Qualitative Results on the EGY-BCD Dataset</span>

:point_right: Quantitative Results

image-QuantitativeResult

:point_right: Qualitative Results

image-QualitativeResult

:speech_balloon: Requirements

Please see requirements.txt for all the other requirements.

πŸ”­ Baselines <a name="baselines"></a>

Encoders <a name="encoders"></a>

Below is a list of encoders used in this work and their pre-trained weights.

<details> <summary style="margin-left: 25px;">ResNet</summary> <div style="margin-left: 25px;">
EncoderWeightsParams, M
resnet50imagenet / ssl / swsl23M
resnet101imagenet42M
</div> </details> <details> <summary style="margin-left: 25px;">RegNet(x/y)</summary> <div style="margin-left: 25px;">
EncoderWeightsParams, M
timm-regnety_120imagenet49M
timm-regnety_160imagenet80M
timm-regnety_320imagenet141M
</div> </details>

:speech_balloon: <span id="jump">Dataset Preparation</span>

:point_right: Data Structure

"""
EGY-BCD dataset with pixel-level binary labelsοΌ›
β”œβ€”β€”β€”β€”train
|      β”œβ€”β€”β€”A  
|      β”œβ€”β€”β€”B
|      β”œβ€”β€”β€”label
|
β”œβ€”β€”β€”β€”val
|      β”œβ€”β€”β€”A  
|      β”œβ€”β€”β€”B
|      β”œβ€”β€”β€”label
|
β”œβ€”β€”β€”β€”test
|      β”œβ€”β€”β€”A  
|      β”œβ€”β€”β€”B
|      β”œβ€”β€”β€”label
"""

A: Images of Time1; B:Images of Time2; label: Ground Truth; each file contains the image names (XXXX.png)

:truck: Datasets <a name="dataset"></a>

You can download our novel public EGY-BCD dataset through the following link:

:page_with_curl: Citing <a name="citing"></a>

@ARTICLE{10145434,
  author={Shimaa Holail, Tamer Saleh, Xiongwu Xiao, and Deren Li},
  journal={in IEEE Geoscience and Remote Sensing Letters}, 
  title={AFDE-Net: Building Change Detection Using Attention-Based Feature Differential Enhancement for Satellite Imagery}, 
  year={2023},
  volume={20},
  number={6006405},
  pages={1-5},
  doi={10.1109/LGRS.2023.3283505}}

Contact Information

If you have any question about EGY-BCD dataset, please contact shimaaholail@whu.edu.cn

:speech_balloon: References

Appreciate the work from the following repositories: