diff --git a/README.md b/README.md index 1121ea5b071fe714dd8aa2531eee6d01b73519c9..042f71a4e78f082fff46748d27ed2fa7106e2fc6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,21 @@ # Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning -This repository contains code of the paper abstract `Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning` submitted to IEEE International Geoscience and Remote Sensing Symposium (IGARSS) 2023. This work has been done at the [Remote Sensing Image Analysis group](https://www.rsim.tu-berlin.de/menue/remote_sensing_image_analysis_group/) by [Baris Buyuktas](https://rsim.berlin/team/members/baris-buyuktas), [Gencer Sumbul](https://rsim.berlin/team/members/gencer-sumbul), and [Begüm Demir](https://begumdemir.com/). +This repository contains the code of the paper `Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning` accepted at IEEE International Geoscience and Remote Sensing Symposium (IGARSS) 2023. This work has been done at the [Remote Sensing Image Analysis group](https://www.rsim.tu-berlin.de/menue/remote_sensing_image_analysis_group/) by [Baris Buyuktas](https://rsim.berlin/team/members/baris-buyuktas), [Gencer Sumbul](http://www.user.tu-berlin.de/gencersumbul/), and [Begüm Demir](https://begumdemir.com/). +If you use this code, please cite our paper given below: +> B. Buyuktas, G. Sumbul and B. Demіr, "Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning", IEEE International Geoscience and Remote Sensing Symposium (IGARSS), 2023. -This repository contains (in parts) code that has been adapted from: +``` +@inproceedings{MM-FL, + author={B. {Buyuktas} and G. {Sumbul} and B. {Demіr}}, + booktitle={IEEE International Geoscience and Remote Sensing Symposium (IGARSS)}, + title={Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning}, + year={2023} +} + +``` + +This repository contains code (in parts) that has been adapted from: * https://github.com/ki-ljl/FedProx-PyTorch * https://github.com/roysubhankar/dwt-domain-adaptation