Skip to content
Snippets Groups Projects
Commit 42e13988 authored by Baris Büyüktas's avatar Baris Büyüktas
Browse files

Update README.md

parent b10c04a9
No related branches found
No related tags found
1 merge request!1Update README.md, data/austria_train.csv, data/switzerland_train.csv,...
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment