论文标题
通过最近的邻居搜索预训练图像特征,医疗图像检索
Medical Image Retrieval via Nearest Neighbor Search on Pre-trained Image Features
论文作者
论文摘要
最近的邻居搜索(NNS)旨在将这些点定位在最接近查询点的高维空间中。当点数很大时,寻找最近邻居的蛮力方法在计算上变得不可行。 NNS在医学中有多种应用,例如搜索大型医学成像数据库,疾病分类,诊断等。本文提出了Denselinksearch一种有效而有效的算法,可从异构医学图像中搜索和检索相关图像。在此,给定医疗数据库,所提出的算法构建了由数据库中每个点的预计链接组成的索引。搜索算法利用索引有效地遍历数据库,以搜索最近的邻居。我们对提出的NNS方法进行了广泛的测试,并将其与基准数据集和我们创建的医疗图像数据集上的最新NNS方法进行了比较。提出的方法在检索准确的邻居和检索速度方面优于现有方法。我们还探讨了医学图像特征表示在基于内容的医学图像检索任务中的作用。我们提出了一种基于变压器的功能表示技术,该技术在CLEF 2011医疗图像检索任务上胜过现有的预训练的变压器方法。我们实验的源代码可在https://github.com/deepaknlp/dls上找到。
Nearest neighbor search (NNS) aims to locate the points in high-dimensional space that is closest to the query point. The brute-force approach for finding the nearest neighbor becomes computationally infeasible when the number of points is large. The NNS has multiple applications in medicine, such as searching large medical imaging databases, disease classification, diagnosis, etc. With a focus on medical imaging, this paper proposes DenseLinkSearch an effective and efficient algorithm that searches and retrieves the relevant images from heterogeneous sources of medical images. Towards this, given a medical database, the proposed algorithm builds the index that consists of pre-computed links of each point in the database. The search algorithm utilizes the index to efficiently traverse the database in search of the nearest neighbor. We extensively tested the proposed NNS approach and compared the performance with state-of-the-art NNS approaches on benchmark datasets and our created medical image datasets. The proposed approach outperformed the existing approach in terms of retrieving accurate neighbors and retrieval speed. We also explore the role of medical image feature representation in content-based medical image retrieval tasks. We propose a Transformer-based feature representation technique that outperformed the existing pre-trained Transformer approach on CLEF 2011 medical image retrieval task. The source code of our experiments are available at https://github.com/deepaknlp/DLS.