Home

Awesome

Deep Unsupervised Embedding for Remotely Sensed Images based on Spatially Augmented Momentum Contrast

Jian Kang, Ruben Fernandez-Beltran, Puhong Duan, Sicong Liu, Antonio Plaza


This repo contains the codes for the TGRS paper: Deep Unsupervised Embedding for Remotely Sensed Images based on Spatially Augmented Momentum Contrast We propose a new unsupervised deep metric learning model, called spatially augmented momentum contrast (SauMoCo), which has been specially designed to characterize unlabeled RS scenes. Based on the first law of geography, the proposed approach defines a spatial augmentation criteria to uncover semantic relationships among land cover tiles. Then, a queue of deep embeddings is constructed to enhance the semantic variety of RS tiles within the considered contrastive learning process, where an auxiliary CNN model serves as an updating mechanism. Some codes are modified from CMC and Tile2Vec.

alt text

<!-- <p align="center"> <img src="./Selection_002.png" alt="drawing" width="350"/> </p> -->

Usage

Dataset

<p align="center"> <img src="./Selection_004.png" alt="drawing" width="350"/> <p align="center"> <img src="./Selection_003.png" alt="drawing" width="350"/>

Training

Testing

After training the CNN models on the two created datasets by using SauMoCo, the trained CNN models can be further exploited as feature extraction for NAIP and EuroSAT datasets to evaluate the encoding performance.

Citation

@article{kang2020deepunsu,
  title={{Deep Unsupervised Embedding for Remotely Sensed Images based on Spatially Augmented Momentum Contrast}},
  author={Kang, Jian and Fernandez-Beltran, Ruben and Duan, Puhong and Liu, Sicong and Plaza, Antonio},
  journal={IEEE Transactions on Geoscience and Remote Sensing},
  year={2020},
  note={DOI:10.1109/TGRS.2020.3007029}
  publisher={IEEE}
}

References

[1] Jean, Neal, et al. "Tile2vec: Unsupervised representation learning for spatially distributed data." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 33. 2019.

[2] He, Kaiming, et al. "Momentum contrast for unsupervised visual representation learning." arXiv preprint arXiv:1911.05722 (2019).

[3] Tian, Yonglong, Dilip Krishnan, and Phillip Isola. "Contrastive multiview coding." arXiv preprint arXiv:1906.05849 (2019).