CVApr 16, 2016

Radon Features and Barcodes for Medical Image Retrieval via SVM

arXiv:1604.04675v117 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for medical image retrieval systems, offering speed and low memory usage.

The paper tackles medical image retrieval by combining Radon projections and SVM for classification, with Radon barcodes for fast similarity search, achieving effective retrieval even for misclassified images on a dataset of 14,410 x-ray images.

For more than two decades, research has been performed on content-based image retrieval (CBIR). By combining Radon projections and the support vector machines (SVM), a content-based medical image retrieval method is presented in this work. The proposed approach employs the normalized Radon projections with corresponding image category labels to build an SVM classifier, and the Radon barcode database which encodes every image in a binary format is also generated simultaneously to tag all images. To retrieve similar images when a query image is given, Radon projections and the barcode of the query image are generated. Subsequently, the k-nearest neighbor search method is applied to find the images with minimum Hamming distance of the Radon barcode within the same class predicted by the trained SVM classifier that uses Radon features. The performance of the proposed method is validated by using the IRMA 2009 dataset with 14,410 x-ray images in 57 categories. The results demonstrate that our method has the capacity to retrieve similar responses for the correctly identified query image and even for those mistakenly classified by SVM. The approach further is very fast and has low memory requirement.

Foundations

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

Your Notes