CVMar 7, 2023

Sketch-based Medical Image Retrieval

arXiv:2303.03633v19 citationsh-index: 47
AI Analysis

This work addresses the challenge for healthcare professionals in accessing medical image databases when example images are unavailable or for rare cases, though it is incremental as it builds on existing content-based retrieval methods.

The paper tackles the problem of medical image retrieval without requiring example images by introducing a sketch-based system that decomposes images into normal and abnormal features, allowing users to specify queries via a template and sketch. The system was evaluated with ten healthcare professionals on two datasets, successfully enabling retrieval based on fine-grained characteristics, without example images, and for isolated samples.

The amount of medical images stored in hospitals is increasing faster than ever; however, utilizing the accumulated medical images has been limited. This is because existing content-based medical image retrieval (CBMIR) systems usually require example images to construct query vectors; nevertheless, example images cannot always be prepared. Besides, there can be images with rare characteristics that make it difficult to find similar example images, which we call isolated samples. Here, we introduce a novel sketch-based medical image retrieval (SBMIR) system that enables users to find images of interest without example images. The key idea lies in feature decomposition of medical images, whereby the entire feature of a medical image can be decomposed into and reconstructed from normal and abnormal features. By extending this idea, our SBMIR system provides an easy-to-use two-step graphical user interface: users first select a template image to specify a normal feature and then draw a semantic sketch of the disease on the template image to represent an abnormal feature. Subsequently, it integrates the two kinds of input to construct a query vector and retrieves reference images with the closest reference vectors. Using two datasets, ten healthcare professionals with various clinical backgrounds participated in the user test for evaluation. As a result, our SBMIR system enabled users to overcome previous challenges, including image retrieval based on fine-grained image characteristics, image retrieval without example images, and image retrieval for isolated samples. Our SBMIR system achieves flexible medical image retrieval on demand, thereby expanding the utility of medical image databases.

Code Implementations1 repo
Foundations

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

Your Notes