diff --git a/README.md b/README.md index 2bb43e4d82d22c89b3cf37c99d04073f5cc4e7a5..591370d57533f509e1e8ce6ef3b9502eead35d66 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ This repository contains code of the paper abstract `Learning Across Decentraliz This repository contains (in parts) code that has been adapted from: -* https://github.com/InterDigitalInc/CompressAI/ -* https://github.com/WeiChengTseng/Pytorch-PCGrad -* https://github.com/intel-isl/MultiObjectiveOptimization +* https://github.com/ki-ljl/FedProx-PyTorch + ## Introduction Remote sensing (RS) images are usually stored in compressed format to reduce the storage size of the archives. Thus, existing content-based image retrieval (CBIR) systems in RS require decoding images before applying CBIR (which is computationally demanding in the case of large-scale CBIR problems). To address this problem, in this paper, we present a joint framework that simultaneously learns RS image compression and indexing, eliminating the need for decoding RS images before applying CBIR. The proposed framework is made up of two modules. The first module aims at effectively compressing RS images. It is achieved based on an auto-encoder architecture. The second module aims at producing hash codes with a high discrimination capability. It is achieved based on a deep hashing method that exploits soft pairwise, bit-balancing and classification loss functions. We also propose a two stage learning strategy with gradient manipulation techniques to obtain image representations that are compatible with both RS image indexing and compression.