Skip to main content
  • Original Article
  • Open access
  • Published:

Deep learning approach for automatic segmentation of ulna and radius in dual-energy X-ray imaging

Abstract

Background

Segmentation of the ulna and radius is a crucial step for the measurement of bone mineral density (BMD) in dual-energy X-ray imaging in patients suspected of having osteoporosis.

Purpose

This work aimed to propose a deep learning approach for the accurate automatic segmentation of the ulna and radius in dual-energy X-ray imaging.

Methods and materials

We developed a deep learning model with residual block (Resblock) for the segmentation of the ulna and radius. Three hundred and sixty subjects were included in the study, and five-fold cross-validation was used to evaluate the performance of the proposed network. The Dice coefficient and Jaccard index were calculated to evaluate the results of segmentation in this study.

Results

The proposed network model had a better segmentation performance than the previous deep learning-based methods with respect to the automatic segmentation of the ulna and radius. The evaluation results suggested that the average Dice coefficients of the ulna and radius were 0.9835 and 0.9874, with average Jaccard indexes of 0.9680 and 0.9751, respectively.

Conclusion

The deep learning-based method developed in this study improved the segmentation performance of the ulna and radius in dual-energy X-ray imaging.

Keypoints

  • Segmentation of the ulna and radius is important for quantifying osteoporosis.

  • The present network model had a better segmentation performance than previous methods.

  • Development of deep learning-based method has potential application in clinical practice.

Background

Osteoporosis is a chronic skeletal disease that is caused by bone loss and can harm bone health and increase the risk of fracture [1]. Osteoporosis has a high incidence rate among middle-aged and elderly people, especially women [2, 3]. In addition, osteoporosis is a systemic bone disease that predisposes patients to fracture and is associated with a high disability rate, long treatment cycle, and high cost, which incur a heavy burden on families and society [4]. According to the latest epidemiological survey in China, the prevalence rate of osteoporosis in people over 50 years of age is 19.2% (6% men and 30% women) [5]. Although the incidence rate and disability rate of osteoporosis are high, early diagnosis, improved diet, exercise, and drug treatment can effectively prevent the occurrence of fractures [6,7,8,9].

Currently, osteoporosis is often diagnosed by measuring the bone mineral density (BMD) of patients. The methods commonly used for BMD measurement include ultrasound, dual-energy X-ray imaging and quantitative computed tomography (QCT) [10]. Among these, dual-energy X-ray imaging has a higher accuracy than ultrasound and a smaller radiation dose than QCT. The World Health Organization considers the BMD obtained by dual-energy X-ray absorptiometry (DEXA) as the gold-standard for the diagnosis of osteoporosis [11]. Dual-energy X-ray imaging is often applied to the diagnosis of osteoporosis and to predict fracture risk by measuring the BMD of the ulna and radius, lumbar (L1–L4) vertebrae, and femur [12,13,14]. The segmentation of the bone region, followed by the calculation of the BMD according to the principle of DEXA (the energy attenuation intensity of low-energy and high-energy X-ray passing through human tissue is different) [15, 16], is important steps in BMD measurement.

The accurate segmentation of the ulna and radius, for BMD measurement to diagnose osteoporosis, could be helpful for the early diagnosis and treatment of distal radius fracture, which may be the initial presentation of osteoporosis [17]. For ulna and radius segmentation, many researchers have used image processing technology to solve the segmentation problem. The modified adaptive clustering of the radius and ulna segmentation algorithm was proposed for bone-age assessment [18]. An improved edge-based segmentation technique was used for the segmentation of the radius and ulna bones [19]. The local entropy method was developed for the detection and segmentation of the radius and ulna bones [20]. Furthermore, the dynamic programming algorithm was applied to segment the ulna and radius for single-energy X-ray absorptiometry BMD measurement [21]. However, those methods are easily affected by noise. Therefore, the accuracy and stability of segmentation need to be improved. Recently, a deep learning method has been widely used in medical image analysis [22, 23]. A previous study has reported a deep learning segmentation model for the ulna and radius on DEXA [24]; however, that method did not distinguish between the ulna and radius regions. The U-Net model [25] was used for radius segmentation in wrist X-ray imaging [26]. A fully convolutional network was also applied for distal radius and ulna segmentation from hand X-ray images [27]. Those methods were mainly used for the analysis of single-energy X-ray images; thus, the segmentation performance on dual-energy X-ray images needs to be verified and improved.

As mentioned above, this work presented a deep learning segmentation network for the automatic and accurate segmentation of the ulna and radius using dual-energy X-ray imaging. The designed residual block (Resblock) was combined in U-Net to improve the accuracy of the segmentation procedure.

Materials and methods

Materials

The study was approved by the institutional Review Board of Guizhou Medical University. The data obtained from dual-energy X-ray imaging pertained to 360 subjects (171 males; 189 females) aged 36 ± 13 years, with a total of 720 images that were collected using a DEXA-iMAX imaging instrument (Kanrota, Co., Ltd., China). Three hundred subjects with a total of 600 images were used for five-fold cross-validation, and an additional 60 subjects with a total of 120 images were used for independent testing. Each subject yielded two images, i.e., low-energy (45 kV) and high-energy (75 kV) X-ray images (refer to Fig. 1). The ulna and radius regions of each subject were labeled by an experienced radiologist using MIPAV (Medical Image Processing, Analysis, and Visualization) V9.0.0 (https://mipav.cit.nih.gov/). All images had a uniform size of 576 × 768 pixels. The radius, ulna, and background were labeled as 2, 1, and 0, respectively.

Fig. 1
figure 1

Dual-energy X-ray images and corresponding labeled images. The two images in the first row are the low-energy image and the corresponding labeled image (ground truth). The remaining two images in the second row are the high-energy image and the corresponding labeled image (ground truth). The radius, ulna, and background are labeled as 2, 1, and 0, respectively

Methods

A schematic diagram of the proposed network is shown in Fig. 2. The network architecture consisted of two stages: encoding and decoding. In the encoding stage, the network included five Resblock modules, four 2 × 2 maxpooling layers, with a size of input the image of 576 × 768 pixels. The Resblock was designed based on ResNet [28] and included four 3 × 3 convolutional layers and two 1 × 1 convolutional layers, which were appended by batch normalization layer (BN) [29] and Rectified Linear Unit layer (ReLU) [30] (see Fig. 2). In the decoding stage, the network included four convolutional blocks (Convblock) and four 2 × 2 transposed convolution layers (TransConv). Each Convblock consisted of two 3 × 3 convolutional layers, BN layers, and ReLU layers, respectively. The number of channels (ch) of each Resblock and Convblock is indicated in Fig. 2. Four skip connections were used to concatenate feature maps along the third channel dimension between the encoding and decoding stages. A 3-channel 1 × 1 convolutional layer was used to map the 32 feature channels to 3 classes (ulna, radius, and background), followed by a softmax layer and loss function layer, to calculate the loss value.

Fig. 2
figure 2

Schematic diagram of the proposed segmentation network for the ulna and radius. The network consists of encoding and decoding stages. The inner structure of the designed Resblock module in the encoding stage is shown in the bottom-left corner of the figure

Loss function

In this work, Generalized Dice Loss [31] was used to compute the total loss of the proposed network. It could alleviate the problem of class imbalance in the image segmentation task. The loss function was as follows:

$${\text{Loss}} = 1 - \frac{{2\mathop \sum \nolimits_{c = 1}^{C} w_{{\text{c}}} \mathop \sum \nolimits_{m = 1}^{M} P_{cm} G_{cm} }}{{\mathop \sum \nolimits_{c = 1}^{C} w_{{\text{c}}} \mathop \sum \nolimits_{m = 1}^{M} \left( {P_{cm}^{2} + G_{cm}^{2} } \right)}}$$
(1)
$$w_{{\text{c}}} = \frac{1}{{\left( {\mathop \sum \nolimits_{m = 1}^{M} G_{cm} } \right)^{2} }},$$
(2)

where P and G denote the predicted image and the corresponding ground truth, respectively; C is the number of classes; M is the number of elements along the first two dimensions of P or G; and wc is the class weighting factor for each class.

Implementation details

In the implementation stage, the 300 subjects (600 images) were randomly divided into five folds, three folds for training (180 subjects, 360 images), one fold for validation (60 subjects, 120 images), and one fold for testing (60 subjects, 120 images). Five-fold cross-validation was used to evaluate the performance of the proposed network model. An additional 60 subjects (120 images) were used for independent testing without training. Data augmentation methods were used for all images (360 images) in training sets to prevent overfitting during the training process. The augmentation parameters were as follows: horizontal and vertical translation between − 60 and 60 pixels, horizontal and vertical scaling between 0.9 and 1.1, rotation between − 20° and 20°, and gamma transformation between 0.5 and 1.5.

The network was optimized using the Adam optimizer [32] and model parameters were initialized using He initialization [33]. The network was trained by 500 epochs with an initial learning rate of 0.001, which was reduced by multiplying 0.98 per five epochs, and a mini-batch size of 16. The training set was shuffled in each epoch, and the Dice curve of the mini-batch was used to observe the performance of the training and validation steps. The training process was stopped when no improvement in the Dice score was observed at 500 epochs. The training of 500 epochs for each model required 6⁓7 h for completion. The proposed segmentation network was implemented using the deep learning toolbox of MATLAB 2021a, and our network was trained on a server computer with two Intel® Xeon® Silver 4210 CPUs (2.20 GHz), four NVIDIA RTX 3090 GPUs with 24 GB of memory each, and 128 GB RAM.

Evaluation metrics

The mean value and standard deviation of the Dice coefficient and Jaccard index were used to evaluate model performance on validation and testing sets. The Dice coefficient was calculated as follows:

$${\text{Dice}} = 2\frac{{P_{{\text{c}}} \cap G_{{\text{c}}} }}{{P_{{\text{c}}} + G_{{\text{c}}} }},$$
(3)

where Pc and Gc denote the predicted image and ground truth of each class (C = 1, 2). The Jaccard index for each class was given by:

$${\text{Jaccard}} = \frac{{P_{{\text{c}}} \cap G_{{\text{c}}} }}{{P_{{\text{c}}} \cup G_{{\text{c}}} }}.$$
(4)

Results

Results of segmentation on the validation and testing sets

Five-fold cross-validation was used to evaluate the performance of segmentation on the validation and testing sets. Figure 3 reports the representative segmentation results obtained for the ulna and radius in dual-energy X-ray images using the highest mean Dice score model (yellow and cyan indicate the ulna and radius, respectively). Based on the visual results, the segmentation accuracy of the ulna and radius using the proposed method was comparable to that of manual segmentation, both in low-energy and high-energy X-ray images on the validation and testing sets.

Fig. 3
figure 3

Visualization of the segmentation results for the validation and testing sets. The first and third rows show low-energy X-ray images, and the second and fourth rows show high-energy X-ray images. The first and fourth columns are the input images. The second and fifth columns are the ground truth. The third and sixth columns are the segmentation results obtained using the proposed method. Yellow and cyan denote the ulna and radius, respectively

Comparison with other deep learning-based methods

In references [24] and [27], U-Net and FCN were used to segment the ulna and radius, respectively. We compared those two deep learning-based methods with our network model. All networks were implemented in the same server computer with the same loss function and were trained using the same training options (as detailed in the “Implementation details” subsection). Five-fold cross-validation was also used to evaluate the compared methods. Figure 4 provides a visualization of segmentation results obtained using FCN, U-Net, and our method on the testing set. Based on the visual results, our method had a lower segmentation error than did the U-Net and FCN networks (the segmentation error is marked with a red circle symbol in Fig. 4). Table 1 summarizes the segmentation performance with the evaluation metrics on the validation and testing sets. The Dice coefficient and Jaccard index are the average value of five-fold cross-validation. According to the results, the proposed network model had a better Dice and Jaccard score than that of previous deep learning-based methods for ulna and radius segmentation.

Fig. 4
figure 4

Visual comparison of the ulna and radius segmentation results using different methods on the testing set. Columns from left to right: input image, ground truth, U-Net, FCN, and proposed method. The first and second rows show the low-energy X-ray images, and the third and fourth rows show the high-energy X-ray images. The red circle denotes the region of segmentation error

Table 1 Quantitative comparison of the validation and testing sets among different methods

Ablation experimental results

In this section, we conducted an ablation experiment on Resblock to justify the effectiveness of the designed network architecture. Our method redesigned the encoding stage of the U-Net network and replaced it with the Resblock structure. Therefore, we compared the U-Net network (with an initial number of filters of 32 and use of a BN layer after each convolutional layer) with the redesigned network. The same training parameters and loss function (as detailed in the “Implementation details” section) were used without data augmentation. Five-fold cross-validation was also utilized to evaluate the segmentation performance. The experimental results are listed in Table 2. The U-Net with Resblock afforded a higher accuracy than did U-Net without Resblock, according to the Dice coefficient and Jaccard index. This demonstrated the effectiveness of the Resblock architecture on the ulna and radius segmentation performed in this study.

Table 2 Quantitative comparison in the presence and absence of Resblock

Results of segmentation on the independent testing set

To assess the robustness of our method, 60 subjects were used for independent testing without training. Table 3 shows that our algorithm had a better segmentation performance than did other methods, according to the Dice and Jaccard scores.

Table 3 Quantitative comparison of the independent testing set among different methods

Results of the statistical analysis

We used a one-tailed paired t test for the evaluation of the results of the validation, testing, and independent testing sets between our method and others. Table 4 lists the results of the statistical analysis, which showed that the proposed method was superior to the previous methods (all p values < 0.05).

Table 4 Statistical analysis between the proposed method and other methods

Discussion

In this work, we designed a deep learning network with Resblock for accurate ulna and radius segmentation on dual-energy X-ray images. The experimental results based on five-fold cross-validation illustrated that our method had a better segmentation accuracy than did previous deep learning-based methods for ulna and radius segmentation. The proposed method was fully automated without requiring any pre-processing and prior knowledge, and the model could segment about 15 images per second on a NVIDIA RTX 3090 GPU instrument.

The previous methods focused mainly on ulna and radius segmentation on single-energy X-ray images or the segmentation of the ulna and radius as one class in dual-energy X-ray images. Therefore, it is important to propose an accurate segmentation method based on deep learning that segments the ulna and radius as two classes for BMD measurement in dual-energy X-ray imaging. Because the U-Net and FCN networks were previously used in ulna and radius X-ray image segmentation [24, 27], we selected the two networks for comparison with the method proposed here. As the previous data were unavailable, we evaluated these methods based on our dataset. All compared methods used the same training parameters and loss function. Our method designed a Resblock and integrated it into the U-Net network. The Resblock helped the network to alleviate the problem of vanishing gradients and improve the performance of feature extraction. Because of the limited training data, we used a data augmentation strategy during the training, to address the problem of lack of data. The results revealed that the designed network had a lower segmentation error and higher evaluation metrics compared with the U-Net and FCN networks in low-energy and high-energy X-ray images. Furthermore, the current method used smaller datasets and achieved a higher segmentation accuracy compared with the previous methods [24, 27].

BMD is the main method of diagnosing osteoporosis and predicting the risk of fracture [1]. BMD measurement depends on the accuracy of bone segmentation in dual-energy X-ray images. A higher accuracy of the segmentation method may help obtain a more accurate BMD for the diagnosis of osteoporosis using DEXA. Moreover, by collecting more data and combining our segmentation method with regression and classification networks, it will be possible to measure BMD directly and diagnose osteoporosis without segmentation.

The segmentation of the ulna was one of the limitations of this study. The shape of the ulna is more diverse than its radius in different dual-energy X-ray images. The structure of the styloid process of the ulna had a lower segmentation accuracy compared with radius segmentation. The fact that the experimental data of this study were obtained using the same device was another limitation of this study. Uneven exposure also affects the segmentation. The collection of a larger dataset using different dual-energy X-ray imaging devices might help enhance the accuracy and stability of the segmentation process. In addition, the older population who have osteoporosis may have unclear image boundary on ulna and radius compared to younger population in some subjects. It may affect the segmentation accuracy of the proposed method for ulna and radius. However, even if this problem existed, the dice coefficient was only slightly lower than the image with clear boundary. For the deep learning method, collecting similar datasets with unclear boundary or the same age group will help to solve this problem. Further studies could include the application of deep learning for BMD measurement and the diagnosis of osteoporosis.

Conclusion

This work presented a deep learning segmentation network equipped with Resblock for ulna and radius segmentation in dual-energy X-ray images. The designed Resblock aimed to alleviate the problem of vanishing gradients and help improve the performance of the segmentation of the ulna and radius. We evaluated our network and the recent methods using the same dataset and training parameters. The experimental results showed that presented method segmented the ulna and radius more accurately than did previous methods. We will continue to improve the segmentation accuracy and apply our method to the measurement of BMD and the diagnosis of osteoporosis in future studies.

Availability of data and materials

The datasets are available from the corresponding author with reasonable request.

Abbreviations

BMD:

Bone mineral density

BN:

Batch normalization

DEXA:

Dual-energy X-ray absorptiometry

FCN:

Fully convolutional network

QCT:

Quantitative computed tomography

ReLU:

Rectified linear unit

References

  1. Cheng X, Yuan H, Cheng J et al (2020) Chinese expert consensus on the diagnosis of osteoporosis by imaging and bone mineral density. Quant Imaging Med Surg 10(10):2066–2077

    Article  Google Scholar 

  2. Trajanoska K, Rivadeneira F (2019) The genetic architecture of osteoporosis and fracture risk. Bone 126:2–10

    Article  Google Scholar 

  3. Compston JE, McClung MR, Leslie WD (2019) Osteoporosis. Lancet 393(10169):364–376

    Article  CAS  Google Scholar 

  4. Roux C, Briot K (2020) The crisis of inadequate treatment in osteoporosis. Lancet Rheumatol 2(2):110–119

    Article  Google Scholar 

  5. Chinese Society of Osteoporsis and bone Mineral Research (2019) Epidemiological survey and release of results of “healthy bones” special action of osteoporosis in China (in chinese). Chin J Osteoporosis Bone Mineral Res 12(4):317–318

    Google Scholar 

  6. Daly RM, Via JD, Duckham RL et al (2019) Exercise for the prevention of osteoporosis in postmenopausal women: an evidence-based guide to the optimal prescription. Braz J Phys Ther 23(2):170–180

    Article  Google Scholar 

  7. Chow TH, Lee BY, Ang ABF et al (2018) The effect of Chinese martial arts Tai Chi Chuan on prevention of osteoporosis: a systematic review. J Orthopaedic Transl 12:74–84

    Article  Google Scholar 

  8. Blakely KK, Johnson C (2020) New osteoporosis treatment means new bone formation. Nurs Womens Health 24(1):52–57

    Article  Google Scholar 

  9. Goode SC, Wright TF, Lynch C (2020) Osteoporosis screening and treatment: a collaborative approach. J Nurse Pract 16(1):60–63

    Article  Google Scholar 

  10. Schultz K, Moriatis J (2019) Emerging technologies in osteoporosis diagnosis. J Hand Surg 44(3):240–243

    Article  Google Scholar 

  11. WHO Scientific Group (2007) Assessment of osteoporosis at the primary health care level, WHO Scientific Group Technical Report: 61

  12. Hussain D, Han SM (2019) Computer-aided osteoporosis detection from DXA imaging. Comput Methods Programs Biomed 173:87–107

    Article  Google Scholar 

  13. Chou SH, Hwang J, Ma SL et al (2014) Utility of heel dual-energy X-ray absorptiometry in diagnosing osteoporosis. J Clin Densitom 17(1):16–24

    Article  Google Scholar 

  14. Khadilkar A, Chiplonkar S, Sanwalka N et al (2020) A cross-calibration study of GE lunar iDXA and GE lunar DPX Pro for body composition measurements in children and adults. J Clin Densitom 23(1):128–137

    Article  Google Scholar 

  15. Adams JE (2008) Dual-energy X-ray absorptiometry, osteoporosis and bone densitometry measurements (part of the medical radiology), pp 101–122

  16. Slater G, Nana A, Kerr A (2018) Imaging method: dual-energy X-ray absorptiometry, best practice protocols for physique assessment in sport, pp 153–167

  17. Wu JC, Strickland CD, Chambers JS (2019) Wrist Fractures and Osteoporosis. Orthop Clin North Am 50(2):211–221

    Article  Google Scholar 

  18. Tristán-Vega A, Arribas JI (2008) A radius and Ulna TW3 bone age assessment system. IEEE Trans Biomed Eng 55(5):1463–1476

    Article  Google Scholar 

  19. Simu S, Lal S, Nagarsekar P et al (2017) Fully automatic ROI extraction and edge-based segmentation of radius and ulna bones from hand radiographs. Biocybernet Biomed Eng 37(4):718–732

    Article  Google Scholar 

  20. Hržić F, Štajduhar I, Tschauner S et al (2019) local-entropy based approach for X-ray image segmentation and fracture detection. Entropy 21:1–18

    Article  Google Scholar 

  21. Gou X, Rao Y, Feng X et al (2019) Automatic segmentation of ulna and radius in forearm radiographs. Comput Math Methods Med 2019:1–9

    Article  Google Scholar 

  22. Litjens G, Kooi T, Bejnordi BE et al (2017) A survey on deep learning in medical image analysis. Med Image Anal 42:60–88

    Article  Google Scholar 

  23. Panayides AS, Amini A, Filipovic ND et al (2020) AI in medical imaging informatics: current challenges and future directions. IEEE J Biomed Health Inform 24(7):1837–1857

    Article  Google Scholar 

  24. Kim YJ, Park SJ, Kim KR et al (2018) Automated Ulna and radius segmentation model based on deep learning on DEXA. J Korea Multimed Soc 21(12):1407–1416

    Google Scholar 

  25. Ronneberger O, Fischer P, Brox T (2015) U-Net: convolutional networks for biomedical image segmentation. Proc MICCAI 9351:234–241

    Google Scholar 

  26. Lee GP, Kim YJ, Lee S et al (2020) Classification of anteroposterior/lateral images and segmentation of the radius using deep learning in wrist X-rays images. J Biomed Eng Res 41:94–100

  27. Wang S, Liang W, Wang H et al (2019) A deep fully convolutional network for distal radius and ulna semantic segmentation. IOP Conf Ser Mater Sci Eng 646:1–6

    Google Scholar 

  28. He K, Zhang X, Ren S et al (2016) Deep residual learning for image recognition. In: Proceedings of the 2016 IEEE conference on computer vision and pattern recognition, pp 770–778

  29. Ioffe S, Szegedy C (2015) Batch normalization: accelerating deep network training by reducing internal covariate shift. In: Proceedings of the 32nd international conference on international conference on machine learning, vol 37, pp 448–456

  30. Nair V, Hinton GE (2010) Rectified linear units improve restricted Boltzmann machines. In: Proceedings of the 27th international conference on machine learning, pp 807–814

  31. Sudre CH, Li W, Vercauteren T et al (2017) Generalised Dice overlap as a deep learning loss function for highly unbalanced segmentations, deep learning in medical image analysis and multimodal learning for clinical decision support, Lecture Notes in Computer Science. Springer, pp 240–248

  32. Kingma DP, Ba J (2015) Adam: a method for stochastic optimization; In: International conference on learning representations (ICLR), pp 1–15

  33. He K, Zhang X, Ren S et al (2015) Delving deep into rectifiers: surpassing human-level performance on imagenet classification. In: Proceedings of the IEEE international conference on computer vision, pp 1026–1034

Download references

Acknowledgements

The authors thank all the participants gratefully and staff in the Affiliated Hospital of Guizhou Medical University; we are also thankful to the members of Study For Better Team who contributed their best research spirits during the process of the project.

Funding

This work was supported partly by the Youth Science and Technology Talent Growth Project of Common University in Guizhou Province (Qianjiaohe KY [2021]180), Science and Technology Projects of Guizhou Province (Qiankehejichu ZK [2021]478) and (Qiankehe Support [2020]4Y193), and National Natural Science Foundation of China (Grants Nos. 81660298, and 81960338).

Author information

Authors and Affiliations

Authors

Contributions

FY and PGL contributed to the study concepts and to integrity of the study. XW, YHM, and HX were involved in the literature review and data collection. FY, PGL, and YHW contributed to images label, the manuscript editing and manuscript correction. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Pinggui Lei.

Ethics declarations

Ethics approval and consent to participate

The study was approved by the institutional Review Board of Guizhou Medical University. The informed consent was waived for this retrospective study.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Yang, F., Weng, X., Miao, Y. et al. Deep learning approach for automatic segmentation of ulna and radius in dual-energy X-ray imaging. Insights Imaging 12, 191 (2021). https://doi.org/10.1186/s13244-021-01137-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13244-021-01137-9

Keywords