Skip to main content
Computational Intelligence and Neuroscience logoLink to Computational Intelligence and Neuroscience
. 2021 Oct 4;2021:4196241. doi: 10.1155/2021/4196241

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

Soroush Baseri Saadi 1, Ramin Ranjbarzadeh 2,, Ozeir kazemi 3, Amir Amirabadi 1, Saeid Jafarzadeh Ghoushchi 4, Oveis Kazemi 5, Sonya Azadikhah 6, Malika Bendechache 7
PMCID: PMC8505126  PMID: 34646317

Abstract

Osteolysis is one of the most prominent reasons of revision surgeries in total joint arthroplasty. This biological phenomenon is induced by wear particles and corrosion products that stimulate inflammatory biological response of surrounding tissues. The eventual responses of osteolysis are the activation of macrophages leading to bone resorption and prosthesis failure. Various factors are involved in the initiation of osteolysis from biological issues, design, material specifications, and model of the prosthesis to the health condition of the patient. Nevertheless, the factors leading to osteolysis are sometimes preventable. Changes in implant design and polyethylene manufacturing are striving to improve overall wear. Osteolysis is clinically asymptomatic and can be diagnosed and analyzed during follow-up sessions through various imaging modalities and methods, such as serial radiographic, CT scan, MRI, and image processing-based methods, especially with the use of artificial neural network algorithms. Deep learning algorithms with a variety of neural network structures such as CNN, U-Net, and Seg-UNet have proved to be efficient algorithms for medical image processing specifically in the field of orthopedics for the detection and segmentation of tumors. These deep learning algorithms can effectively detect and analyze osteolytic lesions well in advance during follow-up sessions in order to administer proper treatments before reaching a critical point. Osteolysis can be treated surgically or nonsurgically with medications. However, revision surgeries are the only solution for the progressive osteolysis. In this literature review, the underlying causes, mechanisms, and treatments of osteolysis are discussed with the main focus on the possible computer-based methods and algorithms that can be effectively employed for the detection of osteolysis.

1. Background

Basically, osteolysis is a biological process initiated by induced particles at the interface of bone metal or bone cement of prosthetic implants which is radiographically manifested as linear endosteal radiolucencies or scalloped focal. This phenomenon in long-term results in bone loss, periprostatic fractures, and finally loosening of implants. From early observations, it was generally believed that, in cemented implants, osteolysis is due to acrylic cement and the term “cement disease” was introduced because of this belief. Nevertheless, osteolysis is now defined as “particle disease” with the demonstration of lytic lesions in implants without cement in the interface [13].

Osteolysis is one of the main causes for late reoperation in patients with total joint arthroplasty (TJA). This operation is the most effective therapeutic solution for patients enduring end-stage degenerative arthritis. It is believed that the demands for TJAs will gradually increase worldwide in subsequent years where total hip arthroplasty (THA) and total knee arthroplasty (TKA) are the most frequents types. Although the lifetime of THA has improved, such that approximately 90% of the implants function appropriately at 15 years [4], osteolysis is the main cause of at least 50% of all THA revision surgeries based on the majority of national registries. Despite the fact that the effectiveness of surgery may depend on various variables including the level of physical activity of patients, type of implant material, time of THA in service, model of the implant and placement [5], more than 100,000 patients for each million THA procedures might experience a revision surgery within a 15-year period of service. Osteolysis has been noted in both cemented and cementless implants, with 0% to 16% for cemented and 6% to 30% for cementless TJA.

It is indicated by clinical experience that there is a strong correlation between the likelihood of osteolysis and the magnitude of polyethylene [6]. The majority of the wear particles are ultrahigh molecular weight polyethylene (UH-MWPE) which is mainly implicated in the development of lesions [79]. The appearance of osteolysis at shorter times of follow-up will become more apparent as the higher wear rates cause higher rates of osteolysis [10] (Figure 1). Considering a uniform distribution of wear particles through the periprosthetic tissue, the wear volume can be directly related to the number of particles per unit volume of tissue [11]. Nevertheless, it is improbable that the distribution of wear particles is uniform as the permeability of tissues varies, and there are also a small number of pathways for particle access. Local osteolysis can be produced as a result of local accumulation of wear debris even if the general density of particles is low. This makes it difficult to determine the relationship of appearance of osteolysis to wear.

Figure 1.

Figure 1

Periprosthetic femoral osteolysis caused by wear of an extended-chain crystallite polyethylene [10].

Osteolysis is a progressive medical condition. Thus, regular follow-up sessions are advised. During these sessions, orthopedists check the progress of the condition with the use of different imaging modalities depending on the severity of the condition. Nevertheless, regardless of imaging techniques, detection and analysis of osteolysis are difficult tasks to perform as osteolytic lesions are not easy to be distinguished especially at the first years after implantation. This is the main reason that researchers and biomedical engineers in the field of medical image processing are making a great effort to devise new methods and algorithms to overcome these barriers.

In recent years, artificial intelligence (AI) has become highly popular and is developing into every aspect of the modern life by its advances in large-data retrieval and explicit evaluation of features that are ideal for medical image processing [1215]. In comparison to traditional image processing methods, deep learning is more efficient and reliable, as it can automatically extract features of the images instead of hand-crafted features [16, 17]. Thanks to the deep neural networks (DNNs), the methods of computation can allow an algorithm to self-programme through learning from a large set of examples that show the desired behavior, eliminating the need for specifying the rules explicitly [18,19]. Deep learning (DL) techniques have developed fast and have been shown to exceed the performance of human beings. Deep convolutional neural networks (DCNNs) demonstrate a great benefit in image processing. CNN is a subclass of deep, feedforward neural networks, in which image data moves in a forward direction from the input to the output nodes. The advantageous feature of CNNs is that they can learn directly useful image features and other structured data, whereas the task of feature extraction has been carried out by machine learning models or by hand before CNNs. These types of neural network architecture proved to be powerful deep learning models in the field of image analysis, judging from the existence of specific features in their structure [2022]. A typical CNN is composed of one or several filters that are called filters, kernels, or convolutional layers, accompanied by several layers (an aggregation and pooling layer) that are employed for classification purposes. As the characteristics of CNN are similar to those of the standard artificial neural network (ANN), backpropagation and gradient descent are used for training tasks, while it is comprised of additional pooling layers along with kernels. The final results are derived from the vector that is sited at the end of the network architecture. CNNs can have various structures and methods. In medical image analysis, the most popular structures are U-Net [23], SegNet [24], and V-Net [25] as well as the conventional CNN structures. Additionally, the most common CNNs methods are the following: ZFNet (2013) [26], VGGNet-16 (2014) [27], AlexNet (2012) [28], GoogLeNet [29], DenseNet (2017) [30], and ResNet (2015) [31]. There are several studies that prove the effectiveness of CNN algorithms in medical image processing, such as breast cancer detection [30], diagnosis of breast ultrasonography images [32], liver cancer detection and segmentation [33], differentiation of liver masses [34], lung infection segmentation [35,36], and classification of interstitial lung disease [37]. However, one key drawback of most deep learning approaches is that they need a lot of training data to learn features properly.

The intent of this study was not to investigate comprehensively the biological and medical aspect of osteolysis. An attempt was made, however, to give a guideline for the main factors and issues involved in this medical phenomenon and to introduce computer-based methods and algorithms especially in the field of artificial neural networks used successfully for similar purposes.

2. Discussion

2.1. The Biological Mechanisms of Osteolysis

Osteolysis is an active biological response to particulate wear debris [38], primary bone tumors [39], and metastatic diseases [40]. In fact, this phenomenon is a cell-mediated biological process leading to bone loss as a direct reaction of stimulation of macrophages by biologically active particles. It is noted that the mechanical wear of the articulating surface that releases wear debris begins this process. This key debris is phagocytosed, which activates osteoclasts and macrophages and results in resorption of the bones [3] (Figure 2).

Figure 2.

Figure 2

Amplification and translation of biological signals start with the interaction of prosthetic bearing wears with the human innate immune system cells resulting in bone resorption in bone multicellular units at the interface of the bone implant [1].

The cells which are mainly involved in creating a response to the particles are fibroblasts, lymphocytes, macrophages, osteoclasts, osteoblasts, and foreign body giant cells. The main cellular mediator of osteolysis is macrophages that take part individually in the resorption of bones by transforming into osteoclasts leading to much faster resorption. These cells secrete a variety of cytokines and are present in the pseudomembrane. Among them, the most important cells are interleukin 6, interleukin 1α, interleukin 1β, TNF-α, prostaglandin E2, RANKL, gelatinase, and collagenases [1, 4143].

Generally, we can distinguish between nonwear-related and wear-related byproducts. At each stage, wear particles are released from the surface of the softer material by abrasion and adhesion of bearing surface [44]. During the time of service, it is recognized that all lower-limb arthroplasties generate wear particles [45]. Based on the biotribological experiments, materials which are hard similar to ceramics that create nanosized wear particles can cause inflammation [46]. Bone cement debris and metallic debris were also noted to have relation to hypersensitivity and inflammation [4749]. Nevertheless, there is limited evidence on the influence of the prosthetic particle dimension, surface charge, shape, and osteoclast capacity. The experimental evidence also demonstrates that erosive bone resorption can cause prosthetic joint infection if not diagnosed and treated early [5052].

It has also been recognized that local hydrodynamics factors can contribute to osteolysis. Local fluid pressure gradients around implants are considered to create a mechanism for the particle to transport and force fluid and to surround the bone. Very high intra-articular pressures, caused by fluid pressure, changes during motion can mount osteocyte death and subsequently induce osteoclast bone resorption [53].

Finally, it is also noted that the type of metal debris has a profound consequence for the extent of osteolysis. Titanium has a greater destructive stimulatory impact than cobalt-chromium (CoCr). Early death of the macrophages caused by CoCr particles reduces the inflammatory mediators, leading to osteolysis. On the other hand, titanium debris is less toxic to the macrophage, thus triggering upper levels of the inflammatory mediation [54]. In addition, experiments have demonstrated that the mean particle dimension of less than 1.7 ± 0.7 um of wear particulate debris will increase the rate of osteolysis after THA [55].

2.2. Types of Osteolysis

Generally, there is no agreement on the classification of osteolysis as different methods of measurements are used in experiments and analysis. Although many studies have been conducted on this phenomenon, normally the incidence is reported. In fact, for the classification of osteolysis, lesion volume is measured. This is carried out by measuring the area of the osteolytic regions on lateral and anteroposterior radiographs. In some cases, only one view is used. On plain radiographs, normally femoral lesions can be easily viewed, whereas this is not the case for acetabulum lesions. Revision surgeries have shown that the lesions behind the acetabulum are larger than the dimension expected from preoperative radiographs [56, 57].

Not all osteolytic lesions (softened section of a patient's bone) lead to failure although they are considered as an unfavourable medical issue and are a predictive factor for later adverse consequences. There are some osteolytic lesions that are stable and do not expand, whereas there are others which have a balloon-like features and can expand and propagate [58, 59]. Osteolytic lesions can diffuse or be localized. The diffuse lesion can progress along the interface or be stable. Depending on the location, the prognosis for a lesion can vary. Although the lesions behind the acetabular component may not progress, they are naturally expansive at this location [60].

Furthermore, it seems also that cemented and cementless implants give rise to different biological processes [61]. In cemented acetabular components, there is a tendency to show a pattern of osteolysis leading to losing the implant, whereas cementless components tend more to exhibit expansile, localized lesions with the cup of the implant remaining stable (Figure 3) [62]. Additionally, although loosening of the component of the implant may precede the progress of an expansile lesion, it is less often (Figure 4).

Figure 3.

Figure 3

Osteolytic lesion superior to the well-fixed modular acetabular component [62].

Figure 4.

Figure 4

Osteolytic lesion superior to the loose press-fit modular acetabular component [62].

2.3. Diagnosis

The most popular method of detection of the extent of osteolytic lesions is computed tomography whereas the most sensitive method is magnetic resonance imaging (MRI). The studies have demonstrated that the sensitivity of CT and plain radiography in the detection of osteolysis is 74.7% and 51.7%, respectively, while the corresponding figure for MRI is 95.4% [63]. Furthermore, thanks to MRI images, it is not only possible to detect intracapsular synovial disease well before discernible loss of bone, but also to detect the granulomatous tissues caused by the wear debris, which are actually the merits of this tomographic modality [64].

Conversely, it is a difficult task to identify osteolytic lesions on plain radiographic images because of two reasons. First, the visualization of the cancellous bone adjacent to the prosthesis can be blocked by the tibial and femoral components. Second, before detecting any changes on the quantity of the skeletal calcium on the radiographic images, 50% of them are normally lost [65].

2.4. Methods of Diagnosis

Currently, various methods are employed for the detection and analysis of the osteolytic lesions. However, the application of these methods is highly dependent on the knowledge of the medical profession, available facilities, and severity of the condition. Diagnosis of the osteolysis can be implemented manually using radiographic, CT, and MRI images or can be carried out with semiautomatic or automatic computer-based techniques, algorithms, toolkits, and software. Recently, thanks to the advances in the artificial neural networks, deep learning algorithms are widely used by orthopedists and medical profession with the assistance of biomedical research for the detection of a variety of bone tumors and fractures, analysis of prosthetic movements, etc. Although fewer computer-based studies have been carried out specifically on the topic of osteolysis as there are very limited public datasets for this topic, because of strict resemblance between anatomical regions of interest, tissue properties, biological behaviors, detection, and analytic modalities, the majority of these methods are applicable for the analysis and detection of osteolysis.

Following the most recent and state-of-the-art potential computer-based methods from semiautomatic to automatic methods, software and algorithms that can be employed to assist medical profession in the analysis of osteolytic lesions are briefly discussed.

2.4.1. Deep Learning Methods

(1) Method 1: AnoGAN. It is important to detect osteolytic lesions in advance during the follow-up sessions before they reach to a level leading to surgical treatments. Since osteolytic lesions are very small and have abnormal shape from unpredictable adjacent areas in the bone, the image collection with osteolytic lesions is challenging compared to major cancers. In this case, it can be determined that abnormality recognition is a proper idea. In the anomaly detection, the network is trained with a large number of images without lesions and then judges whether images show lesions or not based on a determined abnormality score [66]. As the number of images with lesions is limited in comparison to the number of images without lesions, the anomaly technique could be an efficient solution. Although labeled images are used for training the network, it is a heavy burden for clinicians to annotate the images. In order to reduce the labor for medical professionals, unsupervised learning methods are normally considered. This is due to the fact that all CAD systems can be more helpful in detecting a target more accurately in the image. Watanabe et al. [67] carried out a study using a similar modality and called it AnoGAN, which can be useful in detecting osteolytic lesions. They designed a classification method that functions based on adversarial learning but used bone tumor datasets to detect the metastatic bone tumors. Tumors lesions are distinguished based on computed abnormality scores. These scores are defined by comparing a generated image with a test image in the image level and the future level. The suggested strategy takes only nonmetastatic bone tumor images and learns the normal image distributions based on a generative adversarial network (GAN). Although using unsupervised learning method is quite challenging in medical image processing, it is a significant task for clinical applications. Figure 5 demonstrates the anomaly detection framework proposed by Watanabe et al. [67].

Figure 5.

Figure 5

An overview of the generative adversarial network with anomaly detection of the bone tumor [67]. (a) Training phase. (b) Test phase.

As can be seen from Figure 5, the proposed method is composed of two steps: training step and test step. During the training phase, the generative G and discriminator D networks compete to gain ability. After adversarial training, the generator network is able to produce nonmetastatic bone image from a latent noise vector z. This trained generator and the noise vector z are then used for the evaluation of the test samples in the next phase. The test phase employs the latent space to evaluate test samples. When a test image is imported, the method finds the finest z corresponding to the image G(z) generated by the generator network. The z value should be visually similar to X in iterative backpropagation stages. In the latent space, the best noise vector z can be found. The anomaly score is obtained with the following formula:

AX=1λ.RX+λ.DX, (1)

where D(X) represents the discrimination loss that calculates the distinction of extracted features using the trained discriminator D in the features level. R(X) denotes the residual loss that computes the visual dissimilarity between G(z) and X in the image level. λ represents a weighted coefficient. The larger the value for the anomaly score, the greater the probability of anomaly detection. Figure 6 shows the experimental results using this method.

Figure 6.

Figure 6

Image samples of true positive (a) with metastatic bone tumor and true negative without tumor (b) detected by the AnoGAN method [67].

(2) Method 2: SG-CNN. CNNs are very popular for classification tasks. There are various classic models of CNN such as VGGNet [27] and AlexNet [68] that can be selected for categorization tasks. Although these networks demonstrate good performance for classification of natural images, they are not very efficient for classification of medical images especially when the goal is to detect tumor lesions like osteolysis. The reason is that, in natural images, most objects are normally at the center of image and the variation between objects is apparent, whereas medical image categorization demands fine-grained visual classification that cannot be done with classic CNNs with high classification accuracy. Although several methods are proposed to overcome the fine-grained labeling problem such as a mask-CNN structure based on annotations of part of images by Wei et al. [69] and part-based R-CNN structure for fine-grained labeling by Zhang et al. [70], these methods are time consuming on making datasets. To solve this problem, a novel CNN is proposed by Li et al. [71]; it can produce ROI areas automatically by network independently without employing annotated images (Figure 7).

Figure 7.

Figure 7

The superlabel-guided convolutional neural network (SG-CNN) structure. A raw CT image with two labels without any annotations is fed into the model. The input image is cropped under the guide of the heatmap generated by the first convolutional layer of the superlabel subnetwork and then inserted into the other network branch. The network output provides two labels [71].

This model is a superlabel-guided convolutional neural network (SG-CNN) that classifies CT images of bone tumor. SG-CNN is composed of two subnetworks that are responsible for learning the whole image and focus on bone tumor lesions to learn more detailed data. The inputs of these networks are CT images with two labels in hierarchical relationship, and the outputs are fine-grained labels and superlabels that both are used for training the SG-CNN to gain classification accuracy. AlexNet CNN model was used as the network architecture. During training phase, images are fed into the superlabel subnetwork. When all the feature maps of the guide convolution layer of the subnetwork are added together, a heatmap is generated (Figure 8). The heatmap generated during this phase, superimposed on the points corresponding to the image parts, is used as the input of the fine-grained label subnetwork. As the image is cropped, most of the background parts of the image are removed. Thus, the model emphasizes the potential tumor areas. Finally, the output of the network predicts fine-grained label whose classification accuracy is considered by two structure branches simultaneously.

Figure 8.

Figure 8

The presentation of raw data and heatmap. (a) A typical input image. (b) The heatmap generated by conv1. (c) The heatmap produced by conv2. (d) The heatmap generated as the output of conv3. It is determined by the images that the more we go deeper into the network, the more the abstract and semantic meanings contained in the heatmap [71].

Employing this artificial neural network model could effectively be used for the classification of osteolytic lesions, as the same obstacles are involved in the detection and classification of bone tumors, and the appearance of osteolytic lesions in CT images is very similar to that of bone tumors. Considering the successful results obtained using a bone tumor dataset on the SG-CNN by Li et al. [71], this method could be highly reliable.

(3) Method 3: U-Net. Convolutional CNNs used for the classification are composed of convolutional layers followed by several fully connected layers that map the feature image produced by kernels into a fixed-size feature vector [72]. Nevertheless, one of the defects of CNN is that each time a convolutional operation is accomplished for the classification, feature map resolution is diminished by half. This can reduce the accuracy of the classification if the feature map achieved by the final classification is utilized. Therefore, if convolutional neural networks are used for the classification of osteolysis, CNN may cause transition during the convolution operation. Although the performance of the model is rarely affected, the position of osteolytic lesions may simply be affected in the recognition step. Considering the fact that osteolytic lesions have abnormal shape and low contrast, this defect can visually affect the images by metallic artifacts and image noise [12, 25, 73, 74].

In comparison to the CNN, the fully convolutional layers in the fully convolutional networks (FCN), which accept input data (images) at any dimension, replace all the convolutional layers. In this network, a deconvolution layer is applied in order to perform upsampling for the feature map of the last convolutional layer to be at the same dimension of the input 2D data (image). Thus, while preserving the spatial information in the original input image, a prediction can be made for each pixel. Finally, the pixel-by-pixel classification can be performed on the upsampled feature map (Figure 9). Based on the residual network strategy, the FCN can solve the contradiction between the translation invariance in the target detection step and the translation invariance in the classification network. Thus, a semantic segmentation structure U-Net based on fully convolutional neural network can be an efficient method for the detection and classification of osteolytic legions.

Figure 9.

Figure 9

End-to-end network structure [75].

In a study carried out by Jian et al. [75], a U-Net neural network consisting of a contraction path and an expanding path (Figure 10) was used for the diagnosis of osteoporosis, which is the most common bone disease [76, 77]. For the detection of osteoporosis of the femoral neck, if a conventional CNN is employed, it could cause translation during the convolution operation. This could easily affect the position of the osteoporosis boundary box in the detection step that directly leads to a reduction in the segmentation accuracy of the femoral neck.

Figure 10.

Figure 10

The U-Net network architecture. The contracting path is composed of two 3 × 3 convolution layers for repetitive processing, each accompanied with a modified linear unit (ReLU). The downsampling is composed of a single 2 × 2 maximum pooling operation [75].

Osteoporosis is normally specified by a reduction in the bone density, thinning of cortical bone, and thinning of trabecular bone. The U-Net network proposed by Jian et al. [75] was implemented on an image dataset of patients having undergone pelvic X-ray imaging. Among the patients, 30 had normal bone mass, 28 had lower bone mass, and 31 had osteoporosis. Normal bone mass X-ray images demonstrate thick cortical bone and high bone density (Figure 11).

Figure 11.

Figure 11

Some examples of pelvis acquired by X-Ray imaging: (a) normal bone mass, (b) lower bone mass, and (c) osteoporosis [75].

The recognition results and classification of the U-Net network proposed by Liu et al. are as follows: the total recognition rate of lower bone mass images from normal bone mass is 83.88%, the corresponding figure for the osteoporosis from normal bone mass is 86.74%, and the one for osteoporosis from lower bone mass is 79.55%. The experimental results of the network demonstrate that it can successfully solve the influence of image interference for the bone density analysis. The proposed U-Net network with the recognition rate of above 81% for the detection of osteoporosis could be a highly functional solution to solve a similar problem for the detection of osteolysis.

(4) Method 4: Seg-UNet. Do et al. [78] proposed a novel method for the detection of knee bone tumors from X-ray images using a multilevel Seg-UNet model with global- and patch-based techniques. This network is used as a computer-based assistive tool for the segmentation and classification of tumor regions into three labels: normal, benign, and malignant. Although this network is designed only for bone tumor detection around knee regions, as the anatomical region is at the same place where osteolysis will occur after TKA and there are similar visual characteristics in X-ray images, developing this network can effectively solve the problem of segmentation and classification of osteolytic lesion.

The proposed Seg-UNet architecture is illustrated in Figure 12. This multilevel network uses a combined global- and patch-based approach in order to not only detect small tumor regions but also achieve a high improvement in malignant tumor detection.

Figure 12.

Figure 12

The multilevel Seg-UNet model with patch- and global-based approaches (top) and the block demonstration of the model (bottom). In the block diagram, E represents the encoding block; D depicts the decoding block; the three branch blocks Hseg, Hdist, and Hclas denote multitask learning [78].

This model has an encoder-decoder architecture to exploit the mutual advantage of segmentation and classification branches to learn the local texture features and global geometric context at every pixel. The encoding block E (Xenc) with the global encoding features Xenc from the input image X is located at the left side of the model. The input of the model can be either a down scale image XG or an image patch Xp from the original image Xo with high-resolution. The classification branch in the middle of the model employs the global average pooling for the extraction of the encoding features, followed by dense and soft max layers for the classification of the input image. The network is composed of three outputs: Ŷclas denotes the classification result, Ŷseg presents the tumor segmentation result, and finally Ŷdist is the multilevel high-risk tumor result. The Ŷclas determines whether the input belongs to the normal, benign, or malignant labels. Because of the complexity and challenging conditions of the X-ray images of the knee bone, this separate classification branch at the global-context level was designed. The decoding block D (Xenc) on the right side of the model is the expanding path that maps the encoding feature into decoding feature Xmap at the pixel level. For outputting tumor segmentation mask Ŷseg and multilevel distance features Ŷdist, the 2D extracted features are improved by multitask learning at the pixel level between the high-risk tumor segmentation Hdis and the pixel-tumor segmentation Hseg. Ŷseg with the vector size of W×H×2 is used for the classification of pixels of the input image into normal or tumor groups. Ŷdist with the vector size of W×H×5 decides the level of attention, i.e., normal, tumor, or high-risk, based on the distance to tumor in three levels of 1 to 3.

As, in many cases, tumors are very small in comparison to the background regions, this model made an attempt to detect small tumors by learning mutual information from adjacent feature maps around tumors. The size of the high-resolution image compared to the very small size of the tumors is one of the challenges in knee bone tumor detection. Due to the memory limits, the input image is normally resized to be suitable for the global-based patch, leading to a loss of some image texture important for tumor recognition, especially for small tumors. The patch-based model that learns image texture detailed from image patches can solve this problem. The global- and patch-based models' data used to train the network are demonstrated in Figures 13 and 14. The effectiveness and the ability of each model (global-based model and patch-based model) in the detection of bone tumors are illustrated in Figures 15 and 16. Noise in small tumors, nontumor detection in variant pose, and noise in larger tumors are the failures of the patch-based model (Figure 15), whereas it assists global-based model for the detection of small, long, and large tumors (Figure 16). The Seg-UNet network proposed by Do et al. [78] demonstrated that the fusion model of the patch- and global-based models could provide mean classification accuracy of 99.05% and segmentation mean IoU of 84.84% for bone tumor segmentation and classification when both global- and patch-based models are used.

Figure 13.

Figure 13

The augmented data in the global-based model underwent transform operations such as rotating, center cropping, resizing, and random flipping [78].

Figure 14.

Figure 14

The augmented data in the patch-based model underwent transform operations such as rotating, center cropping, resizing, and random flipping [78].

Figure 15.

Figure 15

The successful ability of the global-based model to enhance the fusion results for the detection of (a) small tumors, (b) variant poses, and (c) large tumors. The red lines and the blue regions demonstrate the ground truth and tumor detection, respectively [78].

Figure 16.

Figure 16

The successful ability of the patch-based model to enhance the fusion results for the detection of (a) small tumors, (b) long tumors, and (c) large tumors. The red lines and the blue regions demonstrate the ground truth and tumor detection, respectively [78].

2.4.2. Temporal Radiographic Texture Analysis (tRTA)

tRTA was developed as an alternative to the conventional method of diagnosis of osteolysis, in which the condition of patients is postsurgically monitored by several X-ray images [79]. As osteolysis is a biological process that evolves and appears slowly, early follow-up and diagnosis of osteolysis in the radiographic images are cumbersome and in some cases impossible tasks. Furthermore, the symptoms of trabecular texture changes caused by osteolysis are difficult to observe normally until the lesions progress. Although CT images could ameliorate the detection process of osteolysis, the cost and exposure issues make them impractical for regular follow-up. tRTA is a computerized radiographic texture analysis method used as an alternative to RTA previously used for the measurement of the patterns of trabecular bone to assist the detection of osteolytic lesions [7981]. In the tRTA method, ROIs including the potential osteolytic lesions are selected from the image database, taken during follow-up, and visually compared with the images of the previous sessions. Then, texture features are computed from the selected ROIs to perform trend analysis with simple linear regression technique, BANN temporal analysis technique, and a LDA merging features technique. This method has the advantage of incorporating the absolute texture measures, as well as how these measures alter over time.

2.4.3. Morphometry

In this method, the area of osteolytic lesions is measured based on the idea of cross intersect counting [82]. A morphometric grid is superimposed over the region of interest on the radiographic images, and then the number of test points overlapping the area of interest is counted (Figure 17).

Figure 17.

Figure 17

The superimposition of the morphometric grid onto the morphometry grid on a radiographic image for the measurement of osteolytic lesion areas [82].

Based on the study carried out by Smith et al. [82], the application results of morphometric method are compared with the estimations of professional orthopedists and proved to be reliable for the measurement of the area of osteolytic lesions if applied by trained orthopedic observers (nonmedical or medical health professionals).

2.4.4. Software and Toolkits

Various software packages and toolkits have been developed for the purpose of medical image processing. Although they are not specifically developed for a single medical purpose, a variety of them are used by the medical profession and researchers for tumor detection and analysis using a variety of imaging modalities. The most popular and commonly used software and toolkits are mentioned as follows.

(1) ImageJ. This is an open-source image processing program developed in Java language inspired by NIH Image [83]. This program is currently available on all the current computer platforms and can be used with variety of plugins and macros. Although ImageJ is not specialized software, it is sometimes used by professionals and researchers for medical purposes. It performs its tasks in eight steps: dataset resizing, component hollowing, volume rendering, model slicing, image slicing, image cropping, standardization of the image size, and analysis. Nevertheless, ImageJ suffers from a variety of limitations such as a lake of 3D data analysis and requiring heavy interuser variability.

(2) Osteolytica. It is image processing software specifically designed for the measurement of lytic bone lesions [84]. It employs novel graphic card acceleration, and it is capable of 3D rendering to make a rapid analysis and reconstruction of osteolysis. It is designed to be faster, more user-friendly, and less biased compared to manual osteolytic lesion measuring methods or ImageJ 2D analysis. The principal goal of Osteolytica is to measure the dimension and areas affected by osteolysis in a 3D bone analysis. It is composed of four operating processes: dataset resizing, dataset loading, selecting the maximum lesion size, and finally lesion analysis. Osteolytica employs the process of reconstructing the surface of a volume sample and then subtracting the reconstructed volume from the original surface through volumetric diffusion method (Figure 18) [85].

Figure 18.

Figure 18

The method of calculation of osteolytic lesions in Osteolytica. (a) Original volume of the sample. (b) Reconstruction of the surface of the sample and filling lesions, diffusing the volumetric surface outwards. (c) The volume of the osteolytic lesions measured through the subtraction of the original surface from the reconstructed one. The expanded volume will diffuse inwards through a variable over the surface [84].

(3) 3D Slicer. 3D Slicer is an open-source, free, and multiplatform software package that can be widely used for various medical applications such as virtual reality, real-time 3D ultrasound reconstruction, adaptive radiation therapy, tracked ultrasound for needle guidance, robot assistance intervention, surgical navigation, and image segmentation (Figure 19) [85, 87]. Furthermore, this software provides multiorgan analysis from head to toe and supports various imaging modalities including ultrasound, computed tomography, magnetic resonance imaging, microscopy, and nuclear medicine imaging. It also provides real-time analysis, which is highly useful during surgical navigation. Nevertheless, 3D Slicer is not approved for clinical use, and the distribution is intended for research use although there is no restriction on its employment.

Figure 19.

Figure 19

The top figure illustrates the workbench of the 3D Slicer with a variety of toolkits and tools that can be used for different purposes. The bottom figure demonstrates a typical tumor segmentation capability of the 3D Slicer [86].

(4) ITK. The Insight Toolkit (ITK) is an open-source, cross-platform library developed by the he US National Library of Medicine of the National Institutes of Health to provide developers with an extensive suite of software tools for the segmentation and registration of medical images (Figure 20) [89, 90]. ITK with its extreme programming methodologies and spatially oriented architecture allows processing medical images in two, three, or more dimensions.

Figure 20.

Figure 20

The workbench of ITK software and its segmentation ability (in this typical case, brain bone and tumor segmentation) [88].

(5) MITK. The Medical Imaging Interaction Toolkit (MITK) is free, open-source software for the development of interactive medical image processing software [91, 92]. MITK is a class library based on ITK that provides leading edge segmentation and registration techniques and forms the basis of algorithms. It executes the visualization commands with the Visualization Toolkit (VTK) [93]. MITK workbench has a highly customizable and extensible end-user application providing all steps of a clinical workflow such as data retrieval, image analysis, image-guided therapy, diffusion imaging treatment planning, tool tracking, diagnosis, intervention support, and treatment control (Figure 21).

Figure 21.

Figure 21

Workbench of MITK for medical image processing purposes [91].

2.5. Overview of the Image Processing Diagnosis Methods

Various techniques and methods that can be automatic, semiautomatic, or manual can be employed for the detection and segmentation of bone tumors, to be more specific osteolytic lesions. Depending on the objective of the research, they can provide different accuracies. In the previous section, the state-of-the-art automatic and semiautomatic computer-based methods, as well as manual methods with the use of software and toolkits, were mentioned for this purpose. However, the methods and techniques are not limited to this. An overview of the mentioned methods with their key points, in order to provide a well comparison for selection and application, is presented in Table 1.

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 name Technique Purpose of the application Mechanism of the application
AnoGAN Adversarial learning (generative adversarial neural network (GAN)) This unsupervised learning method is suitable when the dataset is limited This method performs anomaly detection by generating a large number of nonlesion images by GAN to detect images with lesions.
SG-CNN Convolutional neural network (CNN) This method can automatically produce ROI areas independently through a superlabel-guided CNN This 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-Net U-Net structure deep neural network This method is suitable for the segmentation of lesions when they have abnormal shape and low contrast and are susceptible to transition during classification The 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-UNet Multilevel Seg-UNet This 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 size The Seg-UNet exploits U-Net structure as well as the global- and patch-based approach in order to improve the classification accuracy.
tRTA Mathematical computation This method is a manual image processing method for the segmentation of the lesions of interest from dataset that requires trained medical practitioners The 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.
Morphometry Manual computation The method employs the cross-intersect counting approach In this method, with the use of a morphometric grid that is superimposed onto the region of interest on the radiographic images, computation is performed.
ImageJ Manual image processing General-purpose image processing software ImageJ can take the advantage of different plugins and macros for various image processing goals.
Osteolytica Manual image processing Specifically designed for the measurement of lytic bone lesions This image processing software is designed for 3D analysis of lesions and requires trained staff.
3D Slicer Medical image processing software Manual image processing 3D Slicer is medical software designed only for research purposes that can perform various image analyses using variety of packages on different anatomical positions.
ITK Open-source medical library Manual image processing This medical library is suitable for developers for medical image processing purposes.
MITK Open-source medical library Manual image processing This class medical library is based on the ITK library and provides segmentation and registration techniques. It also has a highly customizable workbench.

2.6. Bone Tumor Datasets

Datasets play a prominent role in the performance of neural networks. Comprehensive datasets can well train the networks during the training phase. Subsequently, they can have a great impact on the effectiveness and accuracy of the proposed computer-based methods for the detection and segmentation of bone tumors. The larger and the more comprehensive the datasets are, the more valuable the provided data will be. It is important to note that not all the datasets are publicly available for use. Some datasets are private and require formal requests and legal permission for use. Furthermore, the images could be acquired through different imaging modalities such as MRI, CT, PET, SPECT, or conventional X-rays and with different anatomical positions that should be implemented for the evaluation of the networks based on the objective's similarities. Table 2 presents a brief overview of the private and public datasets that can provide highly valuable data regarding bone tumors that can be used for training and evaluation of the proposed deep learning networks for the detection of osteolytic lesions.

Table 2.

The names and properties of the potential datasets that can be used for training deep learning neural networks for bone tumor detection and segmentation. Each dataset is also labeled as either public or private.

Name of the dataset Description Type of the data Number of images
CNUH [78] (private) Provided by the Chonnam National University Hospital (CNUH) CT datasets focusing on benign and malignant tumors in two regions of knee bone of distal femur and proximal tibia Benign tumor: 1061, malignant tumor: 134, normal: 381
Shenzhen No. 2 People's Hospital [71] (private) Derived from patients diagnosed with bone tumors in the years 2014–2017 CT images stored in DICOM 6422 images
Hokkaido University [67] (private) Provided by the Hokkaido University in Japan CT images of metastatic and nonmetastatic tumor images 8790 images
Sichuan University [94] (private) Provided by the Institutional Ethics Committee of West China Hospital in Sichuan University Bone scintigraphy (BS) images using SPECT/CT taken from patients diagnosed with bone metastasis and having undergone whole-body BS 13477 images
Public datasets [95] (public) CT images corresponding to different body parts CT images manually segmented 270 images
In-house dataset [96] (private) Containing bone images of different body parts: head, chest, abdomen, neck CT images 16218 images
Bone tumor [97] (private) Containing benign and malignant bone tumors Plain radiography 2899 images
CNUH [98] (private) Provided by the Chonnam National University Hospital initially for bone segmentation on a deep learning approach containing both malignant and benign tumors Plain radiography 963 total images, benign tumor: 329, malignant tumor: 134
DIAGNOSTIKO IATRIKI A.E. [63] (private) Collected from prostate cancer patients with suspected bone metastatic disease, who underwent whole-body scintigraphy Scintigraphy images (SPECT) 908 total images, 778 bone scan, 328 bone metastasis, 271 benign scan, 179 normal
Chittagong University [99] (private) Consisting of 60 MRI images of patients diagnosed with bone cancer and their grand truth images MRI images 60 total images, benign tumor: 30, malignant tumor: 30

2.7. Treatments for Osteolysis

Osteolytic lesions can be treated though two ways: surgical and nonsurgical treatment.

2.7.1. Surgical Treatments

Operative treatments are recommended to address prior or ongoing osteolytic lesions and to correct failing articulation. Surgical treatments of osteolytic regions of THA, TJA, and shoulder arthroplasties follow a similar philosophy [100]. Nevertheless, the methods are varying depending on the structure, anatomical location, function, design, and materials employed.

If the prosthetic components are aligned, well-fixed, functional, and proper modular replacement parts can be obtained, the operative surgical treatment is then focused on the revision of the bearing surfaces and potential grafting of bone.

The osteolytic lesions caused by metal corrosion and byproducts from metal-on-metal implants are debrided, and modular metal-on-metal bearings are replaced with other ones, normally with ceramic on polyethylene [101].

2.7.2. Nonsurgical Treatments

Nonoperative treatment of osteolysis is a possible option for patients who are either not able to tolerate reoperation immediately or under low loads of prosthetic byproducts and susceptible to osteolysis. The main goal of nonoperative treatment is merely to postpone the need for reoperation and also to keep the size of bone defects limited. The common nonsurgical treatment methods are mentioned as follows.

(1) Bisphosphonates. Bisphosphonates are the drugs that should be consumed orally or parenterally to treat metabolic disease, osteolysis associated with metastatic and osteoporosis. This medication is a synthetic analogue of pyrophosphate and is advised for osteolysis treatment in a physician-directed or off-label manner [102]. The action mechanism of bisphosphonates is mainly on the osteoclast that undergoes apoptosis leading to the inhibition of bone resorption [103, 104].

(2) Cell Therapy. Delivery of cells as a local therapeutic platform can indirectly or directly affect osteolysis. This can heal the bone and provide paracrine and autocrine factors [105]. Autologous bone grafting is one type of local cell therapy. Crosstalk between MSCs and macrophages is also an ongoing process in all the inflammatory bone disorders and bone healing process [106, 107].

3. Conclusion

Osteolysis is a progressive and biological reaction to particulate wear debris. It is the most common indication for revision surgeries after total joint arthroplasty in long-term reviews. The biological mechanisms leading to osteolytic lesions are only now beginning to be understood. Although many research studies have been carried out to characterize the complex cellular interactions that result in the bone loss, it is still not apparent why some patients undergo early osteolysis and in others this phenomenon is postponed for many years or even never occurs. It is more probable that the observed differences between the conditions of patients indicate the differential sensitivity or differences in ability to mount a wear response and generate wear particles. To expand our knowledge about the process of osteolysis, the basic science studies must be translated into clinical studies and eventually clinical practice. Although in general there is no specific classification for osteolysis, it is categorized based on the measurement of volume of the affected lesions. Studies on the genetic profile may help to explain the variability in the rate of development and the extent of osteolysis in different patients.

To detect this asymptomatic process, regular radiographic follow-up is necessary. Imaging modalities like MRI and CT scans are utilized where the extent of bone loss is uncertain. Nevertheless, it is important to note that each imaging modality has its pros and cons. In addition, various computer-based image processing methods have been developed as clinically assisted tools to facilitate this process. Among them, artificial neural networks have proved to be highly efficient for tumor detection and segmentation. The research results of the popular deep learning networks used for tumor detection such as CNN, U-Net, and Seg-UNet proved that these deep learning algorithms could assist early detection and analysis of osteolytic lesions. Further developments and studies in this field are highly crucial for the development of a solid and specialized network for the detection and segmentation of osteolysis.

There are numerous nonsurgical therapeutic interventions for the treatment of the osteolytic lesion, but they still require clinical approval to be verified. Some of them have already passed limited clinical evaluations. Nevertheless, it must be determined that progressive osteolysis resulting from wear debris is not only a biological process, but also related to modular interfaces, material issues, or failure of the bearing surface. In this respect, currently, there is no evidence to prove that nonsurgical treatment methods can clinically treat osteolysis except for delaying the process. Although it is hoped that changes in the design of implants can positively affect the reduction of wear particles and osteolysis development, only time will prove this. Fortunately, there are some strong research results supporting this issue. Nevertheless, long-term clinical follow-up is desperately required to make any new benchmarks.

Data Availability

The authors did not use any specific dataset.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References

  • 1.Manley M. T., D’Antonio J. A. M., Capello W. N. M., Edidin A. A. P. A disease of access to fixation interfaces: clinical orthopaedics and related research®. 2021. https://journals.lww.com/clinorthop/Fulltext/2002/12000/Osteolysis__A_Disease_of_Access_to_Fixation.15.aspx . [DOI] [PubMed]
  • 2.Banaszkiewicz P. A. The synovial-like membrane at the bone-cement interface in loose total hip replacements and its proposed role in bone lysis. Classic Papers in Orthopaedics . 2014;65(5):117–119. [PubMed] [Google Scholar]
  • 3.Banaszkiewicz P. A. Classic Papers in Orthopaedics . Berlin, Germany: Springer-Verlag London Ltd; 2014. Reactions of the articular capsule to wear products of artificial joint prostheses. [Google Scholar]
  • 4.Hart A., Janz V., Trousdale R. T., Sierra R. J., Berry D. J., Abdel M. P. Long-Term Survivorship of Total Hip Arthroplasty with Highly Cross-Linked Polyethylene for Osteonecrosis. Journal of Bone and Joint Surgery . 2019;101(17):1563–1568. doi: 10.2106/JBJS.18.01218. [DOI] [PubMed] [Google Scholar]
  • 5.Evans J. T., Evans J. P., Walker R. W., Blom A. W., Whitehouse M. R., Sayers A. How long does a hip replacement last? A systematic review and meta-analysis of case series and national registry reports with more than 15 years of follow-up. Lancet (London, England) . 2019;393:647–654. doi: 10.1016/S0140-6736(18)31665-9.10172 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Dowd J. E. M. D., Sychterz C. J. M. S., Young A. M. B. S., Engh C. A. M. D. Characterization of long-term femoral-head-penetration rates. 2021. https://journals.lww.com/jbjsjournal/Abstract/2000/08000/Characterization_of_Long_Term.6.aspx . [DOI] [PubMed]
  • 7.Klapperich C., Graham J., Pruitt L., Ries M. D. Failure of a metal-on-metal total hip arthroplasty from progressive osteolysis. The Journal of Arthroplasty . 1999;14(7):877–881. doi: 10.1016/S0883-5403(99)90042-6. [DOI] [PubMed] [Google Scholar]
  • 8.YOON T. R. M. D. Osteolysis in association with a total hip arthroplasty with. 2021. https://journals.lww.com/jbjsjournal/Abstract/1998/10000/Osteolysis_in_Association_with_a_Total_Hip.7.aspx . [DOI] [PubMed]
  • 9.Willert H.-G., Bertram H., Buchhorn G. H. Osteolysis in alloarthroplasty of the hip. Clinical Orthopaedics and Related Research . 1990;258:108–121. doi: 10.1097/00003086-199009000-00014. [DOI] [PubMed] [Google Scholar]
  • 10.Livingston B. J. M. D., Chmell M. J. M. D., Spector M. M. D., Poss R. M. D., Boston M. Complications of total hip arthroplasty associated with the. 2021. https://journals.lww.com/jbjsjournal/Abstract/1997/10000/Complications_of_Total_Hip_Arthroplasty_Associated.10.aspx . [DOI] [PubMed]
  • 11.Kobayashi A., Freeman M. A. R., Bonfield W., et al. Number OF polyethylene particles and osteolysis IN total joint replacements. The Journal of Bone and Joint Surgery. British volume . 1997;79(5):844–848. doi: 10.1302/0301-620x.79b5.0790844. [DOI] [PubMed] [Google Scholar]
  • 12.Ranjbarzadeh R., Bagherian Kasgari A., Jafarzadeh Ghoushchi S., Anari S., Naseri M., Bendechache M. Brain tumor segmentation based on deep learning and an attention mechanism using MRI multi-modalities brain images. Scientific Reports . 2021;11(1) doi: 10.1038/s41598-021-90428-8.20210 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Ali W. A., N M. K., Aljunid M., Bendechache M., Sandhya P. Review of current machine learning approaches for anomaly detection in network traffic. Journal of Telecommunications and the Digital Economy . 2020;8(4):64–95. doi: 10.18080/JTDE.V8N4.307. [DOI] [Google Scholar]
  • 14.Aghamohammadi A., Ranjbarzadeh R., Naiemi F., Mogharrebi M., Dorosti S., Bendechache M. TPCNN: two-path convolutional neural network for tumor and liver segmentation in CT images using a novel encoding approach. Expert Systems with Applications . 2021;183 doi: 10.1016/J.ESWA.2021.115406.115406 [DOI] [Google Scholar]
  • 15.Ghoushchi S. J., Ranjbarzadeh R., Dadkhah A. H., Pourasad Y., Bendechache M. An extended approach to predict retinopathy in diabetic patients using the genetic algorithm and fuzzy C-means. BioMed Research International . 2021;2021:13. doi: 10.1155/2021/5597222.5597222 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Liu Z., Song Y.-Q., Sheng V. S., et al. Liver CT sequence segmentation based with improved U-Net and graph cut. Expert Systems with Applications . 2019;126:54–63. doi: 10.1016/j.eswa.2019.01.055. [DOI] [Google Scholar]
  • 17.Chen G., Li C., Wei W., et al. Fully convolutional neural network with augmented atrous spatial pyramid pool and fully connected fusion path for high resolution remote sensing image segmentation. Applied Sciences . 2019;9(9) doi: 10.3390/app9091816. [DOI] [Google Scholar]
  • 18.Nensa F., Demircioglu A., Rischpler C. Artificial intelligence in nuclear medicine. Journal of Nuclear Medicine . 2019;60(2):29S–37S. doi: 10.2967/jnumed.118.220590. [DOI] [PubMed] [Google Scholar]
  • 19.Visvikis D., Cheze Le Rest C., Jaouen V., Hatt M. European Journal of Nuclear Medicine and Molecular Imaging . 13. Vol. 46. Springer; 2019. Artificial intelligence, machine (deep) learning and radio(geno)mics: definitions and nuclear medicine imaging applications; pp. 2630–2637. [DOI] [PubMed] [Google Scholar]
  • 20.Mahmood A., Bennamoun M., An S., et al. Handbook of Neural Computation . Amsterdam, Netherland: Elsevier; 2017. Deep learning for coral classification. [Google Scholar]
  • 21.Hussein S., Kandel P., Bolan C. W., Wallace M. B., Bagci U. Lung and pancreatic tumor characterization in the deep learning era: novel supervised and unsupervised learning approaches. IEEE Transactions on Medical Imaging . 2019;38(8):1777–1787. doi: 10.1109/TMI.2019.2894349. [DOI] [PubMed] [Google Scholar]
  • 22.Xu Y., Wang Y., Yuan J., Cheng Q., Wang X., Carson P. L. Medical breast ultrasound image segmentation by machine learning. Ultrasonics . 2019;91:1–9. doi: 10.1016/j.ultras.2018.07.006. [DOI] [PubMed] [Google Scholar]
  • 23.Ronneberger O., Fischer P., Brox T. U-net: convolutional networks for biomedical image segmentation. Lecture Notes in Computer Science . 2015;9351:234–241. doi: 10.1007/978-3-319-24574-4_28. [DOI] [Google Scholar]
  • 24.Badrinarayanan V., Kendall A., Cipolla R. SegNet: a deep convolutional encoder-decoder architecture for image segmentation. IEEE Transactions on Pattern Analysis and Machine Intelligence . 2017;39(12):2481–2495. doi: 10.1109/TPAMI.2016.2644615. [DOI] [PubMed] [Google Scholar]
  • 25.Milletari F., Navab N., Ahmadi S.-A. V-net: fully convolutional neural networks for volumetric medical image segmentation. Proceedings - 2016 4th International Conference on 3D Vision; December 2016; Stanford,CA, USA. [Google Scholar]
  • 26.Zeiler M. D., Fergus R. Visualizing and understanding convolutional networks. Computer Vision - ECCV 2014 . 2014;8689:818–833. doi: 10.1007/978-3-319-10590-1_53. [DOI] [Google Scholar]
  • 27.Simonyan K., Zisserman A. Very deep convolutional networks for large-scale image recognition. 2015. http://www.robots.ox.ac.uk/
  • 28.LeCun Y., Bottou L., Bengio Y., Haffner P. Gradient-based learning applied to document recognition. Proceedings of the IEEE . 1998;86(11):2278–2324. doi: 10.1109/5.726791. [DOI] [Google Scholar]
  • 29.Szegedy C. Going deeper with convolutions. 2015.
  • 30.Huang G., Liu Z., Van Der Maaten L., Weinberger K. Q. Densely connected convolutional networks. 2017. https://github.com/liuzhuang13/DenseNet .
  • 31.He K., Zhang X., Ren S., Sun J. Deep residual learning for image recognition. 2016. http://image-net.org/challenges/LSVRC/2015/
  • 32.Qi X., Zhang L., Chen Y., et al. Automated diagnosis of breast ultrasonography images using deep neural networks. Medical Image Analysis . 2019;52:185–198. doi: 10.1016/j.media.2018.12.006. [DOI] [PubMed] [Google Scholar]
  • 33.Ranjbarzadeh R., Saadi S. B. Automated liver and tumor segmentation based on concave and convex points using fuzzy c-means and mean shift clustering. Measurement . 2020;150 doi: 10.1016/j.measurement.2019.107086.107086 [DOI] [Google Scholar]
  • 34.Yasaka K., Akai H., Abe O., Kiryu S. Deep learning with convolutional neural network for differentiation of liver masses at dynamic contrast-enhanced CT: a preliminary study. Radiology . 2018;286(3):887–896. doi: 10.1148/radiol.2017170706. [DOI] [PubMed] [Google Scholar]
  • 35.Ranjbarzadeh R., Jafarzadeh Ghoushchi S., Bendechache M., et al. Lung infection segmentation for COVID-19 pneumonia based on a cascade convolutional network from CT images. BioMed Research International . 2021;2021:16. doi: 10.1155/2021/5544742.5544742 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Ahmadi M., Sharifi A., Dorosti S., Jafarzadeh Ghoushchi S., Ghanbari N. Investigation of effective climatology parameters on COVID-19 outbreak in Iran. The Science of the Total Environment . 2020;729 doi: 10.1016/j.scitotenv.2020.138705.138705 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Anthimopoulos M., Christodoulidis S., Ebner L., Christe A., Mougiakakou S. Lung pattern classification for interstitial lung diseases using a deep convolutional neural network. IEEE Transactions on Medical Imaging . 2016;35(5):1207–1216. doi: 10.1109/TMI.2016.2535865. [DOI] [PubMed] [Google Scholar]
  • 38.Lübbeke A., Garavaglia G., Barea C., Stern R., Peter R., Hoffmeyer P. Influence of patient activity on femoral osteolysis at five and ten years following hybrid total hip replacement. The Journal of Bone and Joint Surgery. British volume . 2011;93(4):456–463. doi: 10.1302/0301-620X.93B4.25868. [DOI] [PubMed] [Google Scholar]
  • 39.Ye L., Mason M. D., Jiang W. G. Bone morphogenetic protein and bone metastasis, implication and therapeutic potential. Frontiers in Bioscience . 2011;16(1):865–897. doi: 10.2741/3725. [DOI] [PubMed] [Google Scholar]
  • 40.Goodman S. B., Gibon E., Yao Z. The basic science of periprosthetic osteolysis. Instructional Course Lectures . 2013;62:201–206. http://pmc/articles/PMC3766766/ [PMC free article] [PubMed] [Google Scholar]
  • 41.Horowitz S. M., Doty S. B., Lane J. M., Burstein A. H. Studies of the mechanism by which the mechanical failure of polymethylmethacrylate leads to bone resorption. The Journal of Bone & Joint Surgery . 1993;75(6):802–813. doi: 10.2106/00004623-199306000-00002. [DOI] [PubMed] [Google Scholar]
  • 42.Dumbleton J. H., Manley M. T., Edidin A. A. A literature review of the association between wear rate and osteolysis in total hip arthroplasty. The Journal of Arthroplasty . 2002;17(5):649–661. doi: 10.1054/arth.2002.33664. [DOI] [PubMed] [Google Scholar]
  • 43.Harris W. H. The lysis threshold: an erroneous and perhaps misleading concept? The Journal of Arthroplasty . 2003;18(4):506–510. doi: 10.1016/S0883-5403(03)00153-0. [DOI] [PubMed] [Google Scholar]
  • 44.McKellop H. A. The lexicon of polyethylene wear in artificial joints. Biomaterials . 2007;28(34):5049–5057. doi: 10.1016/j.biomaterials.2007.07.040. [DOI] [PubMed] [Google Scholar]
  • 45.Singh G., Reichard T., Hameister R., et al. Ballooning osteolysis in 71 failed total ankle arthroplasties. Acta Orthopaedica . 2016;87(4):401–405. doi: 10.1080/17453674.2016.1188346. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Bertrand J., Delfosse D., Mai V., Awiszus F., Harnisch K., Lohmann C. H. Ceramic prosthesis surfaces induce an inflammatory cell response and fibrotic tissue changes. The Bone & Joint Journal . 2018;100(7):882–890. doi: 10.1302/0301-620X.100B7.BJJ-2017-1590.R2. [DOI] [PubMed] [Google Scholar]
  • 47.Teo W. Z. W., Schalock P. C. Metal hypersensitivity reactions to orthopedic implants. Dermatology and Therapy . 2017;7(1):53–64. doi: 10.1007/s13555-016-0162-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Ingram J. H., Kowalski R., Fisher J., Ingham E. The osteolytic response of macrophages to challenge with particles of Simplex P, Endurance, Palacos R, and Vertebroplastic bone cement particlesin vitro. Journal of Biomedical Materials Research Part B: Applied Biomaterials . 2005;75B(1):210–220. doi: 10.1002/jbm.b.30308. [DOI] [PubMed] [Google Scholar]
  • 49.Vega F., Bazire R., Belver M. T., Mugica M. V., Urquia A., Blanco C. Aseptic loosening of a total knee prosthesis caused by delayed hypersensitivity to bone cement. Annals of Allergy, Asthma, & Immunology . 2016;117(1):89–91. doi: 10.1016/j.anai.2016.04.013. [DOI] [PubMed] [Google Scholar]
  • 50.Grosse S., Haugland H. K., Lilleng P., Ellison P., Hallan G., Høl P. J. Wear particles and ions from cemented and uncemented titanium‐based hip prostheses-A histological and chemical analysis of retrieval material. Journal of Biomedical Materials Research Part B: Applied Biomaterials . 2015;103(3):709–717. doi: 10.1002/jbm.b.33243. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Sabokbar A., Pandey R., Athanasou N. A. The effect of particle size and electrical charge on macrophage-osteoclast differentiation and bone resorption. Journal of Materials Science: Materials in Medicine . 2003;14(9):731–738. doi: 10.1023/A:1025088418878. [DOI] [PubMed] [Google Scholar]
  • 52.Green T. R., Fisher J., Matthews J. B., Stone M. H., Ingham E. Effect of Size and Dose on Bone Resorption Activity of Macrophages by in Vitro Clinically Relevant Ultra High Molecular Weight Polyethylene Particles . Hoboken, NJ, USA: Wiley Online Library; 2000. [DOI] [PubMed] [Google Scholar]
  • 53.Van Der Vis H. M., Aspenberg P., Marti R. K., Tigchelaar W., Van Noorden C. J. F. Fluid pressure causes bone resorption in a rabbit model of prosthetic loosening. Clinical Orthopaedics and Related Research . 998;350:201–208. doi: 10.1097/00003086-199805000-00028. [DOI] [PubMed] [Google Scholar]
  • 54.Haynes D. R., Rogers S. D., Hay S., Pearcy M. J., Howie D. W. The differences in toxicity and release of bone-resorbing mediators induced by titanium and cobalt-chromium-alloy wear particles. The Journal of Bone & Joint Surgery . 1993;75(6):825–834. doi: 10.2106/00004623-199306000-00004. [DOI] [PubMed] [Google Scholar]
  • 55.Schmalzried T. P., Jasty M., Rosenberg A., Harris W. H. Polyethylene wear debris and tissue reactions in knee as compared to hip replacement prostheses. Journal of Applied Biomaterials . 1994;5(3):185–190. doi: 10.1002/jab.770050302. Sep. 1994. [DOI] [PubMed] [Google Scholar]
  • 56.Soto M. O., Rodriguez J. A., Ranawat C. S. Clinical and radiographic evaluation of the harris-galante cup. The Journal of Arthroplasty . 2000;15(2):139–145. doi: 10.1016/S0883-5403(00)90022-6. [DOI] [PubMed] [Google Scholar]
  • 57.Schmalzried T. P., Brown I. C., Amstutz H. C., Engh C. A., Harris W. H. The role of acetabular component screw holes and/or screws in the development of pelvic osteolysis. Proceedings of the Institution of Mechanical Engineers - Part H: Journal of Engineering in Medicine . 1999;213(2):147–153. doi: 10.1243/0954411991534861. [DOI] [PubMed] [Google Scholar]
  • 58.Rubash H. E., Sinha R. K., Paprosky W., Engh C. A., Maloney W. J. A new classification system for the management of acetabular osteolysis after total hip arthroplasty. Instructional Course Lectures . 1999;48:37–42. https://europepmc.org/article/med/10098026 . [PubMed] [Google Scholar]
  • 59.Haddad F. S., Masri B. A., Garbuz D. S., Duncan C. P. Femoral bone loss in total hip arthroplasty: classification and preoperative planning. Instructional Course Lectures . 2000;49:83–96. https://europepmc.org/article/med/10829164 . [PubMed] [Google Scholar]
  • 60.Campbell D. G., Masri B., Garbuz D., Duncan C. P. Acetabular bone loss during revision total hip replacement: preoperative investigation and planning - pubmed. 2011. https://pubmed.ncbi.nlm.nih.gov/10098027/ [PubMed]
  • 61.Goodman S. B., Huie P., Song Y., et al. Cellular profile and cytokine production at prosthetic interfaces. The Journal of Bone and Joint Surgery. British volume . 1998;80(3):531–539. doi: 10.1302/0301-620x.80b3.0800531. [DOI] [PubMed] [Google Scholar]
  • 62.Zicat B., Engh C. A., Gokcen E. Patterns of osteolysis around total hip components inserted with and without cement. The Journal of Bone & Joint Surgery . 1995;77(3):432–439. doi: 10.2106/00004623-199503000-00013. [DOI] [PubMed] [Google Scholar]
  • 63.Papandrianos N., Papageorgiou E., Anagnostis A., Papageorgiou K. Efficient bone metastasis diagnosis in bone scintigraphy using a fast convolutional neural network architecture. Diagnostics . 2020;10(8):p. 532. doi: 10.3390/DIAGNOSTICS10080532. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 64.Potter H. G., Nestor B. J., Sofka C. M., Ho S. T., Peters L. E., Salvati E. A. Magnetic resonance imaging after total hip arthroplasty: eva. 2013. https://journals.lww.com/jbjsjournal/Abstract/2004/09000/Magnetic_Resonance_Imaging_After_Total_Hip.13.aspx . [DOI] [PubMed]
  • 65.Madkour M. M., Sharif H. Bone and joint imaging. Madkour’s Brucellosis . 2021;32:90–132. doi: 10.1007/978-3-642-59533-2_10. [DOI] [Google Scholar]
  • 66.Sato D., Hanaoka S., Nomura Y., et al. A primitive study on unsupervised anomaly detection with an autoencoder in emergency head CT volumes. Medical Imaging 2018: Computer-Aided Diagnosis . 2018;10575:p. 60. doi: 10.1117/12.2292276. [DOI] [Google Scholar]
  • 67.Watanabe H., Togo R., Ogawa T., Haseyama M. Bone metastatic tumor detection based on AnoGAN using CT images. 2019 IEEE 1st Global Conference on Life Sciences and Technologies (LifeTech) . 2019;65:235–236. doi: 10.1109/LifeTech.2019.8883999. [DOI] [Google Scholar]
  • 68.Qian N. On the momentum term in gradient descent learning algorithms. Neural Networks . 1999;12(1):145–151. doi: 10.1016/s0893-6080(98)00116-6. [DOI] [PubMed] [Google Scholar]
  • 69.Wei X.-S., Xie C.-W., Wu J. Mask-CNN: localizing parts and selecting descriptors for fine-grained image recognition. 2016. http://arxiv.org/abs/1605.06878 Accessed: Jun. 11, 2021. [Online]. Available:
  • 70.Zhang N., Donahue J., Girshick R., Darrell T. Part-based R-CNNs for fine-grained category detection. Computer Vision - ECCV 2014 . 2014;8689:834–849. doi: 10.1007/978-3-319-10590-1_54. [DOI] [Google Scholar]
  • 71.Li Y., Zhou W., Lv G., Luo G., Zhu Y., Liu J. Classification of bone tumor on CT images using deep convolutional neural network. Artificial Neural Networks and Machine Learning - ICANN 2018 . 2018;11140:127–136. doi: 10.1007/978-3-030-01421-6_13. [DOI] [Google Scholar]
  • 72.Fernandes S. R., de Assis J. T., Estrela V. V., et al. Nondestructive diagnosis and analysis of computed microtomography images via texture descriptors. Advances in Multidisciplinary Medical Technologies ─ Engineering, Modeling and Findings . 2021;32:249–261. doi: 10.1007/978-3-030-57552-6_16. [DOI] [Google Scholar]
  • 73.Ahmadi M., Sharifi A., Jafarian Fard M., Soleimani N. Detection of brain lesion location in MRI images using convolutional neural network and robust PCA. International Journal of Neuroscience . 2021;46:1–12. doi: 10.1080/00207454.2021.1883602. [DOI] [PubMed] [Google Scholar]
  • 74.Ranjbarzadeh R., Saadi S. B., Amirabadi A. LNPSS: SAR image despeckling based on local and non-local features using patch shape selection and edges linking. Measurement . 2020;164 doi: 10.1016/j.measurement.2020.107989.107989 [DOI] [Google Scholar]
  • 75.Liu J., Wang J., Ruan W., Lin C., Chen D. Diagnostic and gradation model of osteoporosis based on improved deep U-net network. Journal of Medical Systems . 2020;44(1):1–7. doi: 10.1007/s10916-019-1502-3. [DOI] [PubMed] [Google Scholar]
  • 76.Qian P., Jiang Y., Deng Z., et al. Cluster prototypes and fuzzy memberships jointly leveraged cross-domain maximum entropy clustering. IEEE Transactions on Cybernetics . 2016;46(1):181–193. doi: 10.1109/TCYB.2015.2399351. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 77.Qian P., Jiang Y., Wang S., et al. Affinity and penalty jointly constrained spectral clustering with all-compatibility, flexibility, and robustness. IEEE Transactions on Neural Networks and Learning Systems . 2017;28(5):1123–1138. doi: 10.1109/TNNLS.2015.2511179. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 78.Do N.-T., Jung S.-T., Yang H.-J., Kim S.-H. Multi-level seg-unet model with global and patch-based X-ray images for knee bone tumor detection. Diagnostics . 2021;11(4):p. 691. doi: 10.3390/diagnostics11040691. Apr. 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 79.Wilkie J. R., Giger M. L., Engh, Sr. C. A., Martell, Martell J. M. Investigation of temporal radiographic texture analysis for the detection of periprosthetic osteolysis. Medical Imaging 2006: Image Processing . 2006;6144 doi: 10.1117/12.653594.61446Z [DOI] [Google Scholar]
  • 80.Caligiuri P., Giger M. L., Favus M. J., Jia H., Doi K., Dixon L. B. Computerized radiographic analysis of osteoporosis: Preliminary evaluation. Radiolog . 1993;186(2):471–474. doi: 10.1148/radiology.186.2.8421753. Feb. 01. [DOI] [PubMed] [Google Scholar]
  • 81.Chinander M. R., Giger M. L., Martell J. M., Jiang C., Favus M. J. Computerized radiographic texture measures for characterizing bone strength: a simulated clinical setup using femoral neck specimens. Medical Physics . 1999;26(11):2295–2300. doi: 10.1118/1.598743. Nov. 1999. [DOI] [PubMed] [Google Scholar]
  • 82.Smith L. K., Cramp F., Palmer S., Coghill N., Spencer R. F. Use of morphometry to quantify osteolysis after total hip arthroplasty. Clinical Orthopaedics and Related Research . 2010;468(11):3077–3083. doi: 10.1007/s11999-010-1377-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83.Schneider C. A., Rasband W. S., Eliceiri K. W. NIH Image to ImageJ: 25 years of image analysis. Nature Methods . 2012;9(7):671–675. doi: 10.1038/nmeth.2089. Jul. 28. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84.Evans H. R., Karmakharm T., Lawson M. A., et al. Osteolytica: an automated image analysis software package that rapidly measures cancer-induced osteolytic lesions in in vivo models with greater reproducibility compared to other commonly used methods. Bone . 2016;83:9–16. doi: 10.1016/j.bone.2015.10.004. Feb. 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85.Davis J., Marschner S. R., Garr M., Levoy M. Filling holes in complex surfaces using volumetric diffusion. Proceedings. First International Symposium on 3D Data Processing Visualization and Transmission . 2002;18:428–441. doi: 10.1109/TDPVT.2002.1024098. [DOI] [Google Scholar]
  • 86.Parmar E. R., Jermoumi M., Mak R. H., et al. Volumetric CT-based segmentation of NSCLC using 3D-Slicer. Scientific Reports . 2013;3(1) doi: 10.1038/SREP03529. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 87.Fedorov A., Beichel R., Kalpathy-Cramer J., et al. 3D slicer as an image computing platform for the quantitative imaging network. Magnetic Resonance Imaging . 2012;30(9):1323–1341. doi: 10.1016/j.mri.2012.05.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 88.Rizzi S. H., Banerjee P. P., Luciano C. J. Automating the extraction of 3D models from medical images for virtual reality and haptic simulations. 2007 IEEE International Conference on Automation Science and Engineering . 2007;23:152–157. doi: 10.1109/COASE.2007.4341748. [DOI] [Google Scholar]
  • 89.Mccormick M., Liu X., Jomier J., Marion C., Ibanez L. Itk: enabling reproducible research and open science. Frontiers in Neuroinformatics . 2014;8:p. 13. doi: 10.3389/fninf.2014.00013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 90.Yoo T. S. International news - diversity of technical papers offered at SAMPE 2002. Materials & Design . 2002;23(6):586–592. doi: 10.3233/978-1-60750-929-5-586. [DOI] [Google Scholar]
  • 91.Wolf I., Vetter M., Wegner I., et al. The medical imaging interaction toolkit. Medical Image Analysis . 2005;9(6):594–604. doi: 10.1016/j.media.2005.04.005. [DOI] [PubMed] [Google Scholar]
  • 92.Nolden M., Zelzer S., Seitel A., et al. The medical imaging interaction toolkit: challenges and advances. International Journal of Computer Assisted Radiology and Surgery . 2013;8(4):607–620. doi: 10.1007/s11548-013-0840-8. [DOI] [PubMed] [Google Scholar]
  • 93.Schroeder W. J., Avila L. S., Hoffman W. Visualizing with VTK: a tutorial. IEEE Computer Graphics and Applications . 2000;20(5):20–27. doi: 10.1109/38.865875. [DOI] [Google Scholar]
  • 94.Zhao Z., Pi Y., Jiang L., et al. Deep neural network based artificial intelligence assisted diagnosis of bone scintigraphy for cancer bone metastasis. Scientific Reports . 2020;10(1):1–9. doi: 10.1038/s41598-020-74135-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 95.Pérez-Carrasco J.-A., Acha B., Suárez-Mejías C., López-Guerra J.-L., Serrano C. Joint segmentation of bones and muscles using an intensity and histogram-based energy minimization approach. Computer Methods and Programs in Biomedicine . 2018;156:85–95. doi: 10.1016/J.CMPB.2017.12.027. Mar. 2018. [DOI] [PubMed] [Google Scholar]
  • 96.Noguchi S., Nishio M., Yakami M., Nakagomi K., Togashi K. Bone segmentation on whole-body CT using convolutional neural network with novel data augmentation techniques. Computers in Biology and Medicine . 2020;121 doi: 10.1016/J.COMPBIOMED.2020.103767. Jun. 2020.103767 [DOI] [PubMed] [Google Scholar]
  • 97.He Y., Pan I., Bao B., et al. Deep learning-based classification of primary bone tumors on radiographs: a preliminary study. EBioMedicine . 2020;62 doi: 10.1016/J.EBIOM.2020.103121.103121 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 98.Ho N.-H., Yang H.-J., Kim S.-H., Jung S. T., Joo S.-D. Regenerative semi-supervised bidirectional w-network-based knee bone tumor classification on radiographs guided by three-region bone segmentation. IEEE Access . 2019;7:154277–154289. doi: 10.1109/ACCESS.2019.2949125. [DOI] [Google Scholar]
  • 99.Hossain E., Hossain M. F., Rahaman M. A. An approach for the detection and classification of tumor cells from bone MRI using wavelet transform and KNN classifier. “ 2018 International Conference on Innovation in Engineering and Technology (ICIET) . 2018;14 doi: 10.1109/CIET.2018.8660908. [DOI] [Google Scholar]
  • 100.Dalling J. G., Math K., Scuderi G. R. Evaluating the progression of osteolysis after total knee arthroplasty. Journal of the American Academy of Orthopaedic Surgeons . 2015;23(3):173–180. doi: 10.5435/JAAOS-D-13-00189. [DOI] [PubMed] [Google Scholar]
  • 101.Liow M. H. L., Kwon Y.-M. Metal-on-metal total hip arthroplasty: risk factors for pseudotumours and clinical systematic evaluation. International Orthopaedics . 2017;41(5):885–892. doi: 10.1007/s00264-016-3305-1. [DOI] [PubMed] [Google Scholar]
  • 102.Smith R. L., Schwarz E. M. Are biologic treatments a potential approach to wear- and corrosion-related problems? Clinical Orthopaedics and Related Research . 2014;472(12):3740–3746. doi: 10.1007/s11999-014-3765-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 103.Holt G., Reilly J., Meek R. M. D. Effect of alendronate on pseudomembrane cytokine expression in patients with aseptic osteolysis. The Journal of Arthroplasty . 2010;25(6):958–963. doi: 10.1016/j.arth.2009.07.029. [DOI] [PubMed] [Google Scholar]
  • 104.Wilkinson J. M., Little D. G. Bisphosphonates in orthopedic applications. Bone . 2011;49(1):95–102. doi: 10.1016/j.bone.2011.01.009. Jul. 01. [DOI] [PubMed] [Google Scholar]
  • 105.Pajarinen J., Lin T., Gibon E., et al. Mesenchymal stem cell-macrophage crosstalk and bone healing. Biomaterials . 2019;196:80–89. doi: 10.1016/j.biomaterials.2017.12.025. Mar. 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 106.Lin T., Pajarinen J., Nabeshima A., et al. Establishment of NF-κB sensing and interleukin-4 secreting mesenchymal stromal cells as an on-demand drug delivery system to modulate inflammation. Cytotherapy . 2017;19(9):1025–1034. doi: 10.1016/j.jcyt.2017.06.008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 107.Lin T., Kohno Y., Huang J.-F., et al. Preconditioned or IL4-secreting mesenchymal stem cells enhanced osteogenesis at different stages. Tissue Engineering Part A . 2019;25(15-16):1096–1103. doi: 10.1089/ten.tea.2018.0292. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The authors did not use any specific dataset.


Articles from Computational Intelligence and Neuroscience are provided here courtesy of Wiley

RESOURCES