Review Article

Osteolysis: A Literature Review of Basic Science and Potential Computer-Based Image Processing Detection Methods

Table 1

A brief overview of the computer-based methods mentioned in this study for the purpose of analysis of medical images with osteolytic lesions.

Method nameTechniquePurpose of the applicationMechanism of the application

AnoGANAdversarial learning (generative adversarial neural network (GAN))This unsupervised learning method is suitable when the dataset is limitedThis method performs anomaly detection by generating a large number of nonlesion images by GAN to detect images with lesions.
SG-CNNConvolutional neural network (CNN)This method can automatically produce ROI areas independently through a superlabel-guided CNNThis method can improve classification accuracy by generating fine-grained labels and superlabels of the region of interest in medical images whose lesions of interest are not well apparent.
U-NetU-Net structure deep neural networkThis method is suitable for the segmentation of lesions when they have abnormal shape and low contrast and are susceptible to transition during classificationThe U-Net structure performs semantic segmentation of the osteolytic lesions on the input image by concatenating the convolutional layers in the encoder path with the deconvolutional layers in the decoder path.
Seg-UNetMultilevel Seg-UNetThis method is suitable for segmentation of lesions of interest on the input image when the lesion has abnormal shape and low contrast and the size of the lesion is very small compared to the input image sizeThe Seg-UNet exploits U-Net structure as well as the global- and patch-based approach in order to improve the classification accuracy.
tRTAMathematical computationThis method is a manual image processing method for the segmentation of the lesions of interest from dataset that requires trained medical practitionersThe tRTA is a computerized radiographic texture analysis method for the evaluation of ROI through linear regression, BANN temporal analysis technique, and a LDA merging features technique.
MorphometryManual computationThe method employs the cross-intersect counting approachIn this method, with the use of a morphometric grid that is superimposed onto the region of interest on the radiographic images, computation is performed.
ImageJManual image processingGeneral-purpose image processing softwareImageJ can take the advantage of different plugins and macros for various image processing goals.
OsteolyticaManual image processingSpecifically designed for the measurement of lytic bone lesionsThis image processing software is designed for 3D analysis of lesions and requires trained staff.
3D SlicerMedical image processing softwareManual image processing3D Slicer is medical software designed only for research purposes that can perform various image analyses using variety of packages on different anatomical positions.
ITKOpen-source medical libraryManual image processingThis medical library is suitable for developers for medical image processing purposes.
MITKOpen-source medical libraryManual image processingThis class medical library is based on the ITK library and provides segmentation and registration techniques. It also has a highly customizable workbench.