11,493
Views
65
CrossRef citations to date
0
Altmetric
Articles

Deep learning in fracture detection: a narrative review

, , , , , , , , & show all

Abstract

Artificial intelligence (AI) is a general term that implies the use of a computer to model intelligent behavior with minimal human intervention. AI, particularly deep learning, has recently made substantial strides in perception tasks allowing machines to better represent and interpret complex data. Deep learning is a subset of AI represented by the combination of artificial neuron layers. In the last years, deep learning has gained great momentum. In the field of orthopaedics and traumatology, some studies have been done using deep learning to detect fractures in radiographs. Deep learning studies to detect and classify fractures on computed tomography (CT) scans are even more limited. In this narrative review, we provide a brief overview of deep learning technology: we (1) describe the ways in which deep learning until now has been applied to fracture detection on radiographs and CT examinations; (2) discuss what value deep learning offers to this field; and finally (3) comment on future directions of this technology.

View addendum:
Deep learning in fracture detection: a narrative review

The demands for radiology services, e.g., magnetic resonance imaging (MRI), computed tomography (CT), and radiographs, have increased dramatically in recent years (Kim and Mac­Kinnon Citation2018). In the United Kingdom, the number of CT examinations increased by 33% between 2013 and 2016 (Faculty of Clinical Radiology, Clinical Radiology UK workforce census 2016 report Citation2016). In the Netherlands, more than 1.7 million CT examinations were carried out in all hospitals (National Institute for Health and Environment Citation2016). This demand will increase substantially in the coming years resulting in a considerable strain on the workforce. On the other hand, there is a shortage of radiologists due to a lag in recruitment and the large number of radiologists approaching retirement. Furthermore, analyzing medical images can often be a difficult and time-consuming process. Artificial intelligence (AI) has the potential to address these issues (Kim and Mac­Kinnon 2018).

AI is a general term that implies the use of a computer to model intelligent behavior with minimal human intervention (Hamet and Tremblay Citation2017). Furthermore, AI, particularly deep learning, has recently made substantial strides in the perception of imaging data allowing machines to better represent and interpret complex data (Hosny et al. Citation2018).

Deep learning is a subset of AI represented by the combination of artificial neuron layers. Each layer contains a number of units, where every unit is a simplified representation of a neuron cell, inspired by its structure in the human brain (McCulloch and Pitts Citation1943). Today, deep learning algorithms are able to match and even surpass humans in task-specific applications (Mnih et al. Citation2015, Moravčík et al. Citation2017). Deep learning has transformed the field of information technology by unlocking large-scale, data-driven solutions to what once were time-intensive problems.

In the last years, deep learning has gained great momentum (Adams et al. Citation2019). Recent studies have shown that deep learning has the ability to perform complex interpretation at the level of healthcare specialists (Gulshan et al. Citation2016, Esteva et al. Citation2017, Lakhani and Sundaram Citation2017, Lee et al. Citation2017, Olczak et al. Citation2017, Ting et al. Citation2017, Tang et al. Citation2018). In the field of orthopaedic traumatology, a number of studies have been done using deep learning in radiographs to detect fractures (Brett et al. Citation2009, Olczak et al. Citation2017, Chung et al. Citation2018, Kim and Mac­Kinnon 2018, Lindsey et al. Citation2018, Adams et al. Citation2019, Urakawa et al. Citation2019). However, studies performing deep learning in fractures on CT scans are scarce (Tomita et al. Citation2018).

In this narrative review, we provide a brief overview of deep learning technology; (2) describe the ways in which deep learning has been applied to fracture detection on radiographs and CT examinations thus far; (3) discuss what value deep learning offers to this field; and finally (4) comment on future directions of this technology.

Artificial intelligence technology

Deep Learning (DL) is a family of methods, which is part of a broad Machine-learning field and an even broader Artificial Intelligence field (). These algorithms are unified by the idea of learning from data instead of following explicitly specified instructions. This level of abstraction makes Deep Learning algorithms applicable to solve a variety of problems in a number of quantitative fields (LeCun et al. Citation2015).

Figure 1. Visualization of Artificial Intelligence sub-family.

Figure 1. Visualization of Artificial Intelligence sub-family.

Deep Learning has showed outstanding performance for solving semantic image processing tasks. Cireşan et al. (Citation2012) demonstrated that DL can outperform humans by a factor of 2 in traffic sign recognition. Tompson et al. (Citation2014) have shown that DL has significantly outperformed existing state-of-the-art techniques for human pose estimation. Chen et al. (Citation2015) assessed DL potential in autonomous driving application. ImageNet (Russakovsky et al. Citation2015) demonstrated that DL can be successfully applied to a variety of image-specific tasks and gain state-of the-art performance. After the DL success in the computer vision field, the medical imaging field started to adopt these methods for solving its own problems such as, e.g., medical image classification (Gao et al. Citation2017, Yang et al. Citation2018, Tran et al. Citation2019), medical image segmentation (Cha et al. Citation2016, Dou et al. Citation2017, Roth et al. Citation2018) and noise reduction (Chen et al. Citation2017, Wolterink et al. Citation2017). Due to the high abstractness of DL algorithms, there is no need to change methodology when moving from a problem in one field to another field. Moreover, by using this so-called transfer learning approach, DL algorithms are able to benefit from previous successes even if the model was solving a different problem (Yang et al. Citation2018).

The essential DL layer is composed of a number of neurons that to a certain extent mimic the activity of a neuron cell (). Every neuron in the layer has its own weight w for each input connection and the bias value b, where each weight w represents the strength for the particular connection, and the bias value b allows us to shift the activation function along with the weighted sum of the inputs to the neuron, controlling the value at which the activation function will trigger. In other words, each weight w defines how much influence the corresponding input will have on the neuron output and bias b, allowing the model to better fit the data. In order to create the output for the neuron and introduce non-linearity to the neuron decision, one of the activation functions, g, is applied to the neuron output z.

Figure 2. Visualization of artificial neuron model. Where A1–AN are the inputs, W1–WN are the weights for the input connections to neuron, b is the bias value, z is the output from the neuron.

Figure 2. Visualization of artificial neuron model. Where A1–AN are the inputs, W1–WN are the weights for the input connections to neuron, b is the bias value, z is the output from the neuron.

Expanding this interaction logic for the rest of the neurons, we get the DL layer. The layer where all possible connections between input nodes and output nodes are introduced is called the “Dense layer.” In order to learn more complex features and prevent overfitting, the too close fitting of the model to a limited set of data points in the training dataset, another type of layers was introduced such as the “Convolution layer,” “Pooling layer” and “Dropout layer.” Given the DL model built from such layers and the representative dataset describing the problem we can solve the weights optimization task by using one of the optimization algorithms, e.g., Gradient Descent (GD). GD is used to find a minimum of the cost function by iteratively moving in the direction of steepest descent. It is used due to computational limitations we meet trying to solve the optimization task analytically. The cost function quantifies the error between predicted and the ground truth labels. By calculating the derivative of the error with respect to each neural network weight we obtain the individual gradients, which are subsequently used to update the weights for all corresponding neuron connections. The described procedure represents 1 cycle of the neural network (NN) training process. During the model training process every image from the training dataset contributes to the weights optimization. Thereby, the DL model learns to solve the problem directly from data.

Finding and classification of fractures on radiographs and CT images with high sensitivity and specificity can be assisted or even replaced by the automated DL system with high accuracy. Given a few thousand images we can address several problems with DL. Using such models as VGG16 (Simonyan and Zisisserman Citation2015), Inception V3 (Szegedy et al. Citation2015), and Xception (Chollet Citation2016), we can classify the images, for example to detect whether there is a fracture, or even differentiate between fracture types. Given the bounding box annotations or labels for the regions of interest, we can train such models as ResNet (He et al. Citation2016), U-net (Ronneberger et al. Citation2015), Mask-RCNN (He et al. Citation2017), Faster-RCNN (Ren et al. Citation2015) for the fracture detection and segmentation problem. The mentioned DL architectures have been widely used in the DL community and have demonstrated their efficiency in solving such tasks (Ruhan et al. Citation2017, Li et al. Citation2018, Couteaux et al. Citation2019, Li et al. Citation2019, Lian et al. Citation2019, Zhu et al. Citation2019).

Applications of AI in fracture detection

A number of studies have demonstrated the application of deep learning in fracture detection (Brett et al. Citation2009, Olczak et al. Citation2017, Chung et al. Citation2018, Kim and Mac­Kinnon 2018, Lindsey et al. Citation2018, Tomita et al. Citation2018, Adams et al. Citation2019, Urakawa et al. Citation2019). In a retrospective study by Kim and Mac­Kinnon (2018), they aimed to identify the extent to which transfer learning from deep convolutional neural networks (CNNs), pre-trained on non-medical images, can be used for automated fracture detection on plain wrist radiographs. Authors used the inception V3 CNN (Szegedy et al. Citation2015), which was originally trained on non-radiological images for the IMageNet Large Visual Recognition Challenge (Russakovsky et al. Citation2015). They used a training data set of 1,389 radiographs (manually labeled) to re-train the top layer of the inception V3 network for the binary classification problem. They achieved an AUC of 0.95 on the test dataset (139 radiographs). This demonstrated that a CNN model that has been pre-trained on non-medical images can be successfully applied to the problem of fracture detection on plain radiographs. Specificity and sensitivity reached 0.90 and 0.88 respectively. This level of accuracy surpasses previous computational methods for automated fracture analysis such as segmentation, edge detection, feature extraction (such studies reported sensitivities and specificities in the range of 80–85%). Although this study provides proof of concept, a number of limitations remain. A small discrepancy was found between the training accuracy and the validation accuracy at the end of the training process. This was likely to reflect overfitting. There are several strategies that can be used to minimize overfitting. One strategy would be to use automated segmentation of the most appropriate region of interest; the pixels outside of the region of interest would be cropped from the image so that irrelevant features would not influence the training process. Another strategy to minimize overfitting would be the introduction of advanced augmentation techniques. In addition (too small < [1000:10000]) study population size is often a limiting factor in machine learning field. A large sample corresponds to a more accurate reflection of a true population (Lindsey et al. Citation2018).

A similar study by Chung et al. (Citation2018) aimed to evaluate the ability of deep learning to detect and classify proximal humerus fractures using plain AP shoulder radiographs. Results of the CNN network were compared with the assessment of specialists (general physicians, orthopedic surgeons, and radiologists). Their total dataset consisted of 1,891 plain AP radiographs and they used a pre-trained ResNet-152 model, which was fine-tuned to their proximal humerus fracture datasets. The trained CNN showed high performance in distinguishing normal shoulders from proximal humerus fractures. In addition, promising results were found for classifying fracture type based on plain AP shoulder radiographs. The CNN exhibited superior performance to that of general physicians and general orthopedic surgeons, and similar performance to that of shoulder specialized orthopedic surgeons. This indicates the possibility of automated diagnosis and classification of proximal humerus fractures and other fractures or orthopaedic diseases diagnosed accurately using plain radiographs (Chung et al. Citation2018).

The retrospective study by Tomita et al. (Citation2018) aimed to evaluate the ability of deep learning to detect osteoporotic vertebral fractures (OVF) on CT scans and developed a machine learning approach, fully powered by a deep neural network framework, to automatically detect OVFs on CT scans. For their OVF detection system, they used a system that consisted 2 major components: (1) a CNN-based feature extraction module; and (2) an RNN module to aggregate the extracted features and make the final diagnosis. For the processing and extraction of features from CT scans they used a deep residual network (ResNet) (He et al. Citation2016). Their training dataset consisted of 1,168 CT scans; their validation set consisted of 135 CT scans and their test set consisted of 129 CT scans. The performance of their proposed system on an independent test set matched the level performance of practicing radiologists in both accuracy and F1 (mean of precision and recall) score (Tomita et al. Citation2018). This automatic detection system has the potential to reduce the time and the manual burden on radiologists of OVF screening, as well as reducing false-negative errors arising in asymptomatic early stage vertebral fracture diagnoses (Tomita et al. Citation2018). A summary of clinical studies involving computer-aided fracture detection is given in the Table.

Value of deep learning in radiology/orthopedic traumatology

As seen from the examples of deep learning in radiology described above, there are potential benefits to the development and integration of deep learning systems in everyday practice, in fracture detection as well as fracture characterization tasks (). In general, using deep learning as an adjunct to standard practices within radiology has the potential to improve the speed and accuracy of diagnostic testing while decreasing workforce due to offloading human radiologists from time-intensive tasks. Alongside that, deep learning systems are subject to some of the pitfalls of human-based diagnosis such as inter- and intra-observer variance. Deep learning, applied in academic research settings, can at least match and sometimes exceed human performance in fracture detection and classification on plain radiographs and CT scans.

Figure 3. Deep learning aided workflow in fracture detection

Figure 3. Deep learning aided workflow in fracture detection

Combining deep learning with a radiomics approach

Radiomics is a method that extracts large amount of pre-defined quantitative features from medical images beyond the level of detail accessible to the human eye. Deep learning learns from the entire image, whereas radiomics characterizes only the region of interest of a particular disease. Therefore, it is our opinion that deep learning and radiomics provide complementary imaging biomarkers. Furthermore, as radiomics is more stable in the face of smaller datasets, it is desirable to include these features in models to hedge against the possible overfitting of deep learning networks.

Future directions

The inclusion of artificial intelligence in decision support systems has been debated for decades (Kahn Citation1994). As applications of artificial intelligence in radiology/orthopedic traumatology will increase there are several areas of interest that we believe will hold significant value in the future (Brink et al. Citation2017). There is a consensus that inclusion of AI in radiology/image-based disciplines would enhance diagnostic accuracy (Recht and Bryan Citation2017). However, there is also a consensus that such tools need to be carefully investigated and interpreted, before integration into clinical decision-support systems.

A future challenge to address will be the radiologists–AI relationship. Jha and Topol (Citation2016) suggested that AI can be used for redundant pattern-recognition tasks, while radiologists focus on cognitively challenging tasks. At large, radiologists would need to have a basic understanding of AI and AI-based tools; however, these tools would not replace radiologists’ work, and their role would not be limited to interpreting AI findings. Rather, AI tools can be used as a complementary tool to confirm/validate radiologists’ doubts and decisions (Liew Citation2018). Further research regarding radiologists–AI relationship is needed in order to properly integrate these disciplines, including research on how to train radiologists to use AI tools and interpret their results.

AI systems must continue to expand their library of clinical applications. As seen in this review, there are several promising studies that demonstrate how AI can improve our performance on clinical tasks such as fracture detection on radiographs and CT scan, including fracture classifications and treatment decision support.

Conflict of interest

The authors declare that they have no conflict of interest.

Summary of clinical studies involving computer-aided fracture detection

All authors have participated in this article. All authors have read and have approved the final version of the manuscript. There is no funding source.

Acta thanks Max Gordon, Seppo Koskinen, and Rajkumar Saini for help with peer review of this study.

  • Adams M, Chen W, Holcdorf D, McCusker M W, Howe P D, Gaillard F. Computer vs human: deep learning versus perceptual training for the detection of neck of femur fractures. J Med Imaging Radiat Oncol 2019; 63: 27–32.
  • Brett A, Miller C G, Hayes C W, Krasnow J, Ozanian T, Abrams K, Block J E, van Kuijk C. Development of a clinical workflow tool to enhance the detection of vertebral fractures: accuracy and precision evaluation. Spine 2009; 34: 2437–43.
  • Brink J A, Arenson R L, Grist T M, Lewin J S, Enzmann D. Bits and bytes: the future of radiology lies in informatics and information technology. Eur Radiol 2017; 27: 3647–3651.
  • Cha K H, Hadjiiski L, Samala R K, Chan H P, Caoili E M, Cohan R H. Urinary bladder segmentation in CT urography using deep-learning convolutional neural network and level sets. Med Phys 2016; 43: 1882.
  • Chen C, Seff A, Kornhauser A, Xiao J. Deepdriving: learning affordance for direct perception in autonomous driving. Conference: IEEE International Conference on Computer Vision (ICCV); 2015.
  • Chen H, Zhang Y, Kalra M K, Lin F, Chen Y, Liao P, Zhou J, Wang G. Low-dose CT with a residual encoder-decoder convolutional neural network. IEEE Trans Med Imaging 2017; 36: 2524–35.
  • Chollet F. Xception: deep learning with depthwise separable convolutions. PDF, arxiv.org [cs.CV]; 2016.
  • Chung S W, Han S S, Lee J W, Oh K S, Kim N R, Yoon J P, Kim J Y, Moon S H, Kwon J, Lee H J, Noh Y M, Kim Y. Automated detection and classification of the proximal humerus fracture by using deep learning algorithm. Acta Orthop 2018; 89: 468–73.
  • Cireşan D, Meier U, Masci J, Schmidhuber J. Multi-column deep neural network for traffic sign classification. Neural Netw 2012; 32: 333–8.
  • Couteaux V, Si-Mohamed S, Nempont O, Lefevre T, Popoff A, Pizaine G, Villain N, Bloch I, Cotten A, Boussel L. Automatic knee meniscus tear detection and orientation classification with Mask-RCNN. Diagn Interv Imaging 2019; 100: 235–42.
  • Dou Q, Yu L, Chen H, Jin Y, Yang X, Qin J, Heng P A. 3D deeply supervised network for automated segmentation of volumetric medical images. Med Image Anal 2017; 41: 40–54.
  • Esteva A, Kuprel B, Novoa R A, Ko J, Swetter S M, Blau H M, Thrun S. Dermatologist-level classification of skin cancer with deep neural networks. Nature 2017; 542: 115–118.
  • Faculty of Clinical Radiology, Clinical Radiology UK workforce census 2016 report; 2016. Available at: http://www.rcr.ac.uk.
  • Gao X W, Hui R, Tian Z. Classification of CT brain images based on deep learning networks. Comput Methods Programs Biomed 2017; 138: 49–56.
  • Gulshan V, Peng L, Coram M, Stumpe M C, Wu D, Narayanaswamy A, Venugopalan S, Widner K, Madams T, Cuadros J, Kim R, Raman R, Nelson P C, Mega J L, Webster D R. Development and validation of a deep learning algorithm for detection of diabetic retinopathy in retinal fundus photographs. JAMA 2016; 316: 2402–10.
  • Hamet P, Tremblay J. Artificial intelligence in medicine. Metabolism 2017; 69S: S36–S40.
  • He K, Zhang X, Ren S, Sun J. Deep Residual Learning for Image Recognition. arxiv.org [cs.CV]; 2016.
  • He K, Gkioxari G, Dollár P, Girshick R. Mask R-CNN. arxiv.org [cs.CV]; 2017.
  • Heimer J, Thali M J, Ebert L. Classification based on the presence of skull fractures on curved maximum intensity skull projections by means of deep learning. J Forensic Radiol Imaging 2018; 14: 16–20.
  • Hosny A, Parmar C, Quackenbush J Schwartz L H, Aerts H J W L. Artificial intelligence in radiology. Nat Rev Cancer 2018; 18: 500–10.
  • Jha S, Topol E J. Adapting to artificial intelligence: radiologists and pathologists as information specialists. JAMA 2016; 316: 2353–4.
  • Kahn C E. Artificial intelligence in radiology: decision support systems. Radiographics 1994; 14: 849–61.
  • Kim D H, MacKinnon T. Artificial intelligence in fracture detection: transfer learning from deep convolutional neural networks. Clin Radiol 2018; 73: 439–45.
  • Lakhani P, Sundaram B. Deep learning at chest radiography: automated classification of pulmonary tuberculosis by using convolutional neural networks. Radiology 2017; 284: 574–82.
  • LeCun Y, Bengio Y, Hinton G. Deep learning. Nature 2015; 521: 436–44.
  • Lee J G, Jun S, Cho Y W, Lee H, Kim G B, Seo J B, Kim N. Deep learning in medical imaging: general overview. Korean J Radiol 2017; 18: 570–84.
  • Li X, Chen H, Qi X, Dou Q, Fu C W, Heng P A. H-Dense UNet: hybrid densely connected UNet for liver and tumor segmentation from ct volumes. IEEE Trans Med Imaging 2018; 37: 2663–74.
  • Li R, Zeng X, Sigmund S E, Lin R, Zhou B, Liu C, Wang K, Jiang R, Freyberg Z, Lv H, Xu M. Automatic localization and identification of mitochondria in cellular electron cryo-tomography using faster-RCNN. BMC Bioinformatics 2019; 20: 132.
  • Lian S, Li L, Lian G, Xiao X, Luo Z, Li S. A global and local enhanced residual U-Net for accurate retinal vessel segmentation. IEEE/ACM Trans Comput Biol Bioinform 2019. [Epub ahead of print]
  • Liew C. The future of radiology augmented with artificial intelligence: a strategy for success. Eur J Radiol 2018; 102: 152–6.
  • Lindsey R, Daluiski A, Chopra S, Lachapelle A, Mozer M, Sicular S, Hanel D, Gardner M, Gupta A, Hotchkiss R, Potter H. Deep neural network improves fracture detection by clinicians. Proc Natl Acad Sci USA 2018; 115: 11591–6.
  • McCulloch W S, Pitts W H. A logical calculus of the ideas immanent in nervous activity. Bulletin of Mathematical Biophysics 1943; 5:115–33.
  • Mnih V, Kavukcuoglu K, Silver D, Rusu A A, Veness J, Bellemare M G, Graves A, Riedmiller M, Fidjeland A K, Ostrovski G, Petersen S, Beattie C, Sadik A, Antonoglou I, King H, Kumaran D, Wierstra D, Legg S, Hassabis D. Human-level control through deep reinforcement learning. Nature 2015; 518: 529–33.
  • Moravčík M, Schmid M, Burch N, Lisý V, Morrill D, Bard N, Davis T, Waugh K, Johanson M, Bowling M. DeepStack: expert-level artificial intelligence in heads-up no-limit poker. Science 2017; 356: 508–13.
  • National Institute for Health and Environment (Rijksinstituut voor volksgezondheid en milieu [RIVM]); 2016. Available at: https://www.rivm.nl/medische-stralingstoepassingen/trends-en-stand-van-zaken/diagnostiek/computer-tomografie/trends-in-aantal-ct-onderzoeken.
  • Olczak J, Fahlberg N, Maki A, Razavian A S, Jilert A, Stark A, Sköldenberg O, Gordon M. Artificial intelligence for analyzing orthopedic trauma radiographs. Acta Orthop 2017; 88: 581–6.
  • Pranata Y D, Wang K C, Wang J C, Idram I, Lai J Y, Liu J W, Hsieh I H. Deep learning and SURF for automated classification and detection of calcaneus fractures in CT images. Comput Methods Programs Biomed 2019; 171: 27–37.
  • Recht M, Bryan R N. Artificial intelligence: threat or boon to radiologists? J Am Coll Radiol 2017; 14: 1476–80.
  • Ren S, He K, Girshick R, Sun J. Faster R-CNN: towards real-time object detection with region proposal networks. arxiv.org [cs.CV]; 2015.
  • Ronneberger O, Fischer P, Brox T. U-Net: convolutional networks for biomedical image segmentation. Lecture Notes in Computer Science 2015; 234–41. Available from http://dx.doi.org/10.1007/978-3-319-24574-428.
  • Roth H R, Oda H, Zhou X, Shimizu N, Yang Y, Hayashi Y, Oda M, Fujiwara M, Misawa K, Mori K. An application of cascaded 3D fully convolutional networks for medical image segmentation. Comput Med Imaging Graph 2018; 66: 90–9.
  • Ruhan S, Owens W, Wiegand R, Studin M, Capoferri D, Barooha K, Greaux A, Rattray R, Hutton A, Cintineo J, Chaudhary V. Intervertebral disc detection in X-ray images using faster R-CNN. Conf Proc IEEE Eng Med Biol Soc 2017; 564–7.
  • Russakovsky O, Deng J, Su H. ImageNet Large Scale Visual Recognition Challenge. IJCV paper | bibtex | paper content on arxiv | attribute annotations; 2015.
  • Simonyan K, Zisserman A. Very deep convolutional networks for large-scale image recognition. Published as a conference paper at ICLR; 2015.
  • Szegedy C, Vanhoucke V, Loffe S. Rethinking the Inception Architecture for Computer Vision. arxiv.org [cs.CV]; 2015.
  • Tang A, Tam R, Cadrin-Chênevert A, Guest W, Chong J, Barfett J, Chepelev L, Cairns R, Mitchell J R, Cicero M D, Poudrette M G, Jaremko J L, Reinhold C, Gallix B, Gray B, Geis R; Canadian Association of Radiologists (CAR) Artificial Intelligence Working Group. Canadian Association of Radiologists white paper on artificial intelligence in radiology. Can Assoc Radiol J 2018; 69: 120–35.
  • Ting D S W, Cheung C Y, Lim G, Tan G S W, Quang N D, Gan A, Hamzah H, Garcia-Franco R, San Yeo I Y, Lee S Y, Wong E Y M, Sabanayagam C, Baskaran M, Ibrahim F, Tan N C, Finkelstein E A, Lamoureux E L, Wong I Y, Bressler N M, Sivaprasad S, Varma R, Jonas J B, He M G, Cheng C Y, Cheung G C M, Aung T, Hsu W, Lee M L, Wong T Y. Development and validation of a deep learning system for diabetic retinopathy and related eye diseases using retinal images from multiethnic populations with diabetes. JAMA 2017; 318: 2211–23.
  • Tomita N, Cheung YY, Hassanpour S. Deep neural networks for automatic detection of osteoporotic vertebral fractures on CT scans. Comput Biol Med 2018; 98: 8–15.
  • Tompson J, Jain A, LeCun Y, Bregler C. Joint training of a convolutional network and a graphical model for human pose estimation. Advances in Neural Information Processing Systems 2014; 27: 1799–1807.
  • Tran G S, Nghiem T P, Nguyen V T, Luong C M, Burie J C. Improving accuracy of lung nodule classification using deep learning with focal loss. J Healthc Eng 2019; 5156416.
  • Urakawa T, Tanaka Y, Goto S, Matsuzawa H, Watanabe K, Endo N. Detecting intertrochanteric hip fractures with orthopedist-level accuracy using a deep convolutional neural network. Skeletal Radiol 2019; 48: 239–44.
  • Wolterink J M, Leiner T, Viergever M A, Isgum I. Generative adversarial networks for noise reduction in low-dose CT. IEEE Trans Med Imaging 2017; 36: 2536–45.
  • Yang Y, Yan L F, Zhang X, Han Y, Nan H Y, Hu Y C, Hu B, Yan S L, Zhang J, Cheng D L, Ge X W, Cui G B, Zhao D, Wang W. Glioma grading on conventional MR images: a deep learning study with transfer learning. Front Neurosci 2018; 12: 804.
  • Zhu H, Shi F, Wang L, Hung S C, Chen M H, Wang S, Lin W, Shen D. Dilated dense U-Net for infant hippocampus subfield segmentation. Front Neuroinform 2019; 13: 30.