论文标题
遥感图像检索的不对称哈希代码学习
Asymmetric Hash Code Learning for Remote Sensing Image Retrieval
论文作者
论文摘要
遥感图像检索(RSIR)旨在搜索与给定查询图像的一组类似项目,是遥感应用程序中非常重要的任务。作为当前主流方法的深度哈希学习已经达到了令人满意的检索性能。一方面,各种深层神经网络用于提取遥感图像的语义特征。另一方面,随后采用了哈希技术来将高维的深度特征映射到低维二进制代码。这种方法试图以对称方式学习查询和数据库样本的一个哈希功能。但是,随着数据库样本数量的增加,生成大规模数据库图像的哈希码通常是耗时的。在本文中,我们提出了一种新颖的深哈希方法,称为RSIR,称为不对称哈希代码学习(AHCL)。提出的AHCL以不对称方式生成查询和数据库图像的哈希码。更详细地,查询图像的哈希码是通过对网络的输出进行二进制来获得的,而数据库图像的哈希码则通过求解设计的目标函数直接学习。此外,我们将每个图像的语义信息和图像对的相似性信息与监督信息相结合,以训练深层哈希网络,从而提高了深度特征和哈希码的表示能力。三个公共数据集的实验结果表明,就检索准确性和效率而言,所提出的方法优于对称方法。源代码可在https://github.com/weiweisong415/demo ahcl上获得TGRS2022。
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.