English

Asymmetric Hash Code Learning for Remote Sensing Image Retrieval

Computer Vision and Pattern Recognition 2022-01-19 v1 Information Retrieval

Abstract

Remote sensing image retrieval (RSIR), aiming at searching for a set of similar items to a given query image, is a very important task in remote sensing applications. Deep hashing learning as the current mainstream method has achieved satisfactory retrieval performance. On one hand, various deep neural networks are used to extract semantic features of remote sensing images. On the other hand, the hashing techniques are subsequently adopted to map the high-dimensional deep features to the low-dimensional binary codes. This kind of methods attempts to learn one hash function for both the query and database samples in a symmetric way. However, with the number of database samples increasing, it is typically time-consuming to generate the hash codes of large-scale database images. In this paper, we propose a novel deep hashing method, named asymmetric hash code learning (AHCL), for RSIR. The proposed AHCL generates the hash codes of query and database images in an asymmetric way. In more detail, the hash codes of query images are obtained by binarizing the output of the network, while the hash codes of database images are directly learned by solving the designed objective function. In addition, we combine the semantic information of each image and the similarity information of pairs of images as supervised information to train a deep hashing network, which improves the representation ability of deep features and hash codes. The experimental results on three public datasets demonstrate that the proposed method outperforms symmetric methods in terms of retrieval accuracy and efficiency. The source code is available at https://github.com/weiweisong415/Demo AHCL for TGRS2022.

Keywords

Cite

@article{arxiv.2201.05772,
  title  = {Asymmetric Hash Code Learning for Remote Sensing Image Retrieval},
  author = {Weiwei Song and Zhi Gao and Renwei Dian and Pedram Ghamisi and Yongjun Zhang and Jón Atli Benediktsson},
  journal= {arXiv preprint arXiv:2201.05772},
  year   = {2022}
}

Comments

14 pages, 12 figures, and 2 tables

R2 v1 2026-06-24T08:50:53.377Z