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

Improving detection of impacted animal bones on lateral neck radiograph using a deep learning artificial intelligence algorithm

Abstract

Objective

We aimed to develop a deep learning artificial intelligence (AI) algorithm to detect impacted animal bones on lateral neck radiographs and to assess its effectiveness for improving the interpretation of lateral neck radiographs.

Methods

Lateral neck radiographs were retrospectively collected for patients with animal bone impaction between January 2010 and March 2020. Radiographs were then separated into training, validation, and testing sets. A total of 1733 lateral neck radiographs were used to develop the deep learning algorithm. The testing set was assessed for the stand-alone deep learning AI algorithm and for human readers (radiologists, radiology residents, emergency physicians, ENT physicians) with and without the aid of the AI algorithm. Another radiograph cohort, collected from April 1, 2020, to June 30, 2020, was analyzed to simulate clinical application by comparing the deep learning AI algorithm with radiologists’ reports.

Results

In the testing set, the sensitivity, specificity, and accuracy of the AI model were 96%, 90%, and 93% respectively. Among the human readers, all physicians of different subspecialties achieved a higher accuracy with AI-assisted reading than without. In the simulation set, among the 20 cases positive for animal bones, the AI model accurately identified 3 more cases than the radiologists’ reports.

Conclusion

Our deep learning AI model demonstrated a higher sensitivity for detection of animal bone impaction on lateral neck radiographs without an increased false positive rate. The application of this model in a clinical setting may effectively reduce time to diagnosis, accelerate workflow, and decrease the use of CT.

Key points

  • The AI-aided interpretation improved the accuracy for doctors of every specialty.

  • The AI model accurately identified more cases than the radiologists’ reports.

  • The AI model increased the detection rate and may decrease required CT imaging.

Introduction

Foreign body ingestion and subsequent impaction, such as fish bones impacted in the upper digestive tract, is a common cause of emergency department visits with symptoms ranging from pain and dysphagia to airway compromise [1]. However, patient descriptions of symptoms including a foreign body sensation, dysphagia, or pharyngeal pain are not always sufficiently specific to localize the foreign body [2]. Nonetheless, a detailed recording of patient history and a thorough physical examination remain standard for initial patient management. Although subsequent management may differ across institutions, patients often receive a lateral neck radiograph after a negative oropharyngeal examination [3]. If the result of the lateral neck radiograph is negative, additional tests including a non-enhanced computed tomography scan (NECT) or direct esophagoscopy may then be performed. These tests may incur a high cost and are either more invasive or produce a higher dosage of radiation.

The lateral neck radiograph is a relatively inexpensive and accessible management tool for assessing patients with suspected animal bone impaction in the cervical esophagus. However, previous studies have indeed reported varying detection rates [4,5,6], possibly due to variable interpretation skills among doctors and different radio-opacities presented by different foreign bodies [3, 7]. In addition, the accurate interpretation of the lateral neck radiograph may be affected by the specific subspecialty and related experience of the image interpreter [8].

In recent years, the application of artificial intelligence (AI) techniques, specifically deep learning algorithms, have been investigated in the field of radiology to enhance the diagnostic process, accuracy rates, lesion detection, and prognostic prediction models [9]. The use of AI can greatly improve the workflow of radiologists for labor-intense tasks such as lesion detection and segmentation [10]. Other advantages include improved diagnostic accuracy, automation of tasks such as image segmentation, and the potential to reduce healthcare costs through improved diagnostic efficiency and the reduced need for additional imaging studies [11,12,13]. However, there are several challenges related to the development and use of AI in medical imaging. One of the primary challenges is the limited availability of high-quality, labeled medical imaging data which could be further aggravated by concerns for privacy and data protection. There are also concerns regarding the interpretability of AI due to the difficulty in understanding the decision-making processes of AI algorithms [14]. Additionally, the formulation of guidelines and policies regulating the use of AI in clinical practice lags the development of AI applications [11]. Currently, developing AI algorithms for foreign body detection on plain radiography lacks large labeled open databases and few studies have reported promising results. A recent study reported on the high accuracy achieved by an AI model in the detection of swallowed batteries and coins from a relatively small training sample [15]. However, since animal bones have a relatively lower radio-opacity and present with variable shapes and sizes, the detection rate on radiograph is much lower than that for metallic objects [6, 16]. In this study, we aimed to develop a deep learning algorithm for the automatic identification and labeling of impacted animal bones on lateral neck radiograph. In addition to the conventional method for validating the algorithm in a separate test set, we analyzed the efficacy of the deep learning AI model in a simulated clinical setting with a clinical cohort from a different time period.

Materials and methods

Study population

We retrospectively reviewed all patients presenting to the emergency department of our hospital with the chief complaint of ingested foreign body from January 2010 to March 2020. The patient enrollment process began by searching through medical health records for patients presented to the emergency department with a diagnosis of foreign body ingestion which received either rigid esophagoscope or flexible fiberscope. After the initial search, the medical records and procedure notes were reviewed to identify eligible cases for imaging review. Cases with an alternative diagnosis or those with foreign body ingestion other than animal bones were excluded. After which, every lateral neck radiograph was reviewed with reference to procedure notes, photograph of the specimen, and CT if available (Additional file 1: Fig. S1). All patient cases were confirmed under flexible fiberscope or rigid esophagoscope. There was no age restriction, although we excluded pediatric patients with coin or battery ingestion as their clinical presentations are distinct and often very apparent on lateral neck or frontal chest radiograph. Cases of impaction with food bolus, plant seed, metal denture, and plastic materials were also excluded as there were too few cases available and thus not suitable for the development of the AI model. Our hospital’s Institutional Review Board approved this study. The clinical workup for patients presenting with suspected animal bone impaction in our hospital is similar to a previous report [17] and is shown in Fig. 1.

Fig. 1
figure 1

Clinical workflow for suspected animal bone impaction. Patients presenting with animal bone impaction will receive direct oral examination followed by laryngeal fiberscope if the oral examination is not revealing. Any bones found will be directly removed during the examination. If no foreign body is detected, then a lateral neck radiograph will be performed. If the foreign body is still not identified, then a CT without contrast medium administration from the tongue base to the stomach will be performed. If the foreign body is detected in the esophagus, either by plain radiograph or CT, then the foreign body will be removed by rigid esophagoscope under general anesthesia or flexible fiberscope under sedation. Bones detected on lateral neck radiograph will exempt the patient from further CT studies unless there are concerns for complication. If no foreign body is detected on CT, then the patient will be discharged if symptoms improve

Image annotation and preprocessing

The routine exposure settings used for lateral neck radiography in our hospital were adjusted based on the patient’s body type and age. For teenagers and adults, we used an exposure setting of 63 kVp and 16 mAs, while for children and babies, the setting was 60 kVp and 12 mAs. For obese patients with a short neck, we used an exposure setting of 66 kVp and 20 mAs. All images were labeled using a bounding box containing the fishbone. The identification of the animal bone was performed retrospectively, based on the endoscope report, a photograph of the specimen, and CT image if available. Cases with unidentifiable animal bones after referencing to these available data were excluded from the study. A total of 1783 lateral neck radiographs were included and labeled. The input data files were DICOM files, with the image data extracted as pixel arrays. The pixel data were then applied with contrast adjustment to improve object visibility and enhanced with edge sharpness to improve image clarity. For image training purposes, pixel data were also scaled to a floating-point digit type of 0 to 1 from the original 16-bit data.

Development of the deep learning algorithm

Our model is based on the Faster-RCNN convolution neural network with Inception-resnet-v2 architecture pre-trained model, where Faster-RCNN provides a region-based convolution network and the Inception-resnet-V2 provides feature extraction from the intended region. The network inputs were bounding box coordinates representing the ingested animal bone and trained with a single label. The output was the bounding box coordinate of the predicted ingested bones. The training and testing environments were implemented on TensorFlow 2.5 and processed with a discrete graphics card.

The data included 1783 DICOM files consisting of lateral neck radiograph images, fifty of which were randomly selected to construct the testing set. The remaining 1733 files were split into training and validation datasets, at a ratio of approximately 6:4 (1213:520). The Adam optimizer was configured as the training optimizer, wherein the learning rate was set to 0.0001 with a training batch size of 1. As there was only a single label in the training process, no class balance process was conducted. The training was set to compute approximately 200 epochs. The correct detection for each case was defined by the intersection over union (IoU) between the labeled bounding box and the output bounding box. An IoU > 0.7 was defined as correct. The model was trained on a custom workstation with an Intel Core i9-9900 K CPU, 64 GB of DDR4 RAM, 1 TB SSD, 2 TB hard drive, and one RTX 2070 GPU.

Evaluating the deep learning algorithm

The testing set

A total of 50 lateral neck radiographs with animal bones and 50 without animal bones were randomly combined as the test set. The human readers included 2 radiologists, 2 radiology residents, 2 ER physicians (1 board-certified and 1 in-training physician), and 2 ENT physicians (1 board-certified and 1 in-training physician). The sensitivity, specificity, and accuracy were evaluated for both the AI algorithm and the human readers. All participants involved in the test were unaware of the percentage of subjects with a positive foreign body impaction in the test set, their performance on the test, and of the correct answer to each reading. All participants retook the examination with the aid of the AI model after a washout period of 6 months to assess the performance of the AI-assisted interpretation.

Simulating application of the deep learning algorithm in a real-world clinical setting

From April 1, 2020, to June 30, 2020, a total of 209 patients with a chief complaint of animal bone impaction presented to the ER were included in the study. Of these, 83 were identified and removed by direct oral examination or laryngeal fiberscope, and 20 were positive for bone impaction in the esophagus, while the rest 106 were negative for bone impaction. The 126 patients (20 positives and 106 negatives for impacted bones in the esophagus) were included in the analysis. All 126 patients received lateral neck radiograph examinations. The AI performance was compared with the reports of radiologists.

Statistical analyses

In this study, continuous variables (age) and categorical variables (sex) were analyzed using ANOVA and chi-squared tests. The results are reported as mean ± standard deviation (SD). All demographic data analyses were conducted using Statistical Product and Service Solutions (SPSS) software version 19 for Windows (IBM). p values < 0.05 were considered statistically significant.

Results

Datasets

The demographic data of patients included in the training, validation, and testing datasets are shown in Table 1. There were 1783 lateral neck radiography with identifiable bone impactions from January 2010 to March 2020. Among the 1783 lateral neck radiographs, 50 were randomly selected as the testing dataset. The remaining 1733 radiographs were split into the training dataset (1213) and validation dataset (520). The patients in the training and validation sets were on average older than those in the testing and simulation sets, while there was no difference in the sex. The images included in the formation of the datasets were generated from 3 different manufacturers: CARESTREAM, SHIMADZU, and TOSHIBA.

Table 1 Demographic data of patients included in the training, validation, testing, and simulation datasets

Performance of the AI model and doctors

Representative cases from the true positives and false positives from the deep learning algorithm are shown in Fig. 2. The respective performances of the AI model and doctors on the testing dataset comprised of 100 patients are shown in Table 2. The sensitivity, specificity, and accuracy of the model were 96%, 90%, and 93% respectively. Among the doctors, radiologists demonstrated the highest sensitivity and accuracy. After a washout period of 6 months, all doctors exhibited improved performance with the aid of the AI model, with an accuracy improvement of more than 10% in doctors of every specialty, as shown in Table 2 and Fig. 3.

Fig. 2
figure 2

Representative cases of true positive and false positive of the deep learning algorithm. True positive and false positive of the deep learning algorithm. a Plain radiograph of the lateral neck and the results of the deep learning algorithm showed a foreign body (arrows) over prevertebral soft tissue at C7 level partially obscured by the shoulder. b CT without contrast showed a foreign body over the cervical esophagus at C7 level and the photograph of the specimen retrieved revealed a flat rectangular shaped fish bone. c The deep learning algorithm misinterpreted the calcified postero-inferior lamina of the thyroid cartilage as a foreign body. This can be confidently recognized by identifying the two parallel lines conforming to the shape of the bilateral postero-inferior lamina of the thyroid cartilage

Table 2 Performances on the testing set of the AI model and doctors with and without AI assistance
Fig. 3
figure 3

Physicians’ performances with and without AI assistance. ROC curve showing the performance of each physician with and without AI assistance. The two readings were separated with a washout period of 6 months

Simulation of real-world use in a clinical setting

Within a timeframe of 3 month, a total of 126 patients with a chief complaint of animal bone impaction presented to the ER with negative oral and laryngeal fiberscope examination were analyzed. Of these, 20 were positive for bone impaction in the esophagus, while the rest 106 were negative for bone impaction. The results of the AI model and radiologists’ reports are shown in Table 3. Among the 106 negative cases, 71 were discharged with follow-up at the ENT outpatient department, while 35 patients received a CT scan from the base of the tongue to the stomach due to persistent symptoms. Among the 20 cases who were found to be positive for animal bone impaction, 11 were recorded as negative in the radiologists’ lateral neck radiograph reports. Each of those 11 cases received a subsequent CT scan, on which impacted bones were indeed identified and then removed by rigid endoscope under general anesthesia. After referencing the CT imaging, 5 of the 11 cases were retrospectively found to be identifiable on the original radiograph. The 6 cases which were retrospectively deemed not visible on the original lateral neck radiograph were cases in which the impacted bone was either obscured by the shoulder or out of field (2 at C7 level; 2 at T1 level; 2 at T3 level). Our AI model correctly identified 12 of the 20 cases with animal bone impaction, including 3 cases which were missed in addition to the 9 cases identified in the radiologists’ reports. As expected, the 6 cases which were obscured by the shoulder or out of field were also missed by the AI model. Among the 106 cases without animal bone impaction, 10 cases were misinterpreted as positive in the radiologists’ reports, while the AI model misinterpreted 7 cases as positive. Among these false positive cases, only 2 overlapping cases existed between the AI model and radiologists’ reports.

Table 3 Performance on the simulation set of the AI model and the radiologists’ reports

Discussion

We herein present a deep learning artificial intelligence algorithm for the detection of impacted animal bones on lateral neck radiography. The algorithm demonstrated a non-inferior detection rate as compared to human readers in the testing set. We further investigated the potential application of this algorithm in a real-world clinical setting with a simulation set consisting of patients enrolled during a different time period and evaluated in a direct comparison with radiologists’ reports. The direct comparison revealed that the deep learning algorithm correctly identified 3 more animal bones than the radiologists on lateral neck radiographs.

Several previous studies have investigated the value of lateral neck radiography in patients with impacted foreign bodies, with reported sensitivities ranging from 10% to more than 90% [4,5,6]. The diverse sensitivities may be attributed to different components of the foreign bodies and their locations. Of note, studies having reported a higher sensitivity did not distinguish cases according to the specific type of foreign body [4, 5, 18], whereas those that reported a lower sensitivity included only impacted animal bones [6, 19, 20]. For animal bone impaction, studies have indeed suggested that plain radiograph is of little value, while CT demonstrates the highest accuracy [19, 20]. Meanwhile, more recent studies have suggested that a lateral neck radiograph be performed only after a negative laryngeal fiberscope examination, as this examination is well-tolerated for patients and the detection rate of lateral neck radiograph for animal bones located in the oropharynx is poor [6, 18]. In our institution, all patients presenting with suspected foreign body impaction will initially receive a laryngeal fiberscope examination. Therefore, the main value of a lateral neck radiograph is to detect foreign bodies that are inaccessible by the laryngeal fiberscope, while impacted bones detected on the lateral neck radiograph will exempt the patient from a further CT scan. The positive identification of impacted animal bones on plain radiograph will effectively act to accelerate the diagnostic and management processes while decreasing the radiation dosage and medical fee.

Radiographic signs for impacted animal bones on lateral neck radiography include direct visualization of radiopaque density and indirect signs, including presence of abnormal air column lucency, loss of cervical lordosis, and increased prevertebral soft tissue thickness [21]. However, since the indirect signs may merely reflect local soft tissue irritation [21, 22], unless the animal bone is directly visualized, further study, such as NECT, is often performed before a definitive treatment can be determined. Similar to a previous report [8], the interpretation accuracy of lateral neck radiography for doctors with different years of experience and subspecialties varies in this study. Although with the aid of the deep learning AI algorithm, every doctor exhibited improved accuracy. The ability of an interpreter to accurately identify animal bones of various sizes and in variable locations on lateral neck radiograph gradually improves with experience, thus our deep learning AI model may effectively act to accelerate and enhance this acquired ability.

There was a decrease of more than 30% in sensitivity between the test set and the simulation set, for both the deep learning AI model and radiologists. The main explanation for this result was likely the different cohorts comprising the two sets. More specifically, the test set, in addition to the training and validation sets, included only cases in which the animal bones were identifiable on lateral neck radiography. By contrast, the simulation set had no such exclusion criteria, and thus included cases which would have been excluded from the testing set. Therefore, the decreased detection rate observed in the simulation set was potentially due to the intrinsic limited effectiveness of the lateral neck radiograph to detect impacted animal bones.

Included in the simulation set were 14 cases with animal bones which were retrospectively deemed as identifiable on lateral neck radiography, with or without reference to CT imagery. Among these 14 cases, 5 were missed by the radiologists and received subsequent CT scans. Our deep learning model accurately detected 3 more cases as compared to the radiologists, which would translate into 3 fewer CT scans performed if the model was applied in clinical practice. Furthermore, as most of the false positives made by the AI model and the radiologists did not overlap, the AI model could act to complement the interpretation of the lateral neck radiograph, thereby achieving a lower false positive rate.

The radiographic evaluation of patients with animal bone impaction varies across institutions, with plain radiograph being the first-line radiological investigation [17, 23] to completely abandoning plain radiograph in the evaluation process [24, 25]. Although lacking sensitivity, a positive result on the plain radiograph is sufficiently specific to warrant direct treatment without the need for further imaging [23]. As many missed cases were retrospectively identifiable, our AI model may enhance the interpretation process of lateral neck radiographs for the detection of animal bone impaction, thereby decreasing the need for further imaging and accelerating the clinical workflow. However, the radiograph interpreter should be aware of the factors which may affect the interpretation of lateral neck radiograph. In clinical practice, it is often challenging to interpret lateral neck radiographs in older patients due to complex calcification and ossification structures in the neck which can obscure the image or be mistaken for swallowed animal bones. In this study, no animal bones were missed by the AI algorithm among pediatric patients. This could be attributed to better soft tissue penetration with no obscuring calcification or ossification structures in the neck. However, since pediatric patients only made up a small proportion of the samples (3 cases out of 50 positive cases in the testing data set, and 2 cases out of 20 positive cases in the simulation data set), further studies involving larger numbers of pediatric patients are needed to reach more definitive conclusions.

One of the main challenges in the integration of AI in radiological practice is the need for radiologists to be trained in the use of AI algorithms and to understand the decision-making processes of the AI models [26]. Another challenge is the need for collaboration between radiologists and AI developers to ensure that the AI algorithms are properly validated and the results are properly interpreted [27]. Lastly, the integration of AI in radiological practice also requires the development of infrastructure and the integration with the existing Radiology Information System (RIS) and Picture Archiving and Communication System (PACS) in the hospital. The AI model in this study is a relatively straightforward application aimed at a very specific clinical scenario for which the training of its use would be simple and fast. However, users must note that the algorithm was trained in a single institution, such that the accuracy of the model may be affected by distinct varieties of ingested animal bones in cultures with different diets.

The strength of this study lies in the fact that the labeling and classification was not based on radiologists’ reports, but rather retrospectively referenced to the CT, endoscopy, and photograph of the specimen to ensure the quality of the data used for developing the algorithm. Meanwhile, there are indeed several limitations. First, the data used to train the model were from a single institution. Although the data were attained by different brands and models of x-ray machines in a time period of 10 years, external validation is still needed for further verification. Since not only the brand and model of x-ray machines may affect the final results, animal bones from different species of animals (particularly different species of fish) may also impact detection rates [20, 28]. Therefore, the results may vary in different geographic zones with different diets. Second, the simulation section of the study was conducted in a relatively short period of time, while clinical efficacy may be better evaluated by a prospective clinical trial. Third, although our results demonstrate the potential benefits of AI-assisted detection on plain radiograph to decrease the need for CT imaging, the detection rate is limited by the intrinsic limitations of plain radiography, particularly for bones impacted in the thoracic esophagus. Lastly, the deep learning AI model was trained to specifically identify animal bones on lateral neck radiographs and is not intended to replace a formal radiological report. Rather, the purpose of this AI model is to assist the interpreter to quickly identify impacted animal bones on lateral neck radiograph, while the interpreter should still scrutinize the imagery for other potentially critical findings, such as abnormalities of the cervical spine, airway, or other soft tissue lesions of the neck.

In conclusion, our deep learning AI model demonstrates a superior sensitivity for the identification of impacted animal bones on lateral neck radiograph without an increased false positive rate. The application of our AI model in clinical practice may accelerate the diagnostic process, thereby improving workflow and decreasing the need for CT imagery.

Availability of data and materials

The datasets generated or analyzed during the study are available from the corresponding author on reasonable request.

Abbreviations

AI:

Artificial intelligence

IoU:

Intersection over union

NECT:

Non-enhanced computed tomography scan

References

  1. Sands NB, Richardson K, Mlynarek A (2012) A bone to pick? Fish bones of the upper aerodigestive tract: review of the literature. J Otolaryngol Head Neck Surg 41:374–380

    PubMed  Google Scholar 

  2. Connolly AA, Birchall M, Walsh-Waring GP, Moore-Gillon V (1992) Ingested foreign bodies: patient-guided localization is a useful clinical tool. Clin Otolaryngol Allied Sci 17:520–524

    Article  CAS  PubMed  Google Scholar 

  3. Castan Senar A, Dinu LE, Artigas JM, Larrosa R, Navarro Y, Angulo E (2017) Foreign bodies on lateral neck radiographs in adults: imaging findings and common pitfalls. Radiographics 37:323–345

    Article  PubMed  Google Scholar 

  4. Haglund S, Haverling M, Kuylenstierna R, Lind MG (1978) Radiographic diagnosis of foreign bodies in the oesophagus. J Laryngol Otol 92:1117–1125

    Article  CAS  PubMed  Google Scholar 

  5. Malik SA, Qureshi IA, Muhammad R (2018) diagnostic accuracy of plain X-ray lateral neck in the diagnosis of cervical esophageal foreign bodies keeping oesophagoscopy as gold standard. J Ayub Med Coll Abbottabad 30:386–388

    PubMed  Google Scholar 

  6. Sanei-Moghaddam A, Sanei-Moghaddam A, Kahrobaei S (2015) Lateral soft tissue X-ray for patients with suspected fishbone in oropharynx, a thing in the past. Iran J Otorhinolaryngol 27:459–462

    PubMed  PubMed Central  Google Scholar 

  7. Davies WR, Bate PJ (2009) Relative radio-opacity of commonly consumed fish species in South East Queensland on lateral neck x-ray: an ovine model. Med J Aust 191:677–680

    Article  PubMed  Google Scholar 

  8. Karnwal A, Ho EC, Hall A, Molony N (2008) Lateral soft tissue neck X-rays: are they useful in management of upper aero-digestive tract foreign bodies? J Laryngol Otol 122:845–847

    Article  CAS  PubMed  Google Scholar 

  9. Hosny A, Parmar C, Quackenbush J, Schwartz LH, Aerts H (2018) Artificial intelligence in radiology. Nat Rev Cancer 18:500–510

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Greenspan H, Ginneken B, Summers R (2016) Guest editorial deep learning in medical imaging: overview and future promise of an exciting new technique. IEEE Trans Med Imaging 35:1153–1159

    Article  Google Scholar 

  11. Coppola F, Faggioni L, Gabelloni M et al (2021) Human, all too human? An all-around appraisal of the “artificial intelligence revolution” in medical imaging. Front Psychol 12:710982

    Article  PubMed  PubMed Central  Google Scholar 

  12. Tadavarthi Y, Vey B, Krupinski E et al (2020) The state of radiology AI: considerations for purchase decisions and current market offerings. Radiol Artif Intell 2:e200004

    Article  PubMed  PubMed Central  Google Scholar 

  13. van Leeuwen KG, de Rooij M, Schalekamp S, van Ginneken B, Rutten M (2022) How does artificial intelligence in radiology improve efficiency and health outcomes? Pediatr Radiol 52:2087–2093

    Article  PubMed  Google Scholar 

  14. Reyes M, Meier R, Pereira S et al (2020) On the interpretability of artificial intelligence in radiology: challenges and opportunities. Radiol Artif Intell 2:e190043

    Article  PubMed  PubMed Central  Google Scholar 

  15. Rostad BS, Richer EJ, Riedesel EL, Alazraki AL (2022) Esophageal discoid foreign body detection and classification using artificial intelligence. Pediatr Radiol 52:477–482

    Article  PubMed  Google Scholar 

  16. Pugmire BS, Lim R, Avery LL (2015) Review of Ingested and aspirated foreign bodies in children and their clinical significance for radiologists. Radiographics 35:1528–1538

    Article  PubMed  Google Scholar 

  17. Akazawa Y, Watanabe S, Nobukiyo S et al (2004) The management of possible fishbone ingestion. Auris Nasus Larynx 31:413–416

    Article  PubMed  Google Scholar 

  18. Wu IS, Ho TL, Chang CC, Lee HS, Chen MK (2008) Value of lateral neck radiography for ingested foreign bodies using the likelihood ratio. J Otolaryngol Head Neck Surg 37:292–296

    PubMed  Google Scholar 

  19. Evans RM, Ahuja A, Rhys Williams S, Van Hasselt CA (1992) The lateral neck radiograph in suspected impacted fish bones–does it have a role? Clin Radiol 46:121–123

    Article  CAS  PubMed  Google Scholar 

  20. Lue AJ, Fang WD, Manolidis S (2000) Use of plain radiography and computed tomography to identify fish bone foreign bodies. Otolaryngol Head Neck Surg 123:435–438

    Article  CAS  PubMed  Google Scholar 

  21. Luo CM, Lee YC (2020) Diagnostic accuracy of lateral neck radiography for esophageal foreign bodies in adults. AJR Am J Roentgenol 215:465–471

    Article  PubMed  Google Scholar 

  22. McVicar J (2009) Lateral soft tissue neck X-rays: are they useful in management of upper aero-digestive tract foreign bodies? J Laryngol Otol 123:1293

    Article  CAS  PubMed  Google Scholar 

  23. Das D, May G (2007) Best evidence topic report. Is CT effective in cases of upper oesophageal fish bone ingestion? Emerg Med J 24:48–49

    Article  PubMed  Google Scholar 

  24. Kim JP, Kwon OJ, Shim HS, Kim RB, Kim JH, Woo SH (2015) Analysis of clinical feature and management of fish bone ingestion of upper gastrointestinal tract. Clin Exp Otorhinolaryngol 8:261–267

    Article  PubMed  PubMed Central  Google Scholar 

  25. Woo SH, Kim KH (2015) Proposal for methods of diagnosis of fish bone foreign body in the Esophagus. Laryngoscope 125:2472–2475

    Article  PubMed  Google Scholar 

  26. Recht MP, Dewey M, Dreyer K et al (2020) Integrating artificial intelligence into the clinical practice of radiology: challenges and recommendations. Eur Radiol 30:3576–3584

    Article  PubMed  Google Scholar 

  27. Prevedello LM, Halabi SS, Shih G et al (2019) Challenges related to artificial intelligence research in medical imaging and the importance of image analysis competitions. Radiol Artif Intell 1:e180031

    Article  PubMed  PubMed Central  Google Scholar 

  28. Ell SR, Sprigg A, Parker AJ (1996) A multi-observer study examining the radiographic visibility of fishbone foreign bodies. J R Soc Med 89:31–34

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Funding

This research was funded by the Chang Gung Memorial Hospital (Grant Number CORPG8J0111). The authors have indicated no financial conflicts of interest.

Author information

Authors and Affiliations

Authors

Contributions

W-CL contributed to conceptualization; S-DL and Y-FT were involved in data curation; Y-SC contributed to formal analysis; W-CL was involved in funding acquisition; T-YL and Y-TH contributed to investigation; C-CY and P-LC were involved in methodology; none contributed to project administration; C-KW; I-MC; and P-TC were involved in resources; C-HL and J-FL provided software; S-FK contributed to supervision; C-HL and J-FL were involved in validation; C-HL and J-FL contributed to visualization; Y-SC was involved in writing—original draft; W-CL and S-DL contributed to writing—review and editing; and Y-SC; W-CL; and S-DL were involved in writing—revised draft. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Wei-Che Lin.

Ethics declarations

Ethics approval and consent to participate

This retrospective study was approved by the institutional review board (202001550B0 and 201900877B0), and each participants’ private information was protected.

Consent for publication

Not applicable.

Competing interests

The authors have indicated no financial conflicts of interest.

Additional information

Publisher's Note

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

Supplementary Information

Additional file 1

. Supplementary Fig. 1. Flow chart for patient enrollment.

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

Chen, YS., Luo, SD., Lee, CH. et al. Improving detection of impacted animal bones on lateral neck radiograph using a deep learning artificial intelligence algorithm. Insights Imaging 14, 43 (2023). https://doi.org/10.1186/s13244-023-01385-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13244-023-01385-x

Keywords