Next Article in Journal
Development of a Musculoskeletal Ultrasound Protocol to Evaluate Hand Pain in Systemic Sclerosis Patients
Previous Article in Journal
Identification and Validation of T-Cell Exhaustion Signature for Predicting Prognosis and Immune Response in Pancreatic Cancer by Integrated Analysis of Single-Cell and Bulk RNA Sequencing Data
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Development and Validation of a Deep-Learning-Based Algorithm for Detecting and Classifying Metallic Implants in Abdominal and Spinal CT Topograms

1
Department of Radiology, Eunpyeong St. Mary’s Hospital, College of Medicine, The Catholic University of Korea, Seoul 03312, Republic of Korea
2
Department of Radiology, Seoul St. Mary’s Hospital, College of Medicine, The Catholic University of Korea, Seoul 06591, Republic of Korea
3
Siemens Medical Solutions USA, Inc., Malvern, PA 19355, USA
4
Siemens Healthcare GmbH, Computed Tomography, 91301 Forchheim, Germany
5
Siemens Healthineers Ltd., Seoul 06620, Republic of Korea
*
Author to whom correspondence should be addressed.
Diagnostics 2024, 14(7), 668; https://doi.org/10.3390/diagnostics14070668
Submission received: 27 January 2024 / Revised: 18 March 2024 / Accepted: 20 March 2024 / Published: 22 March 2024
(This article belongs to the Section Machine Learning and Artificial Intelligence in Diagnostics)

Abstract

:
Purpose: To develop and validate a deep-learning-based algorithm (DLA) that is designed to segment and classify metallic objects in topograms of abdominal and spinal CT. Methods: DLA training for implant segmentation and classification was based on a U-net-like architecture with 263 annotated hip implant topograms and 2127 annotated spine implant topograms. The trained DLA was validated with internal and external datasets. Two radiologists independently reviewed the external dataset consisting of 2178 abdomen anteroposterior (AP) topograms and 515 spine AP and lateral topograms, all collected in a consecutive manner. Sensitivity and specificity were calculated per pixel row and per patient. Pairwise intersection over union (IoU) was also calculated between the DLA and the two radiologists. Results: The performance parameters of the DLA were consistently >95% in internal validation per pixel row and per patient. DLA can save 27.4% of reconstruction time on average in patients with metallic implants compared to the existing iMAR. The sensitivity and specificity of the DLA during external validation were greater than 90% for the detection of spine implants on three different topograms and for the detection of hip implants on abdominal AP and spinal AP topograms. The IoU was greater than 0.9 between the DLA and the radiologists. However, the DLA training could not be performed for hip implants on spine lateral topograms. Conclusions: A prototype DLA to detect metallic implants of the spine and hip on abdominal and spinal CT topograms improves the scan workflow with good performance for both spine and hip implants.

1. Introduction

The number of surgical procedures using metallic implants such as total hip joint replacement and spine fusion has continuously increased [1,2]. Therefore, radiologists often encounter computed tomography (CT) images in which metallic implant artifacts considerably degrade image quality and impair diagnostic performance. In the pelvis, artifacts from hip prostheses significantly degrade the quality of the images and limit the proper evaluation of the adjacent organs [3]. Spinal implants also impair the image quality of both spinal CT images, and CT images of the chest and abdomen, for which the field of view contains the spinal regions [4,5]. Therefore, many algorithms have been developed to reduce metal artifacts and improve image quality [6].
Iterative metal artifact reduction (iMAR) is a well-established technique for reducing metal artifacts in CT examinations [7,8,9,10,11]. Because different geometric and physicochemical properties of metallic implants cause distinct metal artifact patterns, the application of iMAR algorithms should be individualized for each CT scan. Therefore, the selection of an optimal iMAR preset is a crucial step in reconstructing CT images with decent diagnostic quality. In the event of metallic implant presence, this additional step requires more time and extra attention from radiographers [9]. The omission of the iMAR application step leads to elongation of the postprocessing time due to the need for repeated reconstruction, or the lost chance to obtain iMAR-reconstructed images as a result of the limited storage time of the raw data. Moreover, improper iMAR preset selection results in a suboptimal image quality.
A topogram is an anterioposterior (AP) projection or lateral projection image that is made prior to a CT scan to determine the range of the CT scan. Aside of this purpose, topograms have typically played no other role in the examination workflow or diagnostic process. However, the use of topograms for new purposes is expanding. For example, in abdominal CT, routine inspection of topograms is helpful in detecting important findings that can be overlooked during assessment of CT images [12]. Topograms have also been used in the prediction of patient body weight or with deep learning algorithms (DLAs) in the reconstruction of three-dimensional images from two topograms for dose modulation [13,14,15]. Segmenting images of the specific organs in topograms using DLAs has also been a promising application [16,17]. However, the detection and classification of metallic implants based on topograms has not yet been studied.
The aim of this study is to develop and validate a DLA that is designed to segment and classify metallic objects in abdominal and spinal CT topograms as the first step toward the automation of iMAR-related processes.

2. Materials and Methods

The institutional review boards of Eunpyeong St. Mary’s hospital (hospital A) and Seoul St. Mary’s hospital (hospital B) approved this retrospective study and waived informed consent for patients due to the retrospective study design.

2.1. Development and Validation of the DLA

Semantic segmentation has many applications in biomedical image analysis including in the areas of CT scanning, magnetic resonance imaging (MRI) scanning, X-ray, digital pathology, microscopy and endoscope. From a technical point of view, semantic segmentation is applied here, because we obtain a 2D medical image (topogram) of N × M for which we want to generate the corresponding map of N × M × k (where k is the number of classes, including one class for the background). There are many deep learning architectures that can solve this problem [18,19,20].
Supplementary Figure S1 shows the architecture of our chosen neural network. First, we resample the input image to a constant matrix size (473 × 473 pixels). Based on the resampled input image, we use ResNet-101 to build a feature representation of the input image such that different classes can be separated in the feature space [21]. The 101 convolutional layers in ResNet-101 mostly have 3 × 3 filters. Second, we use 4 pooling layers with different sizes to extract the features from the global context. As the lower-dimensional features from these pool layers have different sizes, we use up-sampling with bilinear interpolation to achieve the same size as that of the original features. Finally, all the features are concatenated together as the final pooling result. Pixelwise cross entropy loss is used to evaluate the class predictions for each pixel vector individually, and gradient optimization is used to minimize prediction entropy. The results are displayed as the range of the implant, contour of the implant and number of detections per topogram (Supplementary Figure S2). For training and validation of the DLA, we collected abdominal CT examinations between February 2019 and February 2021 (n = 30,859) and spinal CT examinations between December 2019 and December 2020 (n = 3650) for patients older than 16 years from a university hospital (hospital A). An abdominal radiologist with 13 years of experience reviewed the images and selected those with hip or spine implants. The final dataset consisted of 2005 CT examinations (1439 abdominal CTs with AP topograms and 566 spinal CTs with lateral topograms). These were annotated by a board-certified radiologist and considered as the ground truth. The type of metallic implants (spine or hip) and the extent of metallic implants were recorded. To avoid a potential training bias, we used a stock of CT volumes and AP topograms that had already been collected from other hospitals (n = 2127) to reduce potential bias, called pre-study-data for training the algorithm to detect spinal implants. A subset of CT data from hospital A (n = 102) as well as pre-study-data (n = 161) were used to train the algorithm to detect hip implants. Apart from resampling, none of the input data was transformed, but used as is for training unseen data from hospital A for validation of the DLA.

2.2. External Validation of the DLA on Prototype Software

External validation was performed for images of spine and hip implants. We collected consecutive CT examinations from another tertiary university hospital (hospital B) from March 2022 until we reached the target number (more than 2000 abdominal CT and more than 500 lumbar spine CT examinations) in a retrospective manner. At this institution, abdominal CT included only AP topograms, and lumbar spinal CT included both AP and lateral topograms. These were evaluated separately as three separate groups: abdominal CT_AP, spinal CT_AP, and spinal CT_Lat.
The prototype software V.9.1 (AiMAR classification Review Prototype) receives topograms as input and delivers the type (spine vs. hip) and extent of the metal based on the pixel row as output. Two radiologists (an abdominal radiologist with 13 years of experience [reader 1] and a musculoskeletal radiologist with 20 years of experience [reader 2]) independently reviewed the topograms without any annotation. They determined the cranio–caudal range of spine or hip implants, separately. When there was a discrepancy between the two radiologists, they reviewed the images together and reached a consensus.

2.3. Impact on Reconstruction Time by Integrating the DLA into iMAR Process

The current iMAR approach includes pre-selection of iMAR for specific types of implants, slice-wise detection of the metal, and iMAR reconstruction of the metal-containing image slice. Detection of metal and iMAR reconstruction steps requires additional time. In addition, CT images in a patient with different types of implants should be repeatedly reconstructed with different iMAR presets because only one iMAR preset can be applied throughout the scan volume. Integration of our topogram-based DLA into the iMAR process will significantly reduce reconstruction time by omitting the slice-wise metal detection step and repeated reconstruction of the entire volume with different iMAR presets in case of more than one metallic implant (Supplement Figure S3). We simulated the reconstruction time that can be achieved by integrating the DLA into iMAR processing and compared it to the current iMAR process.

2.4. Statistical Analysis

To validate the DLA, ground truth data were used to assess its performance. The prototype DLA provided performance metrics based on pixel rows. This 1-D metric was chosen since the relevant input for an automated iMAR reconstruction is required slice-wise along the z-axis. Thus, the input for reconstruction is read from pixel-rows of the segmented topogram and there is no impact on iMAR reconstruction from the X- or Y-direction of the segmentation mask.
The performance numbers for binary classifiers were defined for pixel rows of the topogram as described in the supplementary material. Intersection over union (IoU) is a metric that quantifies the degree of overlap between two regions of interest in two-dimensional space, as is the metric we used to measure the degree of overlap of the z-axis length of the bounding boxes determined by the DLA and the radiologists.
For external validation, the sensitivity, specificity and accuracy of the DLA were compared with those of radiologists 1 and 2 using McNemar tests. IoU was calculated between the DLA and the two radiologists in a pairwise manner. Paired t tests were used to compare the difference in IoU between the DLA and each radiologist and between the two radiologists.
A p < 0.05 was considered statistically significant. Statistical analyses were performed by SPSS version 23.0 (IBM, Armonk, NY, USA).

3. Results

3.1. Performance of the DLA during the Developmental Stage

Validation was performed using 1898 and 1939 CT examinations featuring spine and hip implants, respectively. The dataset included 1336 spine implants (818 shown in AP topograms, 518 in lateral topograms) and 582 hip implants shown in AP topograms. The DLA showed good diagnostic performance for both spine and hip implants (Table 1). The accuracy was higher than 98.5% for both implant types. All the other parameters were higher than 95%. The IoU of the DLA for spine and hip implants was 93.0% and 96.2%, respectively.

3.2. External Validation on Prototype Software

3.2.1. Characteristics of the External Validation Dataset

A total of 2178 abdominal CT examinations with AP topograms and 515 lumbar spinal CT examinations with AP and lateral topograms were collected. Detailed information about the CT examinations used for external validation are summarized in Table 2. Seven different CT scanners were used to perform the examinations. Spine and hip implants were detected in 62 and 37 examinations in the abdominal CT_AP group, 244 and 17 examinations in the spinal CT_AP group, and 238 and 13 examinations in the spinal CT_Lat group, respectively. The median length of hip implants in the spinal CT AP topograms was the longest, with 412 pixel-rows.

3.2.2. Abdomen CT AP Tomogram

The sensitivity of the DLA in detecting spine implants was 94.6% per pixel row and 93.6% per patient (Supplementary Table S1). The specificity of the DLA was significantly lower than that of both readers (Figure 1a). The positive predictive value (PPV) of the DLA was 85.2% (58/68), which signifies that the DLA detected 10 false positive spine implants. For hip implants, the per-pixel row sensitivity of the DLA was 78.1% despite the much higher per-patient sensitivity (36/37, 97.3%). Although the DLA showed 90% PPV for hip implants, none of the DLA parameters was significantly different from those of the readers (Figure 1b).

3.2.3. Spine CT AP and Lateral Topograms

On spinal CT AP topograms, the DLA per-pixel row sensitivity was lower than the per-patient sensitivity for both spine and hip implants (94.2 versus 98.8%, 88.6% versus 94.1%) (Supplementary Table S2). The diagnostic performance of the DLA for spine implants was not significantly different from those of the radiologists, with all parameters higher than 98% (Figure 1c). For hip implants, only the specificity of the DLA (94.6%) was significantly lower than those of the readers (reader 1, 99.6%; reader 2, 100%) (Figure 1d).
On spinal CT lateral topograms, both radiologists had excellent results in detecting both spine and hip implants. The DLA showed excellent per-patient results, with all parameters higher than 99% for spine implants (Figure 1e, Supplementary Table S3). However, the DLA could not be trained to detect the hip implants at all on lateral topograms, resulting in 0% sensitivity which was significantly lower than those of the radiologists (Figure 1f).

3.2.4. Retrospective Observations for DLA Misclassification

With abdominal CT topograms, the DLA frequently misclassified vertebroplasty cements (n = 6) as metallic spine implants (Figure 2a). Residual barium in the transverse colon (n = 1), chemoport (n = 1) and external metallic structures outside the body (n = 2) were other causes of false-positive classification.
With spinal CT AP and lateral topograms, the leading cause of misclassification by the DLA was sacroiliac extension of the rod-screw systems, the majority of which were interpreted as hip implants, rather than components of spine implants (n = 21) (Figure 2b). Generators (n = 2), proximal rods (n = 2) and penile implants (n = 2) follow as false-positive classification sources.
Most of the detection failure by the DLA occurred when there was no classic rod-screw instrumentation system (Figure 2c). In addition, the DLA did not detect any hip implants in lateral topograms.

3.2.5. Intersection over Unit between DLA and Radiologists

The IoU values between the DLA and the radiologists as calculated from the true positive cases are summarized in Table 3. The interreader IoU values between the two radiologists were higher than 0.95 for both spine and hip implants in all three groups. In the abdominal CT_AP group, only the IoU value between the DLA and reader 1 for spine implants was significantly lower than the interreader value (p < 0.05). All IoU values between the DLA and each reader in spinal CT_AP and spinal CT_Lat groups were significantly lower than the interreader values. Although the values for hip implants were lowest on the spinal CT AP topogram, they were still 0.912 and 0.914.

3.3. Impact on Reconstruction Time by Integrating the DLA

The DLA integration into the iMAR process allows for a reduction of reconstruction times (Figure 3). Simulation calculations on 1996 topograms, in which we included the result of our DLA, show that reconstruction times can be reduced to 72.6 ± 6.8% compared to the current iMAR reconstruction. In addition, the average reconstruction time in the group of patients with two metal implants is significantly reduced to 52.4 ± 6.1%, by iMAR reconstruction in one (fused) pass.
The curves depict the relative reconstruction time based on the proportion of metal along the z-axis for volumes containing only one metallic implant (hip or spine) and both metallic implants.

4. Discussion

CT images near dense metallic implants are difficult to interpret due to obscuration from these artifacts. To address this problem, the iMAR algorithm that modifies projection or image data has been developed over the course of the last decade [22,23,24]. However, it should only be selectively applied to the patients because the application of iMAR is resource intensive and implant specific [25]. In this study, we developed and validated a DLA-based prototype software to detect and classify metallic implants and determine the range of implants on CT topograms. Since the ultimate goal of this study is to integrate the DLA into the CT console to automatically select the optimal iMAR presets prior to reconstruction, a prototype DLA was developed that processes topograms as input. This approach also helps to reduce reconstruction time by merging iMAR reconstructions with different presets for spinal implants and hip implants into one reconstruction. The performance of the DLA in the prototype was validated with an external test set composed of abdominal and spinal CT examinations obtained consecutively from multiple CT machines to reflect the prevalence of metallic implants. In the external validation, the DLA showed good performance for the detection and classification of spine implants on both AP and lateral topograms and hip implants on AP topograms.
Despite the different detection rates of spine implants in abdominal CT (62/2178) and in spinal CT (244/515), the good DLA results of near 99% accuracy for both abdominal and spinal CT are promising. The DLA commonly showed approximately 94% of per-pixel row sensitivity in the three groups, which means that the DLA could not detect approximately 6% of the pixel row that contained metallic implants. The pixel rows missed by the DLA were mainly due to false classification of sacroiliac extension of the spine implants as hip implants. In addition, the DLA was unable to detect spine implants that lacked a classic rod-screw instrumentation system. On the abdominal CT AP topogram, the per-patient specificity of the DLA (99.5%) was significantly lower than that of the radiologists despite a 99.9% per-pixel row specificity. The DLA also incorrectly interpreted high-density materials such as residual barium or vertebroplasty. Based on these results, further training on the prototype DLA is necessary.
The diagnostic performance of the DLA for spine implants was excellent and not significantly different from either reader for both AP and lateral spinal CT topograms. Therefore, the direction of the topogram does not seem to affect the DLA performance for spine implants. However, the DLA showed lower specificity (94.6%) and extremely low PPV (37.2%) for hip implants. The main cause for this low specificity and PPV seems to be the false positive detection of sacroiliac extension of the spine implants as hip implants. Moreover, the DLA could not detect hip implants on lateral topograms at all. The primary reason for this was that lateral topograms were not included in the training phase for hip implants. Lateral spinal CT topograms generally cover only the cranial part of the hip implants unlike AP topograms. However, axial images for the lumbar spine are usually not extended to the hip joint level, and therefore, failing to detect hip implants from spinal CT lateral tomograms is not problematic from a practical standpoint. It would be better for the DLA to use AP topograms for CT examinations covering the hip joint.
We used CT topograms to develop the DLA in this study. As topograms are low-dose and low-resolution images, image quality is inferior to radiographs in detecting subtle objects. Some papers about automatic segmentation or detection of a certain part of the human anatomy have been published; however, there have been no studies on applying DLA to the detection of metallic implants in topograms [16,17]. As topograms are always obtained to localize and determine the range of CT scans, extracting useful information from topograms may help to perform CT examinations with more suitable parameters. Based on our results, the prototype DLA can streamline the radiographers’ tasks of choosing implant-specific iMAR preset and setting the range of the scan where the specific iMAR is selectively applied, even if the patient has more than one implant. Subsequent research is necessary to validate the usefulness in clinical practice of implementing the DLA to scan and reconstruct images in order to streamline the process of applying iMAR.
There are several limitations in this study. First, the DLA was developed and validated for the images acquired from multiple CT machines manufactured by only one vendor. Therefore, we cannot guarantee that the algorithm would show similar results for CT images to other vendors’ machines. Second, we evaluated the IoU for the pixel row, not for the exact segmentation of the metallic implant, even though the DLA provided the segmentation results. However, this approach is more practical because CT images that require iMAR are determined based on the range of metallic implants along the z-axis. Third, we were unable to implement the DLA as part of the iMAR workflow within the CT console to evaluate how beneficial the DLA would be in real clinical practice. Intensive validation should be performed before clinical implementation.
In conclusion, we developed a prototype DLA to detect metallic implants of the spine and hip on abdominal and spinal CT topograms. In the external validation, the DLA showed good performance for both spine and hip implants. However, it showed limited performance for hip implants on lateral topograms.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/diagnostics14070668/s1: Supplementary Figure S1. The neural network architecture, Supplementary Figure S2. Example annotation for a hip implant, Supplementary material: statistical analysis, Supplementary Table S1. External validation for abdomen CT anteroposterior topogram, Supplementary Table S2. External validation for spine CT anteroposterior topograms, Supplementary Table S3. External validation for spine CT lateral topograms, Supplementary Figure S3. Usage of the algorithm results during reconstruction.

Author Contributions

M.-H.C.: Conceptualization, formal analysis, funding acquisition, investigation, methodology, writing—original draft, writing—review and editing; J.-Y.J.: formal analysis, methodology, investigation, supervision, writing—review and editing; Z.P.: resources, software, writing—review and editing; S.G.: resources, software, writing—review and editing; M.S.: resources, software, project administration, writing—review and editing; C.H.: resources, software, writing—review and editing; S.P.: resources, software, writing—review and editing. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by Siemens Healthineers Ltd. (PC21RISI0003).

Institutional Review Board Statement

The study was conducted according to the guidelines of the Declaration of Helsinki and approved by the Institutional Review Board of Seoul Saint Mary’s hospital (No. KC22RISI0182) on 23 December 2022 and Eunpyeong Saint Mary’s hospital (No. PC21RISI0003) on 22 September 2022.

Informed Consent Statement

Informed consent was waived from the IRBs due to the retrospective study design.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to the personal information protection act.

Conflicts of Interest

Moon Hyung Choi is currently receiving a research grant from Siemens Healthineers for this research. Zhigang Peng, Stefan Grosskopf, Michael Suehling, Christian Hofmann, and SeongYong Pak are employees of Siemens Healthcare/Healthineers. The employees in the company developed the deep-learning-based algorithm. The company did not have any role in study design, data collection and interpretation of data. Other authors declare that they have no conflicts of interest.

References

  1. Pabinger, C.; Geissler, A. Utilization rates of hip arthroplasty in OECD countries. Osteoarthr. Cartil. 2014, 22, 734–741. [Google Scholar] [CrossRef]
  2. Rajaee, S.S.; Bae, H.W.; Kanim, L.E.; Delamarter, R.B. Spinal fusion in the United States: Analysis of trends from 1998 to 2008. Spine 2012, 37, 67–76. [Google Scholar] [CrossRef]
  3. Roth, T.D.; Maertz, N.A.; Parr, J.A.; Buckwalter, K.A.; Choplin, R.H. CT of the hip prosthesis: Appearance of components, fixation, and complications. Radiographics 2012, 32, 1089–1107. [Google Scholar] [CrossRef]
  4. Stradiotti, P.; Curti, A.; Castellazzi, G.; Zerbi, A. Metal-related artifacts in instrumented spine. Techniques for reducing artifacts in CT and MRI: State of the art. Eur. Spine J. 2009, 18 (Suppl. S1), 102–108. [Google Scholar] [CrossRef]
  5. Ghodasara, N.; Yi, P.H.; Clark, K.; Fishman, E.K.; Farshad, M.; Fritz, J. Postoperative Spinal CT: What the Radiologist Needs to Know. Radiographics 2019, 39, 1840–1861. [Google Scholar] [CrossRef]
  6. Katsura, M.; Sato, J.; Akahane, M.; Kunimatsu, A.; Abe, O. Current and Novel Techniques for Metal Artifact Reduction at CT: Practical Guide for Radiologists. Radiographics 2018, 38, 450–461. [Google Scholar] [CrossRef]
  7. Aissa, J.; Boos, J.; Sawicki, L.M.; Heinzler, N.; Krzymyk, K.; Sedlmair, M.; Kröpil, P.; Antoch, G.; Thomas, C. Iterative metal artefact reduction (MAR) in postsurgical chest CT: Comparison of three iMAR-algorithms. Br. J. Radiol. 2017, 90, 20160778. [Google Scholar] [CrossRef]
  8. Aissa, J.; Thomas, C.; Sawicki, L.M.; Caspers, J.; Kropil, P.; Antoch, G.; Boos, J. Iterative metal artefact reduction in CT: Can dedicated algorithms improve image quality after spinal instrumentation? Clin. Radiol. 2017, 72, 428.e7–428.e12. [Google Scholar] [CrossRef]
  9. Shinohara, Y.; Ohmura, T.; Sasaki, F.; Inomata, T.; Itoh, T.; Kinoshita, T. Appropriate iMAR presets for metal artifact reduction from surgical clips and titanium burr hole covers on postoperative non-contrast brain CT. Eur. J. Radiol. 2021, 141, 109811. [Google Scholar] [CrossRef]
  10. Subhas, N.; Primak, A.N.; Obuchowski, N.A.; Gupta, A.; Polster, J.M.; Krauss, A.; Iannotti, J.P. Iterative metal artifact reduction: Evaluation and optimization of technique. Skelet. Radiol. 2014, 43, 1729–1735. [Google Scholar] [CrossRef]
  11. van der Vos, C.S.; Arens, A.I.J.; Hamill, J.J.; Hofmann, C.; Panin, V.Y.; Meeuwis, A.P.W.; Visser, E.P.; de Geus-Oei, L.-F. Metal Artifact Reduction of CT Scans to Improve PET/CT. J. Nucl. Med. 2017, 58, 1867–1872. [Google Scholar] [CrossRef]
  12. Lee, M.H.; Lubner, M.G.; Mellnick, V.M.; Menias, C.O.; Bhalla, S.; Pickhardt, P.J. The CT scout view: Complementary value added to abdominal CT interpretation. Abdom. Radiol. 2021, 46, 5021–5036. [Google Scholar] [CrossRef]
  13. Ruan, J.; Meng, Y.; Zhao, F.; Gu, H.; He, L.; Gong, X. Development of Deep Learning-based Automatic Scan Range Setting Model for Lung Cancer Screening Low-dose CT Imaging. Acad. Radiol. 2022, 29, 1541–1551. [Google Scholar] [CrossRef]
  14. Montoya, J.C.; Zhang, C.; Li, Y.; Li, K.; Chen, G.H. Reconstruction of three-dimensional tomographic patient models for radiation dose modulation in CT from two scout views using deep learning. Med. Phys. 2022, 49, 901–916. [Google Scholar] [CrossRef]
  15. Ichikawa, S.; Hamada, M.; Sugimori, H. A deep-learning method using computed tomography scout images for estimating patient body weight. Sci. Rep. 2021, 11, 15627. [Google Scholar] [CrossRef]
  16. Demircioglu, A.; Stein, M.C.; Kim, M.S.; Geske, H.; Quinsten, A.S.; Blex, S.; Umutlu, L.; Nassenstein, K. Detecting the pulmonary trunk in CT scout views using deep learning. Sci. Rep. 2021, 11, 10215. [Google Scholar] [CrossRef]
  17. Deshpande, H.; Bergtholdt, M.; Gotman, S.; Saalbach, A.; Sénégas, J. (Eds.) Deep Learning Based Segmentation of Body Parts in CT Localizers and Application to Scan Planning. In Proceedings of the 2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI), Iowa City, IA, USA, 3–7 April 2020. [Google Scholar]
  18. Du, G.; Cao, X.; Liang, J.; Chen, X.; Zhan, Y. Medical Image Segmentation based on U-Net: A Review. J. Imaging Sci. Technol. 2020, 64, 1. [Google Scholar] [CrossRef]
  19. Ronneberger, O.; Fischer, P.; Brox, T. (Eds.) U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Munich, Germany, 5–9 October 2015; Springer: Berlin/Heidelberg, Germany, 2015. [Google Scholar]
  20. Wu, P.; Sheth, N.; Sisniega, A.; Uneri, A.; Han, R.; Vijayan, R.; Vagdargi, P.; Kreher, B.; Kunze, H.; Kleinszig, G.; et al. (Eds.) Method for metal artifact avoidance in C-arm cone-beam CT. In Proceedings of the Medical Imaging 2020: Physics of Medical Imaging, Houston, TX, USA, 16–19 February 2020. [Google Scholar]
  21. He, K.; Zhang, X.; Ren, S.; Sun, J. (Eds.) Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016. [Google Scholar]
  22. Chen, Y.; Li, Y.; Guo, H.; Hu, Y.; Luo, L.; Yin, X.; Gu, J.; Toumoulin, C. CT Metal Artifact Reduction Method Based on Improved Image Segmentation and Sinogram In-Painting. Math. Probl. Eng. 2012, 2012, 786281. [Google Scholar] [CrossRef]
  23. Meyer, E.; Raupach, R.; Lell, M.; Schmidt, B.; Kachelriess, M. Frequency split metal artifact reduction (FSMAR) in computed tomography. Med. Phys. 2012, 39, 1904–1916. [Google Scholar] [CrossRef]
  24. Pua, R.; Wi, S.; Park, M.; Lee, J.R.; Cho, S. An Image-Based Reduction of Metal Artifacts in Computed Tomography. J. Comput. Assist. Tomogr. 2016, 40, 131–141. [Google Scholar] [CrossRef]
  25. Long, Z.; Bruesewitz, M.R.; DeLone, D.R.; Morris, J.M.; Amrami, K.K.; Adkins, M.C.; Glazebrook, K.N.; Kofler, J.M.; Leng, S.; McCollough, C.H.; et al. Evaluation of projection- and dual-energy-based methods for metal artifact reduction in CT using a phantom study. J. Appl. Clin. Med. Phys. 2018, 19, 252–260. [Google Scholar] [CrossRef]
Figure 1. Results of the external validation. External validation results for spine implants and hip implants in abdominal_AP (a,b), spinal_AP (c,d) and spinal_Lat (e,f) topograms. * represents p-value < 0.05 in McNemar test. DLAp-r, deep-learning-based algorithm per pixel row; DLA, deep-learning-based algorithm; PPV, positive predictive value; NPV, negative predictive value.
Figure 1. Results of the external validation. External validation results for spine implants and hip implants in abdominal_AP (a,b), spinal_AP (c,d) and spinal_Lat (e,f) topograms. * represents p-value < 0.05 in McNemar test. DLAp-r, deep-learning-based algorithm per pixel row; DLA, deep-learning-based algorithm; PPV, positive predictive value; NPV, negative predictive value.
Diagnostics 14 00668 g001
Figure 2. Falsely interpreted cases by the DLA. Bone cement in the spine is misinterpreted as spine implant (a). Sacroiliac extension of the spinal instrumentation is misinterpreted as hip implant (b). Non-conventional spinal implant (arrow) without typical rod-screw system is not detected (c).
Figure 2. Falsely interpreted cases by the DLA. Bone cement in the spine is misinterpreted as spine implant (a). Sacroiliac extension of the spinal instrumentation is misinterpreted as hip implant (b). Non-conventional spinal implant (arrow) without typical rod-screw system is not detected (c).
Diagnostics 14 00668 g002aDiagnostics 14 00668 g002b
Figure 3. Relative time-saving by implementing the DLA to iMAR reconstruction.
Figure 3. Relative time-saving by implementing the DLA to iMAR reconstruction.
Diagnostics 14 00668 g003
Table 1. Diagnostic performance of deep-learning-based algorithm in internal validation.
Table 1. Diagnostic performance of deep-learning-based algorithm in internal validation.
Spine ImplantsHip Implants
Per Pixel RowPer PatientPer Pixel RowPer Patient
Sensitivity96.9%99.9%97.9%100%
Specificity99.4%95.6%99.9%98.4%
Accuracy99.1%98.6%99.7%98.9%
PPV95.9%98.2%98.2%96.4%
NPV99.6%99.8%99.8%100%
Note. PPV, positive predictive value; NPV, negative predictive value.
Table 2. Characteristics of external validation data.
Table 2. Characteristics of external validation data.
Abdominal CT_AP
(n = 2178)
Spinal CT_AP
(n = 515)
Spinal CT_Lat
(n = 515)
ProjectionAnteroposteriorAnteroposteriorLateral
Age a61 [51–70]70 [63–75]70 [63–75]
Sex (M:F)1134:1044193:322193:322
b Scanner (1:2:3:4:5:6:7)576:253:37:562:367:73:310129:87:0:77:69:11:142129:87:0:77:69:11:142
ImplantsSpineHipSpineHipSpineHip
No. of positive cases (both)62 (4)37 (4)244 (10)17 (10)238 (6)13 (6)
a Craniocaudal length (number of pixels in z-axis)55
[34–72.5]
84
[74–117]
84
[62–123]
412
[355–444]
87
[62–124]
62
[55–76]
Note. a Median [interquartile range] b 1: SOMATOM Force, 2: SOMATOM Force, 3: SOMATOM Force, 4: SOMATOM Definition AS+, 5: SOMATOM Definition AS+, 6: SOMATOM Definition, 7: SOMATOM Definition Edge.
Table 3. Intersection over union in true positive cases.
Table 3. Intersection over union in true positive cases.
Abdominal CT_APSpinal CT_APSpinal CT_Lat
Spine Implants
(n = 56)
Hip Implants
(n = 30)
Spine Implants
(n = 239)
Hip Implants
(n = 15)
Spine Implants
(n = 239)
Hip Implants
(n = 15)
DLA—Reader 1* 0.939
[0.927–0.950]
0.977
[0.958–0.996]
* 0.936
[0.924–0.948]
* 0.912
[0.860–0.965]
* 0.933
[0.920–0.946]
NA
DLA—Reader 20.955
[0.945–0.966]
0.966
[0.948–0.984]
* 0.947
[0.938–0.956]
* 0.914
[0.856–0.973]
* 0.931
[0.918–0.943]
NA
Reader 1—Reader 20.960
[0.951–0.968]
0.978
[0.968–0.988]
0.969
[0.961–0.978]
0.973
[0.962–0.984]
0.981
[0.978–0.983]
0.983
[0.974–0.991]
Note. Data in brackets are 95% confidence intervals. * represents p-value < 0.05 in paired t-test between DLA-reader and interreader values. AP, anteroposterior; DLA, deep-learning-based algorithm; NA, not applicable.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Choi, M.-H.; Jung, J.-Y.; Peng, Z.; Grosskopf, S.; Suehling, M.; Hofmann, C.; Pak, S. Development and Validation of a Deep-Learning-Based Algorithm for Detecting and Classifying Metallic Implants in Abdominal and Spinal CT Topograms. Diagnostics 2024, 14, 668. https://doi.org/10.3390/diagnostics14070668

AMA Style

Choi M-H, Jung J-Y, Peng Z, Grosskopf S, Suehling M, Hofmann C, Pak S. Development and Validation of a Deep-Learning-Based Algorithm for Detecting and Classifying Metallic Implants in Abdominal and Spinal CT Topograms. Diagnostics. 2024; 14(7):668. https://doi.org/10.3390/diagnostics14070668

Chicago/Turabian Style

Choi, Moon-Hyung, Joon-Yong Jung, Zhigang Peng, Stefan Grosskopf, Michael Suehling, Christian Hofmann, and Seongyong Pak. 2024. "Development and Validation of a Deep-Learning-Based Algorithm for Detecting and Classifying Metallic Implants in Abdominal and Spinal CT Topograms" Diagnostics 14, no. 7: 668. https://doi.org/10.3390/diagnostics14070668

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