Next Article in Journal
Combination of Systemic Inflammatory Biomarkers in Assessment of Chronic Obstructive Pulmonary Disease: Diagnostic Performance and Identification of Networks and Clusters
Next Article in Special Issue
An Aggregated-Based Deep Learning Method for Leukemic B-lymphoblast Classification
Previous Article in Journal
Scattering of Light from the Systemic Circulatory System
Previous Article in Special Issue
Automatic Grading of Individual Knee Osteoarthritis Features in Plain Radiographs Using Deep Convolutional Neural Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Convolutional Neural Network-Based Humerus Segmentation and Application to Bone Mineral Density Estimation from Chest X-ray Images of Critical Infants

1
Department of Biomedical Engineering, Da-Yeh University, Changhua 51591, Taiwan
2
Department of Pediatrics, National Cheng Kung University Hospital, College of Medicine, National Cheng-Kung University, Tainan 70457, Taiwan
3
Department of Obstetrics and Gynecology, National Cheng Kung University Hospital, College of Medicine, National Cheng-Kung University, Tainan 70457, Taiwan
4
Department of Neonatology and Pediatrics, Nagoya City University Graduate School of Medical Science, Nagoya, Aichi 467-8601, Japan
5
Department of Computer Science & Information Engineering, National Cheng Kung University, Tainan 701, Taiwan
6
Department of Medical Imaging, National Cheng Kung University Hospital, College of Medicine, National Cheng-Kung University, Tainan 70457, Taiwan
7
Clinical Innovation and Research Center, National Cheng Kung University Hospital, College of Medicine, National Cheng-Kung University, Tainan 70457, Taiwan
8
AI Biomedical Research Center, Ministry of Science and Technology, Tainan 701, Taiwan
*
Authors to whom correspondence should be addressed.
Co-first author, these authors contributed equally to this work.
Diagnostics 2020, 10(12), 1028; https://doi.org/10.3390/diagnostics10121028
Submission received: 20 October 2020 / Revised: 14 November 2020 / Accepted: 28 November 2020 / Published: 30 November 2020
(This article belongs to the Special Issue Deep Learning for Computer-Aided Diagnosis in Biomedical Imaging)

Abstract

:
Measuring bone mineral density (BMD) is important for surveying osteopenia in premature infants. However, the clinical availability of dual-energy X-ray absorptiometry (DEXA) for standard BMD measurement is very limited, and it is not a practical technique for critically premature infants. Developing alternative approaches for DEXA might improve clinical care for bone health. This study aimed to measure the BMD of premature infants via routine chest X-rays in the intensive care unit. A convolutional neural network (CNN) for humeral segmentation and quantification of BMD with calibration phantoms (QRM-DEXA) and soft tissue correction were developed. There were 210 X-rays of premature infants evaluated by this system, with an average Dice similarity coefficient value of 97.81% for humeral segmentation. The estimated humerus BMDs (g/cm3; mean ± standard) were 0.32 ± 0.06, 0.37 ± 0.06, and 0.32 ± 0.09, respectively, for the upper, middle, and bottom parts of the left humerus for the enrolled infants. To our knowledge, this is the first pilot study to apply a CNN model to humerus segmentation and to measure BMD in preterm infants. These preliminary results may accelerate the progress of BMD research in critical medicine and assist with nutritional care in premature infants.

1. Introduction

Rickets of prematurity, also known as osteopenia of prematurity, is a major problem and is common among premature infants [1]. The decrease in the amount of calcium and phosphorus in the bones causes them to be weak and brittle and increases the risk of broken bones. Mobilization of patients to the image laboratory, however, for quantification of bone density becomes risky because of critical clinical scenarios. Hence, rickets of prematurity becomes difficult to diagnose and often is neglected. Diagnosis is often delayed until the patients have suffered pain from humeral or femoral fractures. Several biomarkers are related to osteopenia of prematurity [2], such as calcium, phosphate, and alkaline phosphatase. However, the bone density may not be well correlated with any single biomarker [3,4]. Even with a fracture, these biomarkers still do not present a good corresponding response.
The current gold standard for the quantification of bone mineral density (BMD) is dual-energy X-ray absorptiometry [5,6], also known as DEXA or DXA. The clinical availability of DEXA is very limited in radiology departments, although it is a simple and rapid diagnostic procedure. DEXA is often unavailable for critical patients who stay in intensive care units, such as preterm infants or other adult patients. Life-support tubing, thermal control, and respiratory support in critical preterm infants is difficult for BMD study with DEXA. Alternative methods of DEXA, such as bedside ultrasound studies, are reported but rely on examiner experience and expensive ultrasound equipment [7].
A simple X-ray image was proposed as an alternative for DEXA. In the literature, X-ray of the hand bone has been suggested for bone density measurement [8,9]. The measurement in Sotoca’s study [8] could have a good correlation with the true bone density obtained by DEXA (with a correlation coefficient value of 0.79). Extra radiation exposure, however, was needed for immature preterm infants. Premature infants often require chest X-rays (CXR) for respiratory condition studies in neonatal intensive care units (NICU). Hence, physicians may be able to use the X-ray to identify rickets by examining areas such as the humerus, ribs, and thoracic vertebrae (Figure 1). To use routine CXR for bone density analysis has seldom been discussed, but we consider its potential feasibility for vulnerable preterm infants.
To diagnose and quantify bone density accurately, however, depends on the physician’s experience, which makes computer-assisted reading a necessity. In this study, humerus bone images with a standardized density of phantoms on routine chest radiographs of premature infants were obtained for BMD calculation (Figure 1). This study planned to develop a well-developed computer-aided analysis tool with a standardized density of phantoms that may be helpful to achieve a quantitative estimation of BMD during routine care without mobilizing critical patients.
To make good segmentation of selected bones from X-ray images is an important first step for the further accurate calculation of bone density. Sotoca et al. [8] developed an accurate and reliable X-ray system for bone mass assessment, in which an active shape model algorithm was used to segment the hand bone. Zhang et al. [10] proposed a method for osteoporosis grading, whereby a regional growth model, a dynamic contour model, and the Otsu method were applied to segment the humerus. Sapthagirivasan and Anburajan [11] presented an osteoporotic risk detection system using a support vector machine classifier for digital hip radiographs, in which the region of interest (ROI) was placed and manually cropped on the neck region of each radiograph.
Although the accuracy of the conventional segmentation was satisfactory, most of the studies depended on human labor, manual initialization, and image preprocessing. Figure 1 shows a chest X-ray image of a premature infant. It can be observed that the image is complex, and automatic segmenting of the humerus from the image would be difficult. Computer-assisted segmentation might be helpful for clinicians in this situation.
Deep learning convolutional networks have achieved high accuracy in medical image segmentation in recent years [12,13]. The application of a convolutional neural network (CNN) to image segmentation can be roughly divided into two categories. The first uses the pixel classification results as the output. Such a method uses many small patches to train the network model and then uses the network to identify the class of each pixel in the image. For example, Arevalo et al. [14] proposed the use of a convolutional neural network for basal cell carcinoma microscopic images, in which the normal area is represented in blue and the cancer cell area in red. Xu et al. [15] used a convolutional neural network to segment brain tumors on microscopic images. Ibragimov and Xing [16] adopted 13 convolutional neural networks to segment different organs at risk from head and neck CT images. Cernazanu-Glavan and Holban [17] proposed a CNN-based segmentation method of the bone structure from X-ray images. The segmentation method in these studies, however, would need more computation time and was unable to learn global features. The second category uses the entire image of the dataset as the input to train the segmentation model. The training and testing do not need any image preprocessing or ROI initialization, and the segmentation is operated end-to-end. For example, Wang et al. [18] proposed a convolutional neural network using an encoding and decoding architecture to segment the wound region on a color image and analyzed the segmented area to estimate the wound healing status of patients in different periods. Arif et al. [19] presented a localization framework of the cervical spine. Three segmentation CNNs were investigated to segment the cervical spine on X-ray images. Tong et al. [20] proposed fully convolutional neural networks with a shape representation model to segment organs at risk on head and neck CT images. Zabihollahy et al. [21] segmented the whole gland, central gland, and peripheral zone of the prostate from T2-weighted and apparent diffusion coefficient map prostate MR images by using U-nets. These CNNs contained deconvolution or up-sampling layers so that the output of the network was the segmentation result of the whole image directly. The CNN structures used in the second category make the segmentation convenient. An end-to-end CNN segmentation method was applied in this study. An X-ray image is sent to a segmentation CNN without image preprocessing and the output is the segmentation result of the humerus. Generally, the segmentation performance improves when increasing the depth of the network, but it will suffer from a huge number of parameters. A fully convolutional DenseNet (FC-DenseNet) [22] was designed that extended the usage of DenseNet [23] to segmentation. This structure showed efficient use of multilevel feature maps and good segmentation performance with a large reduction in parameter usage.
This study proposes a CNN-based humerus segmentation system from premature infant X-ray images by using FC-DenseNet. To our knowledge, this is the first pilot study to apply a CNN model to the humerus segmentation in preterm infants. It is hoped that the preliminary results of this study will accelerate the progress of related research and assist the care of premature infants. Following early and accurate diagnosis for bone problems, physicians can prevent and even treat early the metabolic bone disease of premature infants.

2. Materials and Methods

2.1. Study Design and Settings

The prospective study protocol was approved by the institutional review board of NCKUH (A-ER-105-271, December 1st 2016). This study was conducted at a 20-bed tertiary neonatal intensive care unit (NICU) at the National Cheng Kung University Hospital in Tainan, Taiwan. Signed informed consent was obtained from all parents prior to enrollment of their infants in the study.
Routine chest radiographic images of premature infants and newborn babies were obtained by the clinical indication. During preparation for the imaging procedure, two commercial QRM-DEXA calibration phantoms were placed separately near the upper arms of the infant by nurses.
The base material of the QRM-DEXA phantom was calcium hydroxyapatite of appropriate grain size. The bone equivalent inserts had a specified bone mineral density of 50, 100, 200, 400, and 800 mg HA/cm2. The phantom was used as a calibration device in the radiograph to determine the relationship between bone density and gray level and normalize radiographs between different patients.
The X-ray images were acquired from the portable digital radiography system. Technical factors were tube voltage with fixed 50 kV, exposure condition 0.8 mAs, source-film distance 60 cm, and exposure index 1400–1800. The field of view in each chest X-ray image contained the whole chest and both arms with forearm supination.

2.2. Bone Segmentation

This study proposed a CNN-based segmentation system for the humerus on X-ray images by using FC-DenseNet. The network architecture is shown in Figure 2. The gray level image was sent to a convolutional layer with a 3 × 3 filter size and a feature map with the output channel number set to 16. This feature map was sent to a dense block, and the output was concatenated with its input to form a concatenated feature map. The feature map was down-sampled by performing max pooling with a size of 2 × 2. The down-sampled feature map was sent to a dense block again. These steps were repeated four times on the down-sampling side. The last down-sampled feature map was sent to a dense block directly. The output was up-sampled, and the result was concatenated with the corresponding feature map from the down-sampling side. The concatenated feature map was sent to a dense block. These steps were repeated four times on the up-sampling side. The last dense block output is sent to a convolutional layer with a 1 × 1 filter size, and the segmentation result is generated.
A dense block is shown in Figure 3, which is the key component of the FC-DenseNet. The example shows a dense block with four layers (l = 4), and the growth rate equals 3 (r = 3). The output of each convolutional layer would concatenate with its input to form an input to the next layer inside the block. A circle with a symbol C represented the concatenation of feature maps. The growth rate r denoted the channel number of the output feature maps for each convolutional layer. The output of a dense block was the concatenation of the outputs of all previous layers and thus contained 12 feature maps. This design allowed the multilayer feature maps to be used efficiently. The layer was set to 5 (l = 5), and the growth rate was set to 6 (r = 6) for the dense block in this study.
There were 210 routine chest X-ray images of premature infants used in this study. These images were grayscale and approximately 2000 × 1500 or 1500 × 1500 pixels in size. For each image, segments of the left and right humerus of the infant were annotated by an expert as the ground truth. The images were warped to the size of 512 × 512 in the system. A five-fold cross-validation process was employed. The dataset was randomly divided into five groups. Each of the five groups alternately served as the unseen testing dataset, while the remaining four groups merged as the training dataset. Augmentation of rotation with ±15 degrees was applied for the training dataset. The augmented training dataset contained 504 images in the five-fold cross-validation process. No pre-processing was applied, and the images were trained and tested end-to-end. The testing results from the five groups were summed up to obtain the testing statistics of a five-fold test instance.
In the training phase, the CNN network parameters were randomly initialized, the batch size was set to 4, and the learning rate was set to 0.001 with a decay of 0.5% after each epoch. An Adam optimizer was applied to train the network, and the L2-norm loss function was used for the optimization. The L2 loss function was calculated by the mean square error between the ground truth and the predicted result, with the equation shown below:
L 2   l o s s = i = 1 N ( y i p ( x i ) ) 2 N
where xi is the input data, yi is the ground truth, N is the total number of data points, and p(xi) is the predicted result. The training stops after 100 epochs, and training time was about 6.8 h. This study found that this proposed system converges after about 100 epochs, and the training procedure was stopped at this number to avoid overfitting. In the testing phase, the image was sent to the network, and the output was the segmentation results of the left and right humerus. The system was run on a PC with Intel Core i7 3.60 GHz CPU, 16G memory, and NVIDIA GeForce GTX 1080Ti GPU. The network was implemented based on the TensorFlow framework in Python. The parameter settings of the proposed network are summarized as the following Appendix A Table A1.

2.3. Association between DEXA Phantom Brightness and BMD Value

Evaluating rickets (osteopenia) of prematurity is essential for nutritional management. However, a well-defined and consistently quantifiable method to monitor rickets of prematurity is not presently available in the standard clinical setting. An alternative approach to estimating BMD from routine chest X-rays of premature infants is suggested in this study. BMD in preterm infants could thus be estimated in a non-interfering manner. Prior to BMD estimation, the relationship between DEXA phantom brightness and BMD value (the ground truth) needed to be investigated. This relationship was formulated in the following steps. A standard digital X-ray of the chest exposed along with a DEXA calibration phantom was obtained. There were five-step regions on the phantom. In each step region, a square in each region was selected manually, as shown in Figure 4a, to measure the average brightness of the step region. The five measured average brightness values and their corresponding known BMD values of the step regions were used to plot the calibration diagram, as shown in Figure 4b. A linear regression algorithm [24] was used to find out the calibration relationship, and a linear regression equation LRE for the X-ray image would be obtained. The results showed that the correlation coefficient between these two kinds of values is 0.9996. Then the analysis could use LRE to estimate the BMD of the bone.

2.4. BMD Estimation in Prematurity

The results of the humerus segmentation were used to further estimate BMD. Given a segmented area, such as the yellow contour in Figure 5a, we tried to obtain the minimum-bounding rectangle (MBR) that contains the area. The method proposed by Freeman et al. [25] was adopted to determine the minimum-area encasing rectangle of the segmented bone area, such as the pink rectangle in Figure 5a. Next, the information of MBR was used to decide the center axis of the humerus. The axis that passes through the center of MBR and parallels to the longer side of the MBR was regarded as the central axis; see the blue dashed line in Figure 5a. Then, the central axis was divided into 11 equivalent segments. Excluding the top and bottom sections, the rest was separated into three equivalent parts; see the green dashed lines in Figure 5a. Three separate areas of bone were then determined for further BMD estimation, denoted as the upper region, the middle region, and the bottom region, as shown in Figure 5b. The average brightness of each region was calculated, and then the estimated BMD for each region was calculated by the regression equation LRE.
In an X-ray image, the bone and soft tissue can be observed simultaneously. Since the bone is covered by soft tissue, as illustrated in Figure 6a, the imaging of the bone area is affected by soft tissue. This effect must be eliminated to obtain more accurate bone brightness and bone density assessment. A soft tissue correction method was proposed to solve the abovementioned problem and estimate bone mineral density using the following equation:
B M D e s t i m a t e d   =   T ( I y )   T ( I b ) S
where Iy is the average brightness of the bone area to be estimated, and Ib is the average brightness of pixels (15 outside the left and right boundary lines of the bone area to be estimated). The yellow dot in Figure 6b was taken as a representative point of the bone area to be estimated, and the blue dot was taken as a representative point of the soft tissue close to the bone. T is the transfer function related to LRE. S is the adjustment parameter, which is obtained by the equation below:
S = 2 L 2 L 1 + 2 L 2
where L1 and L2 represent the length of the red and the green line segments shown in Figure 6c. Since the portion of the middle section of the premature infant’s upper arm was approximately cylindrical, as illustrated in Figure 6a, the thickness of the soft tissue was approximately 2 × L2. S is close to the ratio of the thickness of the soft tissue to the thickness of the arm. As shown in Figure 6c, the red and green line segments were drawn on the middle section of the upper arm bone on the X-ray image by an expert. The expert marked the image through the computer program and the length of the segments are calculated automatically.

3. Results

3.1. Qualitative Evaluation of the Humerus Segmentation

In addition to the proposed system, two other segmentation CNNs, U-net [26] and auto-encoder (AE) were built for comparison. U-Net has an encoder-decoder structure and was originally developed for medical image segmentation. The U-net architecture applied in this study was similar to that used in [26]; only the size of the input image was changed to 512 × 512. The AE system was built by removing the skip connections of the U-net. In this section, the humerus segmentation results of the proposed method with U-net and AE are visually compared.
Figure 7 shows two examples of the humerus segmentation results from a premature infant radiograph. The first row shows two examples of the original image. The second, third, and fourth rows demonstrate the segmentation results of the proposed method, U-net, and AE, respectively. The ground truth contours are in red, and segmented contours (in yellow) of the automatic method are overlaid on the ground truth contours. The segmented contours by the proposed method almost overlapped with the ground truth contours. Even in areas where the boundaries were not obvious, such as the upper and lower edges of the humerus, they could be segmented quite well. The U-net method also yielded good results, but there were some false positives generated, as shown in Figure 7. The results obtained by the AE method were slightly worse, and the contours were not as smooth and accurate as with the other two methods.
Figure 8 shows two other examples. In both, medical tubes appear on or near the humerus. The results show that the method of this study was not easily affected by medical tubes and was able to obtain good results. In contrast, the contours of the other two methods are easier to pull away by the medical tubes, resulting in poor segmentation results.

3.2. Quantitative Analysis of the Segmentation Results

For the quantitative analysis, the segmentation results were evaluated using the following five performance metrics: Dice similarity coefficient [27] (DSC), positive predictive value [19] (PPV), sensitivity [19] (SEN), mean absolute distance [28] (MAD), and Hausdorff distance [29] (HD). These evaluation metrics are defined below:
D S C = 2 | A B | | A | + | B |
P P V = | A B | | B |
S E N = | A B | | A |
M A D = 1 2 { a A c m i n b B c d ( a , b ) | A c | + b B c m i n a A c d ( b , a ) | B c | }
H D = m a x { m a x a A c ( m i n b B c d ( a , b ) ) ,   m a x b B c ( m i n a A c d ( b , a ) ) }
where A and B denote the humerus areas of the manual ground truth and the automatic segmentation, respectively. Ac and Bc refer to the contours of A and B, respectively. a denotes the pixel on the contour Ac, while b denotes the pixel on the contour Bc. d(a, b) represents the Euclidean distance between a and b. Among these five metrics, DSC, PPV, and SEN were area-based indicators. DSC measured the overlap degree between the manual and the automatic segmentations. PPV measured the ratio of correctly segmented area to the whole automatic segmentation area, while SEN measured the ratio of correctly segmented area to the whole manual segmentation area. On the other hand, MAD and HD were boundary-based metrics. MAD measured the average minimum distance between contour Ac and Bc. HD measured the maximum distance between contour Ac and Bc. A smaller value of these two metrics indicated higher segmentation accuracy. Thus, an accurate segmentation would achieve a high value in area-based metrics and a low value in boundary-based metrics. Usually, area-based and distance-based indicators would be simultaneously considered, which made it easier to comprehensively evaluate the quality of the segmentation results.
The average evaluation value of all testing images was used to evaluate the performance of the system. A five-fold cross-validation process was employed. The dataset was randomly divided into five groups. Each group alternately served as the unseen testing image dataset while the remaining four groups merged as the training dataset. Augmentation of rotation with ±15 degrees was applied for the training dataset. The quantitative results are shown in Table 1. The DSC values were calculated with a per-patient basis on the 512 × 512 images. The proposed system successfully obtained a high DSC value of 97.81%, where nearly all of the left and right humerus could be successfully segmented under complicated image conditions. The performance of the proposed system was higher than that of the U-net. Both achieved high DSC values of over 97% and were better than the AE of 95.85%, which had no skip connection.
In the proposed system, the general setting of 3 × 3 was used to set the filter size of the convolution. The settings of growth rate and layer were randomly chosen at the beginning after finding out the combination that could make the system stable, then further analyzing the adjacent combination. Appendix A Table A2 lists some stable settings of growth rate r, and layer l in the dense block, including (r, l) = (5, 6), (6, 5), (6, 6), (6, 7), and (7, 6). The average DSC values obtained by the five settings were very close and as high as 97.66–97.81%. The chosen settings (6, 5) require the least training time and achieve the highest DSC value.
In addition to DSC, the three methods were compared in terms of PPV, SEN, MAD, and HD. The results (mean + standard deviation) are shown in Table 2. As the table shows, this study’s approach is also superior to the other methods in the other four indicators. The MAD and HD obtained by the proposed method were 0.12 mm and 1.11 mm, which were approximately equal to 0.26- and 2.41-pixel intervals, respectively. The results showed that the method proposed by this study had quite good segmentation results and accuracy. Moreover, observing the standard deviations of all indicators, the values of the proposed method were also smaller than the others, which indicated that the method proposed by this study had superior stability to interpatient variability.

3.3. BMD Estimation in Prematurity

A total of 210 premature infants were included in this experiment. On each premature infant radiograph, the BMDs were estimated in each defined ROIs, as mentioned in Section 2.4, including the upper, middle, and bottom parts of the humerus in the left and right upper arms. Table 3 shows the mean and the standard deviation of the estimated BMDs from premature infant radiographs. Due to the unstable vital signs of premature infants and the need for life support from incubators, the DEXA bone marrow density examination for prematurity was clinically scanty. There are no good diagnostic biochemical tests for rickets in preterm infants, and the serum calcium has only a weak correlation with the BMD. Previously, the scoring method of forearm radiography included grade 0 as normal, grade I as mineral rarefaction only, grade II as the change of grade I plus metaphyseal cupping and/or fraying of radius and/or ulna, and grade III as changes of grade II with fractures. According to Tsukahara’s study [26], the abovementioned scoring system corresponding to BMD values obtained by lumbar DEXA in prematurity reported as 0.245 ± 0.031 g/cm2 for grade 0, 0.197 ± 0.036 g/cm2 for grade I and 0.191 ± 0.033 g/cm2 for grade II, which are all between 0.1 and 0.3. The appendicular skeleton, such as the humerus, is largely composed of cortical bone, while the spine is mainly formed of trabecular bone. Therefore, the BMD of the humerus in this study’s estimated results was higher than the BMD from the lumbar spine.

4. Discussion

This study aimed to develop an alternative approach to DEXA testing for BMD estimation since critical infants cannot tolerate transportation to the diagnostic laboratory. Standard phantoms were used as mineral density standard to contrast the interested humerus bones. For clinical practice, a CNN-based method for humerus segmentation and automatic BMD calculation were also proposed. The humerus BMD values were successfully estimated from 210 infants’ images. However, two important points should be discussed further.

4.1. Number of Parameters and Computation Time

The number of parameters in the proposed segmentation system is only about 0.7–0.8% of the U-net or the AE as shown in Table 4, which reveals a considerable amount of memory saving in this study’s method. Since more concatenation operations were used in the dense block, it took more time to process the data in the proposed system. Although the system’s training time in this study was higher than the U-net, the segmentation results are also better. Looking at the testing time required for each image, the speed was actually not much different and was acceptable.

4.2. Feasibility of the Soft Tissue Correction Mechanism

DEXA usage is limited for premature infants, therefore adult radius and ulna were used to evaluate the feasibility of the soft tissue correction mechanism in this study’s technique for measuring BMD from the radiograph. The experiment was described as follows. The estimated BMDs at different ROIs, including radius 33%, ulna 33%, ultra distal radius(radius UD), and ultra distal ulna (ulna UD), of an adult forearm from the obtained linear regression equation are tested statistically for their correlation with the BMDs of the corresponding positions measured by DEXA. Ten subjects (five males and five females) were included in this experiment. The BMDs of each subject’s right forearm were measured by a Prodigy DEXA scanner (GE Lunar, Madison, WI, USA) and treated as the ground truth. Standard AP and LAT view radiograph of the right forearm, as illustrated in Figure 9, were obtained for estimating the BMD. A similar approach to Equation (2) was used to estimate the BMD at different ROIs. Iy is the average brightness of the area to be estimated. Ib is the average brightness of the region R1 (for ulna UD and radius UD) or R2 (for ulna 33% and radius 33%) in Figure 9a. The adjustment parameter S was calculated by dividing the thickness of the soft tissue by the thickness of the arm. For example, the parameter S for the ROI of Radius 33% is calculated by (L3 + L4)/L5, as illustrated in Figure 10, where the yellow dashed segments are drawn by an expert and the length of these segments are automatically calculated by the computer program.
The results of estimated BMDs (with and without soft tissue correction) and DEXA BMDs are shown in Table 5. Through the soft tissue correction mechanism, the mean error could be effectively reduced from 0.416 to 0.051. Correlation analysis between DEXA BMDs and estimated BMDs with soft tissue correction is illustrated in Figure 11. There was a high correlation between the BMD obtained by DEXA and the estimated BMD with soft tissue correction, for which the correlation coefficient was 0.9799. This meant that the soft tissue correction mechanism adopted in this study was feasible and effective.

4.3. Limitation and Strength

This study had limitations. This study adopted standard and effective U-net related methods for segmentation, not including other published methods, such as UNet++ [30], that might further improve image segmentation accuracy. The segmentation result of this study was adequate for the subsequent BMD calculation with the proposed phantom calibration. The considerable number of 210 patients’ images with standard phantoms was the strength of this study. A significant trend was observed that the implemented new methods and ideas might impact clinical care.

5. Conclusions

This study provided a feasible alternative approach for the BMD assessment of critical infants by estimating the humerus mineral content from routine chest radiographs. The proposed CNN-based system for humerus segmentation is promising, and the end-to-end segmentation strategy is convenient for practical applications. The proposed architecture also achieves good accuracy and great network parameter savings. The estimated BMD values, after correction for soft tissue with standard phantoms, are close to those in previous studies. The study’s preliminary results might accelerate related research on BMD assessment from routine chest radiographs and might make early detection of BMD loss in critical infants, even adult patients.

Author Contributions

Conceptualization, Y.-C.L. (Yung-Chieh Lin), P.-Y.T., Y.-S.T., and Y.-N.S.; Data curation, Y.-C.L. (Yung-Chun Liu), Y.-C.L. (Yung-Chieh Lin), C.-C.C., and Y.-H.H.; Formal analysis, Y.-C.L. (Yung-Chun Liu), C.-C.C., and Y.-H.H.; Funding acquisition, Y.-S.T. and Y.-N.S.; Methodology, P.-Y.T. and Y.-S.T.; Project administration, Y.-C.L. (Yung-Chieh Lin) and P.-Y.T.; Software, Y.-C.L. (Yung-Chun Liu), C.-C.C., and Y.-H.H.; Supervision, Y.-S.T. and Y.-N.S.; Writing—original draft, Y.-C.L. (Yung-Chun Liu) and Y.-C.L. (Yung-Chieh Lin); Writing—review and editing, O.I. and Y.-N.S. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the AI Biomedical Research Center of Ministry of Science and Technology (MOST), Taiwan, under the projects MOST 109-2634-F-006-012 and MOST 109-2634-F-006-019. The article processing charge was funded by NCKUH10901005.

Acknowledgments

The authors thank the patients and families who agreed to participate in this study. We are also grateful to the nurses of the intensive care unit and the staff of the radiology department for help with obtaining images.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Appendix A

Table A1. Parameter settings of the proposed network.
Table A1. Parameter settings of the proposed network.
ParameterRelated Settings
Filter size of convolution in the main network architecture3 × 3 or 1 × 1, as shown in Figure 2
Filter size of max pooling in the main network architecture2 × 2
Batch size4
Epoch100
Learning rate0.001, with a decay of 0.5% after each epoch
OptimizerAdam
Loss functionL2-norm, as Equation (1)
Layer (l) in the dense block5
Growth rate (r) in the dense block6
Filter size of convolution in the dense block3 × 3
Table A2. DSC (%) of the proposed system with different settings of growth rate (r) and layer (l) in the dense block. A five-fold cross-validation process was employed.
Table A2. DSC (%) of the proposed system with different settings of growth rate (r) and layer (l) in the dense block. A five-fold cross-validation process was employed.
SettingrlDSC Avg. (%)Training Time
(hour/fold)
15697.66 ± 1.407.8
26597.81 ± 1.146.8
36697.79 ± 1.188.8
46797.79 ± 1.2810.9
57697.81 ± 1.119.9
DSV AVG. Average of Dice similarity coefficient value (mean ± standard deviation).

References

  1. Abrams, S.A.; Committee on Nutrition. Calcium and vitamin d requirements of enterally fed preterm infants. Pediatrics 2013, 131, e1676–e1683. [Google Scholar] [CrossRef] [Green Version]
  2. Faienza, M.F.; D’Amato, E.; Natale, M.P.; Grano, M.; Chiarito, M.; Brunetti, G.; D’Amato, G. Metabolic Bone Disease of Prematurity: Diagnosis and Management. Front. Pediatr. 2019, 7, 143. [Google Scholar] [CrossRef]
  3. Czech-Kowalska, J.; Czekuc-Kryskiewicz, E.; Pludowski, P.; Zaniuk, K.; Jaworski, M.; Luba, A.; Grzybowska, K.; Pilat, K.; Dobrzanska, A. The Clinical and Biochemical Predictors of Bone Mass in Preterm Infants. PLoS ONE 2016, 11, e0165727. [Google Scholar] [CrossRef] [Green Version]
  4. Tong, L.; Gopal-Kothandapani, J.S.; Offiah, A.C. Feasibility of quantitative ultrasonography for the detection of metabolic bone disease in preterm infants—Systematic review. Pediatr. Radiol. 2018, 48, 1537–1549. [Google Scholar] [CrossRef] [Green Version]
  5. Humbert, L.; Whitmarsh, T.; Craene, M.D.; Del Río Barquero, L.M.; Frangi, A.F. Technical note: Comparison between single and multiview simulated DXA configurations for reconstructing the 3D shape and bone mineral density distribution of the proximal femur. Med. Phys. 2012, 39, 5272–5276. [Google Scholar] [CrossRef] [PubMed]
  6. Dasher, L.G.; Newton, C.D.; Lenchik, L. Dual X-ray absorptiometry in today’s clinical practice. Radiol. Clin. N. Am. 2010, 48, 541–560. [Google Scholar] [CrossRef] [PubMed]
  7. Chen, H.L.; Tseng, H.I.; Yang, S.N.; Yang, R.C. Bone status and associated factors measured by quantitative ultrasound in preterm and full-term newborn infants. Early Hum. Dev. 2012, 88, 617–622. [Google Scholar] [CrossRef] [PubMed]
  8. Sotoca, J.M.; Inesta, J.M.; Belmonte, M.A. Hand bone segmentation in radioabsorptiometry images for computerised bone mass assessment. Comput. Med. Imaging Graph 2003, 27, 459–467. [Google Scholar] [CrossRef] [Green Version]
  9. Rosholm, A.; Hyldstrup, L.; Backsgaard, L.; Grunkin, M.; Thodberg, H.H. Estimation of bone mineral density by digital X-ray radiogrammetry: Theoretical background and clinical testing. Osteoporos. Int. 2001, 12, 961–969. [Google Scholar] [CrossRef]
  10. Zhang, Z.; Liu, J.; Wang, R.; Li, T. Study on medical image segmentation methods of humerus. In Proceedings of the 2017 29th Chinese Control and Decision Conference (CCDC), Chongqing, China, 28–30 May 2017; pp. 7224–7228. [Google Scholar]
  11. Sapthagirivasan, V.; Anburajan, M. Diagnosis of osteoporosis by extraction of trabecular features from hip radiographs using support vector machine: An investigation panorama with DXA. Comput. Biol. Med. 2013, 43, 1910–1919. [Google Scholar] [CrossRef]
  12. Hassaballah, M.; Awad, A. Deep Learning in Computer Vision: Principles and Applications; CRC Press: Boca Raton, FL, USA, 2020. [Google Scholar] [CrossRef]
  13. Goodfellow, I.; Bengio, Y.; Courville, A. Deep Learning; MIT Press: Cambridge, MA, USA, 2016; Volume 1. [Google Scholar]
  14. Arevalo, J.; Cruz-Roa, A.; Arias, V.; Romero, E.; Gonzalez, F.A. An unsupervised feature learning framework for basal cell carcinoma image analysis. Artif. Intell. Med. 2015, 64, 131–145. [Google Scholar] [CrossRef] [PubMed]
  15. Xu, Y.; Jia, Z.; Ai, Y.; Zhang, F.; Lai, M.; Chang, E.I. Deep convolutional activation features for large scale Brain Tumor histopathology image classification and segmentation. In Proceedings of the 2015 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), South Brisbane, Australia, 19–24 April 2015; pp. 947–951. [Google Scholar]
  16. Ibragimov, B.; Xing, L. Segmentation of organs-at-risks in head and neck CT images using convolutional neural networks. Med. Phys. 2017, 44, 547–557. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. Cernazanu-Glavan, C.; Holban, S. Segmentation of Bone Structure in X-ray Images using Convolutional Neural Network. Adv. Electr. Comput. Eng. 2013, 13, 87–94. [Google Scholar] [CrossRef]
  18. Wang, C.; Yan, X.; Smith, M.; Kochhar, K.; Rubin, M.; Warren, S.M.; Wrobel, J.; Lee, H. A unified framework for automatic wound segmentation and analysis with deep convolutional neural networks. In Proceedings of the 2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Milano, Italy, 25–29 August 2015; pp. 2415–2418. [Google Scholar]
  19. Al Arif, S.; Knapp, K.; Slabaugh, G. Fully automatic cervical vertebrae segmentation framework for X-ray images. Comput. Methods Programs Biomed. 2018, 157, 95–111. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  20. Tong, N.; Gou, S.; Yang, S.; Ruan, D.; Sheng, K. Fully automatic multi-organ segmentation for head and neck cancer radiotherapy using shape representation model constrained fully convolutional neural networks. Med. Phys. 2018, 45, 4558–4567. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  21. Zabihollahy, F.; Schieda, N.; Krishna Jeyaraj, S.; Ukwatta, E. Automated segmentation of prostate zonal anatomy on T2-weighted (T2W) and apparent diffusion coefficient (ADC) map MR images using U-Nets. Med. Phys. 2019, 46, 3078–3090. [Google Scholar] [CrossRef] [PubMed]
  22. Jégou, S.; Drozdzal, M.; Vázquez, D.; Romero, A.; Bengio, Y. The one hundred layers tiramisu: Fully convolutional DenseNets for semantic segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, Honolulu, HI, USA, 21–26 July 2017; pp. 1175–1183. [Google Scholar]
  23. Huang, G.; Liu, Z.; Maaten, L.V.D.; Weinberger, K.Q. Densely Connected Convolutional Networks. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 2261–2269. [Google Scholar]
  24. Schneider, A.; Hommel, G.; Blettner, M. Linear regression analysis: Part 14 of a series on evaluation of scientific publications. Dtsch. Arztebl. Int. 2010, 107, 776–782. [Google Scholar] [CrossRef]
  25. Freeman, H.; Shapira, R. Determining the minimum-area encasing rectangle for an arbitrary closed curve. Commun. ACM 1975, 18, 409–413. [Google Scholar] [CrossRef]
  26. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation. In Proceedings of the MICCAI, Munich, Germany, 5–9 October 2015. [Google Scholar]
  27. Dice, L.R. Measures of the Amount of Ecologic Association Between Species. Ecology 1945, 26, 297–302. [Google Scholar] [CrossRef]
  28. Toth, R.; Tiwari, P.; Rosen, M.; Reed, G.; Kurhanewicz, J.; Kalyanpur, A.; Pungavkar, S.; Madabhushi, A. A magnetic resonance spectroscopy driven initialization scheme for active shape model based prostate segmentation. Med. Image Anal. 2011, 15, 214–225. [Google Scholar] [CrossRef] [Green Version]
  29. Tsukahara, H.; Sudo, M.; Umezaki, M.; Fujii, Y.; Kuriyama, M.; Yamamoto, K.; Ishii, Y. Measurement of lumbar spinal bone mineral density in preterm infants by dual-energy X-ray absorptiometry. Biol. Neonate 1993, 64, 96–103. [Google Scholar] [CrossRef] [PubMed]
  30. Zhou, Z.; Siddiquee, M.M.R.; Liang, N.T.J. Unet++: A nested u-net architecture for medical image segmentation. In Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support; Springer: Cham, Switzerland, 2018; pp. 3–11. [Google Scholar]
Figure 1. A chest X-ray image of a premature infant with standardized density phantoms.
Figure 1. A chest X-ray image of a premature infant with standardized density phantoms.
Diagnostics 10 01028 g001
Figure 2. Network architecture of the proposed system.
Figure 2. Network architecture of the proposed system.
Diagnostics 10 01028 g002
Figure 3. A dense block of four layers.
Figure 3. A dense block of four layers.
Diagnostics 10 01028 g003
Figure 4. (a) A five-step phantom in the radiograph. Five green squares are manually selected to measure the average brightness of each step region. (b) The relationship between phantom brightness and corresponding dual-energy X-ray absorptiometry bone mineral density (DEXA BMD).
Figure 4. (a) A five-step phantom in the radiograph. Five green squares are manually selected to measure the average brightness of each step region. (b) The relationship between phantom brightness and corresponding dual-energy X-ray absorptiometry bone mineral density (DEXA BMD).
Diagnostics 10 01028 g004
Figure 5. (a) The yellow contour is a segmented area, the pink rectangle is the minimum-bounding rectangle of the segmented area, and the blue dashed line is the central axis of the humerus. (b) Three separate areas of the bone are determined for further BMD estimation.
Figure 5. (a) The yellow contour is a segmented area, the pink rectangle is the minimum-bounding rectangle of the segmented area, and the blue dashed line is the central axis of the humerus. (b) Three separate areas of the bone are determined for further BMD estimation.
Diagnostics 10 01028 g005
Figure 6. (a) The transverse view of the premature infant’s upper arm. (b) The yellow dot is a representative point of the bone area to be estimated, while the blue dot is a representative point of the soft tissue close to the bone. (c) Line segments are drawn on the X-ray image by an expert.
Figure 6. (a) The transverse view of the premature infant’s upper arm. (b) The yellow dot is a representative point of the bone area to be estimated, while the blue dot is a representative point of the soft tissue close to the bone. (c) Line segments are drawn on the X-ray image by an expert.
Diagnostics 10 01028 g006
Figure 7. Visual comparison of the humerus segmentation results. The first row shows two examples of the original image. The second, third, and fourth rows represent the segmentation results of the proposed method, U-net, and auto-encoder (AE), respectively. The ground truth contours are in red, and segmented contours (in yellow) of the automatic method overlay on the ground truth contours.
Figure 7. Visual comparison of the humerus segmentation results. The first row shows two examples of the original image. The second, third, and fourth rows represent the segmentation results of the proposed method, U-net, and auto-encoder (AE), respectively. The ground truth contours are in red, and segmented contours (in yellow) of the automatic method overlay on the ground truth contours.
Diagnostics 10 01028 g007
Figure 8. Visual comparison of the humerus segmentation results. The first row shows two examples of the original image. The second, third, and fourth rows represent the segmentation results of the proposed method, U-net, and AE, respectively. The ground truth contours are in red, and segmented contours (in yellow) of the automatic method overlay on the ground truth contours.
Figure 8. Visual comparison of the humerus segmentation results. The first row shows two examples of the original image. The second, third, and fourth rows represent the segmentation results of the proposed method, U-net, and AE, respectively. The ground truth contours are in red, and segmented contours (in yellow) of the automatic method overlay on the ground truth contours.
Diagnostics 10 01028 g008
Figure 9. Different views of an adult forearm radiograph. (a) anterior-posterior view. Yellow rectangles represent different ROIs. Green rectangles represent the regions for estimating the average brightness of the soft tissues. (b) lateral view. Radius UD: ultra distal radius; Ulna UD: ultra distal ulna.
Figure 9. Different views of an adult forearm radiograph. (a) anterior-posterior view. Yellow rectangles represent different ROIs. Green rectangles represent the regions for estimating the average brightness of the soft tissues. (b) lateral view. Radius UD: ultra distal radius; Ulna UD: ultra distal ulna.
Diagnostics 10 01028 g009
Figure 10. Materials for calculating the adjustment parameter S. For example, the parameter S for the ROI of Radius 33% is calculated by (L3 + L4)/L5, where these yellow dashed segments are drawn by an expert and the length of these segments are automatically calculated by the computer program. Radius UD: ultra distal radius.
Figure 10. Materials for calculating the adjustment parameter S. For example, the parameter S for the ROI of Radius 33% is calculated by (L3 + L4)/L5, where these yellow dashed segments are drawn by an expert and the length of these segments are automatically calculated by the computer program. Radius UD: ultra distal radius.
Diagnostics 10 01028 g010
Figure 11. Correlation analysis between DEXA BMDs and estimated BMDs with soft tissue correction.
Figure 11. Correlation analysis between DEXA BMDs and estimated BMDs with soft tissue correction.
Diagnostics 10 01028 g011
Table 1. Dice similarity coefficient DSC (%) of the proposed system compared with other convolutional neural network- (CNN)-based methods. A five-fold cross-validation process is employed. Each fold (k) alternately serves as the unseen testing dataset. (mean ± standard deviation). The auto-encoder (AE) system was built by removing the skip connections of the U-net.
Table 1. Dice similarity coefficient DSC (%) of the proposed system compared with other convolutional neural network- (CNN)-based methods. A five-fold cross-validation process is employed. Each fold (k) alternately serves as the unseen testing dataset. (mean ± standard deviation). The auto-encoder (AE) system was built by removing the skip connections of the U-net.
k = 1k = 2k = 3k = 4k = 5Avg.
This study97.65 ± 1.3697.82 ± 1.7197.97 ± 0.7197.90 ± 0.94 97.68 ± 0.9897.81 ± 1.14
U-net [26]96.51 ± 3.0497.39 ± 2.5497.87 ± 0.6697.25 ± 1.6797.10 ± 1.5897.23 ± 1.90
AE95.46 ± 1.8896.28 ± 1.4596.60 ± 0.6495.78 ± 1.7895.14 ± 3.0095.85 ± 1.75
Table 2. Quantitative comparison of the segmented results of the proposed system, U-net, and AE in terms of DSC, positive predictive value (PPV), sensitivity (SEN), mean absolute distance (MAD), and Hausdorff distance (HD). (mean ± standard deviation). The AE system was built by removing the skip connections of the U-net.
Table 2. Quantitative comparison of the segmented results of the proposed system, U-net, and AE in terms of DSC, positive predictive value (PPV), sensitivity (SEN), mean absolute distance (MAD), and Hausdorff distance (HD). (mean ± standard deviation). The AE system was built by removing the skip connections of the U-net.
DSC (%)PPV (%)SEN (%)MAD (mm)HD (mm)
This study97.81 ± 1.1497.84 ± 1.2797.79 ± 1.410.12 ± 0.061.11 ± 1.24
U-net [26]97.23 ± 1.9097.42 ± 2.0897.06 ± 2.200.15 ± 0.101.51 ± 1.96
AE95.85 ± 1.7595.81 ± 2.3895.97 ± 2.240.23 ± 0.111.57 ± 1.78
Table 3. Estimated BMDs from premature infant radiographs. The regions of interest (ROIs) include the upper, middle, and bottom parts of the humerus in the left and right upper arms (in g/cm2).
Table 3. Estimated BMDs from premature infant radiographs. The regions of interest (ROIs) include the upper, middle, and bottom parts of the humerus in the left and right upper arms (in g/cm2).
Left Upper ArmRight Upper Arm
UpperMiddleBottomUpperMiddleBottom
Mean0.320.370.320.320.360.31
S.D.0.060.060.090.060.070.09
Table 4. Number of parameters, training time, and testing time used in the proposed system compared with other CNN-based methods.
Table 4. Number of parameters, training time, and testing time used in the proposed system compared with other CNN-based methods.
This StudyU-netAE
Number of parameters258,05531,041,40933,826,689
Training time (h/fold)6.84.221.5
Testing time per image (s)0.300.230.23
Table 5. Comparison between estimated BMDs and DEXA BMDs (in g/cm2).
Table 5. Comparison between estimated BMDs and DEXA BMDs (in g/cm2).
CaseRegion(1) Estimated BMD without Soft Tissue Correction(2) Estimated BMD with Soft Tissue Correction(3)
DEXA BMD
Difference between (1) and (3)Difference between (2) and (3)
Male 1Radius 33%1.6621.0831.0610.6010.022
Ulna 33%1.7321.1691.1450.5870.024
Radius UD1.0790.6490.6070.4720.042
Ulna UD0.9450.5350.4710.4740.064
Male 2Radius 33%1.5321.1111.1140.4180.003
Ulna 33%1.5151.0751.0940.4210.019
Radius UD0.9780.6370.6050.3730.032
Ulna UD0.8710.5040.4920.3790.012
Male 3Radius 33%1.3930.9760.9500.4430.026
Ulna 33%1.5321.1110.9620.5700.149
Radius UD0.9560.5720.4880.4680.084
Ulna UD0.8760.5040.4170.4590.087
Male 4Radius 33%1.4000.9640.8770.5230.087
Ulna 33%1.3100.8680.8230.4870.045
Radius UD0.8020.5220.4200.3820.102
Ulna UD0.7650.4240.3450.4200.079
Male 5Radius 33%1.6821.0080.9970.6850.011
Ulna 33%1.6691.0060.9920.6770.014
Radius UD1.1550.6670.5920.5630.075
Ulna UD0.9870.5250.4220.5650.103
Female 1Radius 33%1.1560.8890.9220.2340.033
Ulna 33%1.1490.8730.8740.2750.001
Radius UD0.7640.5190.4670.2970.052
Ulna UD0.6870.4390.3270.3600.112
Female 2Radius 33%1.2410.9170.9270.3140.010
Ulna 33%1.2160.8920.8120.4040.080
Radius UD0.8410.5060.4340.4070.072
Ulna UD0.7420.4160.3440.3980.072
Female 3Radius 33%1.2260.8350.8640.3620.029
Ulna 33%1.2760.8820.9520.3240.070
Radius UD0.7530.4710.4790.2740.008
Ulna UD0.6980.4210.4060.2920.015
Female 4Radius 33%1.2940.9050.8900.4040.015
Ulna 33%1.3060.9140.9160.3900.002
Radius UD0.7530.5150.4660.2870.049
Ulna UD0.7020.4040.3310.3710.073
Female 5Radius 33%1.3620.9170.9970.3650.080
Ulna 33%1.3650.8950.9920.3730.097
Radius UD0.8530.5270.5920.2610.065
Ulna UD0.7220.3960.4220.3000.026
Mean:0.4160.051
Radius UD: ultra distal radius; Ulna UD: ultra distal ulna.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Liu, Y.-C.; Lin, Y.-C.; Tsai, P.-Y.; Iwata, O.; Chuang, C.-C.; Huang, Y.-H.; Tsai, Y.-S.; Sun, Y.-N. Convolutional Neural Network-Based Humerus Segmentation and Application to Bone Mineral Density Estimation from Chest X-ray Images of Critical Infants. Diagnostics 2020, 10, 1028. https://doi.org/10.3390/diagnostics10121028

AMA Style

Liu Y-C, Lin Y-C, Tsai P-Y, Iwata O, Chuang C-C, Huang Y-H, Tsai Y-S, Sun Y-N. Convolutional Neural Network-Based Humerus Segmentation and Application to Bone Mineral Density Estimation from Chest X-ray Images of Critical Infants. Diagnostics. 2020; 10(12):1028. https://doi.org/10.3390/diagnostics10121028

Chicago/Turabian Style

Liu, Yung-Chun, Yung-Chieh Lin, Pei-Yin Tsai, Osuke Iwata, Chuew-Chuen Chuang, Yu-Han Huang, Yi-Shan Tsai, and Yung-Nien Sun. 2020. "Convolutional Neural Network-Based Humerus Segmentation and Application to Bone Mineral Density Estimation from Chest X-ray Images of Critical Infants" Diagnostics 10, no. 12: 1028. https://doi.org/10.3390/diagnostics10121028

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop