CVJan 17, 2022

A Novel Framework to Jointly Compress and Index Remote Sensing Images for Efficient Content-Based Retrieval

arXiv:2201.06459v20.00
AI Analysis55

This addresses efficiency issues in large-scale remote sensing image retrieval for researchers and practitioners, though it is incremental as it builds on existing compression and indexing methods.

The paper tackles the computational demand of decoding compressed remote sensing images for content-based retrieval by introducing a joint framework that simultaneously learns compression and indexing, eliminating the need for decoding and showing efficacy compared to existing approaches.

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. Thus, it eliminates the need for decoding RS images before applying CBIR. The proposed framework is made up of two modules. The first module compresses RS images based on an auto-encoder architecture. The second module produces hash codes with a high discrimination capability by employing soft pairwise, bit-balancing and classification loss functions. We also introduce a two stage learning strategy with gradient manipulation techniques to obtain image representations that are compatible with both RS image indexing and compression. Experimental results show the efficacy of the proposed framework when compared to widely used approaches in RS. The code of the proposed framework is available at https://git.tu-berlin.de/rsim/RS-JCIF.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes