IVCVJun 24, 2022

Deep embedded clustering algorithm for clustering PACS repositories

arXiv:2206.12417v18 citationsh-index: 18
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of clustering medical radiology images from diverse sources for researchers and practitioners in medical imaging, but it is incremental as it applies existing deep embedded clustering methods to a specific domain.

The paper tackled the problem of fully-unsupervised clustering of medical images from PACS repositories using pixel data only, testing methods like CDEC and CIDEC against preset feature extraction approaches. CIDEC achieved an NMI score of 0.473 for anatomical region clustering, and CDEC achieved 0.645 for modality clustering, outperforming other methods.

Creating large datasets of medical radiology images from several sources can be challenging because of the differences in the acquisition and storage standards. One possible way of controlling and/or assessing the image selection process is through medical image clustering. This, however, requires an efficient method for learning latent image representations. In this paper, we tackle the problem of fully-unsupervised clustering of medical images using pixel data only. We test the performance of several contemporary approaches, built on top of a convolutional autoencoder (CAE) - convolutional deep embedded clustering (CDEC) and convolutional improved deep embedded clustering (CIDEC) - and three approaches based on preset feature extraction - histogram of oriented gradients (HOG), local binary pattern (LBP) and principal component analysis (PCA). CDEC and CIDEC are end-to-end clustering solutions, involving simultaneous learning of latent representations and clustering assignments, whereas the remaining approaches rely on k-means clustering from fixed embeddings. We train the models on 30,000 images, and test them using a separate test set consisting of 8,000 images. We sampled the data from the PACS repository archive of the Clinical Hospital Centre Rijeka. For evaluation, we use silhouette score, homogeneity score and normalised mutual information (NMI) on two target parameters, closely associated with commonly occurring DICOM tags - Modality and anatomical region (adjusted BodyPartExamined tag). CIDEC attains an NMI score of 0.473 with respect to anatomical region, and CDEC attains an NMI score of 0.645 with respect to the tag Modality - both outperforming other commonly used feature descriptors.

Foundations

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

Your Notes