You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the development of Earth observation technology, very-high-resolution (VHR) image has become an important data source of change detection. Nowadays, deep learning methods have achieved conspicuous performance in the change detection of VHR images. Nonetheless, most of the existing change detection models based on deep learning require annotated training samples. In this paper, a novel unsupervised model called kernel principal component analysis (KPCA) convolution is proposed for extracting representative features from multi-temporal VHR images. Based on the KPCA convolution, an unsupervised deep siamese KPCA convolutional mapping network (KPCA-MNet) is designed for binary and multi-class change detection. In the KPCA-MNet, the high-level spatial-spectral feature maps are extracted by a deep siamese network consisting of weight-shared KPCA convolutional layers. Then, the change information in the feature difference map is mapped into a 2-D polar domain. Finally, the change detection results are generated by threshold segmentation and clustering algorithms. All procedures of KPCA-MNet do not require labeled data. The theoretical analysis and experimental results in two binary change detection datasets and one multi-class change detection datasets demonstrate the validity, robustness, and potential of the proposed method.
Two binary change detection datasets, WH and QU, and one multi-class change detection dataset, HY, are used in our work. You can download them here for reproducibility or your own research. [GoogleDrive], [BaiduCloud]
Dataset
Pre-event image
Post-event image
Reference Image
WH
QU
HY
Train & infer
python train_KPCAMNet.py
Detection results
Predictions on the Hanyang dataset:
Pre-event image
Post-event image
Reference
Prediction
The results of quantitative assessments:
Citation
If this code or dataset contributes to your research, please kindly consider citing our paper. We appreciate your support!🙂
@article{Wu2022Unsupervised,
author={Wu, Chen and Chen, Hongruixuan and Du, Bo and Zhang, Liangpei},
journal={IEEE Transactions on Cybernetics},
title={Unsupervised Change Detection in Multitemporal VHR Images Based on Deep Kernel PCA Convolutional Mapping Network},
year={2022},
volume={52},
number={11},
pages={12084-12098},
doi={10.1109/TCYB.2021.3086884}
}