Skip to main content

ORIGINAL RESEARCH article

Front. Med., 29 June 2022
Sec. Translational Medicine
This article is part of the Research Topic Implementation of AI and Machine Learning Technologies in Medicine View all 21 articles

InterNet: Detection of Active Abdominal Arterial Bleeding Using Emergency Digital Subtraction Angiography Imaging With Two-Stage Deep Learning

\nXiangde Min&#x;Xiangde Min1Zhaoyan Feng&#x;Zhaoyan Feng1Junfeng Gao&#x;Junfeng Gao2Shu ChenShu Chen3Peipei ZhangPeipei Zhang1Tianyu FuTianyu Fu3Hong ShenHong Shen3Nan Wang
Nan Wang1*
  • 1Department of Radiology, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China
  • 2College of Biomedical Engineering, South-Central of University for Nationalities, Wuhan, China
  • 3United Imaging Intelligence, Shanghai, China

Objective: Active abdominal arterial bleeding is an emergency medical condition. Herein, we present our use of this two-stage InterNet model for detection of active abdominal arterial bleeding using emergency DSA imaging.

Methods: Firstly, 450 patients who underwent abdominal DSA procedures were randomly selected for development of the region localization stage (RLS). Secondly, 160 consecutive patients with active abdominal arterial bleeding were included for development of the bleeding site detection stage (BSDS) and InterNet (cascade network of RLS and BSDS). Another 50 patients that ruled out active abdominal arterial bleeding were used as negative samples to evaluate InterNet performance. We evaluated the mode's efficacy using the precision-recall (PR) curve. The classification performance of a doctor with and without InterNet was evaluated using a receiver operating characteristic (ROC) curve analysis.

Results: The AP, precision, and recall of the RLS were 0.99, 0.95, and 0.99 in the validation dataset, respectively. Our InterNet reached a recall of 0.7, the precision for detection of bleeding sites was 53% in the evaluation set. The AUCs of doctors with and without InterNet were 0.803 and 0.759, respectively. In addition, the doctor with InterNet assistant could significantly reduce the elapsed time for the interpretation of each DSA sequence from 84.88 to 43.78 s.

Conclusion: Our InterNet system could assist interventional radiologists in identifying bleeding foci quickly and may improve the workflow of the DSA operation to a more real-time procedure.

Introduction

Active abdominal arterial bleeding is a medical emergency that may lead to haemorrhagic shock or circulatory instability if left untreated (15). Clinicians experience difficulty in dealing with this complicated condition (2, 5, 6). Most cases of active abdominal arterial bleeding are medically treated by correcting coagulation abnormalities or through endoscopy (79). Nonetheless, these methods can fail in some patients with significant bleeding, in which cases endovascular treatment is desired (3, 1014). Due to its advantages of reduced morbidity and mortality, endovascular treatment using digital subtraction angiography (DSA) is now preferred over open surgery (5, 11, 1517).

Rapid and accurate diagnosis of arterial bleeding by an interventional physician via DSA remains challenging (1). Human limitations in a crowded tertiary hospital include staff shortage, excess workload, and, especially, a lack of knowledge among radiologists regarding arterial bleeding. Under these circumstances, an automated system is needed to alleviate the tedious task of screening out incidental findings and allowing physicians more time to interact with patients and other health care providers. Further, such a system would help address the lack of expert radiologists in rural and community hospitals. What's more, the bleeding could be subtle in some cases. It is difficult to identify subtle bleeding by human quickly, and it is more difficult for junior doctor. So, one of the important values of our system is to shorten diagnosis time and to reduce the rate of missed bleeding sites. Deep learning approaches have provided exciting solutions medical image in medical image detection. The diagnosis of bleeding involves a typical computer visual task of classification of radiological images into bleeding and non-bleeding categories and detection of bleeding sites. However, computer-assisted automated detection of active abdominal arterial bleeding from DSA images has not been previously reported.

In current practice, a captured video sequence is reviewed offline by the physician to identify bleeding sites before the intervention is performed. A usable AI (artificial intelligence) system should be able to replace this offline review with automated detection of bleeding sites. Thus, our system was designed and evaluated based on this first goal. However, the current workflow must ultimately be improved to a more real-time system ideally. If the automated system detects bleeding sites correctly in most frames and at the video frame rate, there might be no need for an offline review. The physician could directly view the highlighted bleeding sites in real-time and perform the surgery, which would reduce the surgery time. In this work, we proposed a two-stage deep learning model (named InterNet) for real-time detection of active abdominal arterial bleeding using emergency DSA imaging. We hypothesized that the InterNet can detect active abdominal arterial bleeding at a faster speed and higher sensitivity.

Materials and Methods

Data Acquisition

Firstly, 450 patients who underwent abdominal DSA procedures were randomly selected from our PACS system for development of the region localization stage (RLS). Secondly, 160 consecutive patients with active abdominal arterial bleeding who underwent endovascular treatment between January 2013 and January 2020 were retrospectively included for development of the bleeding site detection stage (BSDS) and InterNet (cascade network of RLS and BSDS). These 160 patients had clinical signs of active abdominal arterial bleeding: blood from a postoperative drainage tube, haematuria, haematochezia, hypotension, tachycardia, or a low hemoglobin level. Another 50 patients who underwent abdominal DSA procedures that ruled out active abdominal arterial bleeding were randomly selected and used as negative samples to evaluate InterNet performance.

A standard transfemoral approach was used in all angiographic procedures. A sheath introducer was placed in the right or left common femoral artery using the Seldinger technique. Selective angiography of the abdominal aortic branches was performed using a 5-Fr catheter in all patients. Super selective angiography of the tiny branches was performed using a microcatheter.

DSA images usually contain multiple sequences, and each sequence consisted of 30–50 video frames at six frames per second. All data were stored in Digital Imaging and Communications in Medicine (DICOM) format. All data were manually annotated using LabelImge software (GitHub, Inc., San Francisco, CA, USA). The bleeding sites and angiographic regions were manually segmented and annotated by two radiologists. The segmented images were then reviewed by another experienced radiologist. Any disagreements in segmentation were resolved through consensus among the three radiologists.

Dataset Splitting

A total of 546 sequences from 450 patients were used for RLS development. These patients were randomly split into a training dataset (80%) and a validation dataset (20%). From the 160 patients with active abdominal arterial bleeding, 182 sequences from 90 patients were classified into the BLDS training dataset; 49 sequences from 20 patients were classified as a validation dataset for stability and generalizability of the RLS and BSDS cascade network (InterNet). Sixty-seven sequences from 50 actively bleeding patients and 80 sequences from 50 patients without active bleeding were classified as an independent testing dataset for InterNet.

Deep Learning Model Development

The entire program was performed with Pytorch version 1.2 (Pytorch, Warsaw, Mazowieckie, Poland) as the backend, on a desktop computer equipped with an Intel (R) Xeon(R) Silver 4110 system (Intel Inc., Santa Clara, CA, USA), 64 GB RAM, and a GeForce RTX 2080Ti GPU (Nvidia, Santa Clara, CA, USA). The InterNet detection system was developed to automatically detect bleeding sites on DSA images using a two-stage process, first localizing the angiographic region from the original frame image (RLS), followed by bleeding site detection on the cropped image (BSDS). The framework of our two-stage detection system is schematized in Figure 1. The RLS was based on the sparseness of bleeding sites in a sequence and within a frame image. ResNet50 was used as the backbone for our two-stage deep learning model framework.

FIGURE 1
www.frontiersin.org

Figure 1. Overview diagram of the proposed two-stage deep learning approach (InterNet). The system first detected the angiographic region from the original frame image. The output of the RLS was used as input in the next stage of redundancy reduction. RPN, region proposal network; ROI, region of interest; FC, fully connected layer; Bbox, bounding box.

Multi-scale features were extracted to create feature maps, and the region proposal networks (RPNs) were applied to generate region proposals via classification and regression (18). The proposed regions underwent non-maximum suppression to filter the highly overlapping regions. Region pooling unified the various-sized regions to the same size. The resulting region candidates were put through the Region Based Convolutional Neural Networks (R-CNN). The targets were classified, and the bounding boxes underwent a second regression to achieve the final target detection. Moreover, we applied the feature pyramid networks (FPN) on the framework of our two-stage detection system (19). The cost and benefit of using the FPN compared to the approach without FPN was also evaluated. The detailed network structure of multi-scale features extraction is schematized in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. Detailed network structure diagram of feature pyramid network (FPN). We adopted FPN with a ResNet-50 backbone for InterNet. FPN is an outstanding detector for many visual tasks and can identify objects at multi-scales. RPN, region proposal network; ROI, region of interest; FC, fully connected layer; bbox, bounding box; RCNN, Region Based Convolutional Neural Networks.

To tune the detection system, we adjusted the size of the input image. According to the detection performance, we chose the optimal value of the key parameter of “resize.” To avoid overfitting, we used common techniques to augment the data. Contrast-limited adaptive histogram equalization (CLAHE) was applied to reduce the intensity range, followed by random shift and rotation to augment the orientation and position of the bleeding site samples (20). Perturbation of intensities and contrast and a random median filter were applied to improve the distribution of the samples.

Performance Assessment Between Doctors With and Without InterNet Assistant

To evaluate the benefit of InterNet, we compared the classification efficiency between doctors in terms of patients with InterNet assistant using the independent testing dataset. The classification performance and elapsed time were recorded.

Statistical Analyzes

We evaluated the model's efficacy using the precision-recall (PR) curve, which is commonly used to show the compromise between precision and recall. By moving along the curve, various compromises between precision and recall can be acquired, enabling us to choose between the two. A high recall indicates a higher rate of detection (fewer false negatives), and a high precision indicates a lower rate of false positives. The average precision (AP) was used to evaluate the detection precision of the deep learning algorithms. A prediction is considered to be true positive if Intersection over Union (IoU) > 0.5, and false positive if IoU < 0.5. The frame-per-second (FPS) rate of each test was calculated to evaluate whether the bleeding sites could be tracked in real-time. The classification performance of a doctor with and without InterNet was evaluated using a receiver operating characteristic (ROC) curve analysis. The area under the curve (AUC), sensitivity, and specificity were calculated. The differences in elapsed time for a doctor with and without InterNet were compared using the Mann-Whitney U-test. Statistical analyses were performed using R (version 3.3.4, http://www.Rproject.org). The threshold for statistical significance was set at a two-sided p < 0.05.

Results

We used the area calculated from the segmented mask of each positive DSA image to represents the amount of bleeding. The mean bleeding site area of the 67 sequences from 50 actively bleeding patients in the independent testing dataset is 938.4 ± 1,707.1 square millimeter. Among the 50 patients, the bleeding locations of 24 cases are in kidney; 19 cases are in digestive tract; three cases are in spleen; two cases are in uterus; and two cases are in other organs.

The AP, precision, and recall of the RLS were 0.99, 0.95, and 0.99, respectively. This means that the angiographic region could be correctly recognized in 99 out of 100 testing images. The P-R curve of the RLS on the validation dataset is shown in Supplementary Figure 1.

The baseline system showed an AP of 58.1% and FPS rate of 4.2, while the network with FPN showed improved AP of 60.3% and FPS rate of 5.0. The detection results for the system on the validation dataset with and without FPN are shown in Table 1. The key parameter of “resize” was found to be optimal at 1,333 × 800. The AP reached 64.5% with this input image size, while the FRS showed a slight decrease from 5.0 to 3.9. The model including Baseline + FPN and resize 1,333 × 800 was selected as the final structure for our InterNet system. The effect of changing the resize parameters of the detection system is shown in Table 2. The InterNet P-R curve for the evaluation dataset is shown in Figure 3. For the task of detection, a high recall was more desirable than a high precision. Therefore, we picked a spot with a recall of 0.7 and precision of 0.53.

TABLE 1
www.frontiersin.org

Table 1. Effect of feature pyramid networks of the detection system.

TABLE 2
www.frontiersin.org

Table 2. Effects of changing resize parameters of the detection system.

FIGURE 3
www.frontiersin.org

Figure 3. The precision–recall curve of the InterNet. The average precision of the InterNet was 64.5 on the evaluation dataset. We selected a spot with a recall of 0.7 and a precision of 0.53.

Table 3 and Figure 4 summarize the classification performance of a doctor with and without InterNet. The doctor with InterNet showed a superior performance to that of the doctor without InterNet. The AUCs of doctors with and without InterNet were 0.803 and 0.759, respectively. In particular, the doctor with InterNet assistant showed a substantially increased sensitivity, from 73.17 to 88.06%. In addition, the doctor with InterNet assistant could significantly reduce the elapsed time for the interpretation of each DSA sequence from 84.88 to 43.78 s per sequence (p < 0.01; Figure 5). Examples of the prediction results obtained by our proposed InterNet are shown in Figure 6.

TABLE 3
www.frontiersin.org

Table 3. Classification performance of a doctor with and without InterNet.

FIGURE 4
www.frontiersin.org

Figure 4. Receiver operating characteristic (ROC) curve for doctor without and doctor with InterNet assistant. Doctor with InterNet assistant showed a superior performance to that of doctor without InterNet assistant. The AUCs of doctor with and doctor without InterNet were 0.803 and 0.759, respectively.

FIGURE 5
www.frontiersin.org

Figure 5. Elapsed time of doctor without and doctor with InterNet assistant. Doctor with InterNet assistant significantly reduced the elapsed time for the interpretation of each DSA sequence from 84.88 to 43.78 s per sequence.

FIGURE 6
www.frontiersin.org

Figure 6. Three sample results from InterNet. (A–C) Are images from a patient with subrectal arterial branch bleeding; (D–F) are images from a patient with bleeding from a right colonic artery branch; (G–I) are images from a patient with a bleeding branch of the inferior artery of the right kidney. The red boxes represent the ground truth bleeding bounding boxes; the green box represents the detected bleeding bounding box.

Discussion

Given the efficacy and safety of transcatheter arterial embolization compared with open surgery for the treatment of active abdominal arterial bleeding (5, 11, 1517), accurate and rapid detection of bleeding sites is the key to success of transcatheter arterial embolization. In this study, we built an automated system based on a deep neural network model to detect active abdominal arterial bleeding on DSA images. Our InterNet system could help doctors in making a faster and more accurate interpretation. To our knowledge, this is the first system to automatically detect active arterial bleeding sites in DSA images.

In this study, we adopted two-stage deep learning for detection of active abdominal bleeding sites. In RLS, the angiographic region is proposed for detecting potential bleeding sites. In this stage, our detection system located a specific region to reduce the interference from other regions. The output of the RLS was used as input in the next stage of redundancy reduction. A practical benefit of RLS is that any data sequence, whether positive or negative, can be used for training the network for angiographic region extraction. This along with the ease of ROI labeling creates ample data to train a robust algorithm to extract the angiographic regions from the original frame images.

In the current study, we adopted FPN with a ResNet-50 backbone for the InterNet, because FPN is an outstanding detector for many visual tasks. FPN is capable of multi-scale feature extraction, which fits well with the task of detecting bleeding sites that have large variations in their sizes and shapes. FPN has a top-to-bottom pathway in addition to the bottom-to-top pathway of a regular neural network; hence, the semantic information from the top levels helps enhance the detailed information in the lower layers, leading to a powerful multi-scale capacity (19). In our study, the baseline system with FPN showed a relatively higher compared without FPN (60.3 vs. 58.1%).

Embolization requires the localization of bleeding sites, which can be easily missed by a physician. For our abdominal bleeding detection task, a low false negative rate is more desirable than a low false positive rate, since for a physician, it is easy to miss both, a bleeding spot and to rule out one. For this task of detection, a high recall was more desirable than a high precision. Therefore, we picked a spot with a recall of 0.7. At a recall of 0.7, the precision for detection of bleeding sites was 53% in the evaluation set. A recall of 70% means that the bleeding spot will be revealed to the physician in two of the three frames. A precision of 53% means that, on an average, for every correctly detected bleeding site, there will be <1 false detection. This false positive rate should be acceptable and not divert much of the physician's attention. The doctor with InterNet performed superiorly to the doctor without InterNet. In addition, the doctor with InterNet assistant could significantly reduce the elapsed time for the interpretation of each DSA sequence.

In present-day DSA surgery, after the DSA sequences are acquired, the physician reviews the sequence offline to detect the bleeding sites before performing the intervention. This workflow does not require our system to have real-time performance to replace the physician's effort of detecting bleeding sites. A more advanced use of the system would be to improve the workflow of the DSA operation to a more real-time procedure, thus eliminating the need for offline review and discussion. Ideally, the physician would look at the overhead monitor and observe the DSA images with overlaid marks of automatically detected bleeding sites (Supplementary Figure 2). To achieve this, it is best for the system to reach six frames per second—the frame rate of the captured imaging sequence. The frame rate achieved with Python in this study is close to 4 frames per second, and it is conceivable that a product based on optimized C++ code should reach six frames per second without much difficulty. In such a system, the physician could watch the video sequence in real-time. The system will produce some false positives, with an average of one false positive every two frames due to a precision of 53%. The bleeding sites in ~1 of 3 frames will not be marked due to a recall rate of 70%. Despite these imperfections, at an FRS of 4, the physician should be able to mentally make up the gap frames and eliminate the false marks with ease.

In recent years, many deep learning approaches have been developed for medical imaging analysis (2123). A few studies have applied deep learning in DSA imaging. Alexander et al. trained a CNN system to automatically segment saccular aneurysms (pre- or post-coiling) and surrounding vasculature from DSA images (24). Yufen used residual density to generate a DSA image from a single live image without mask data acquisition, thus avoiding the appearance of motion artifacts in the image (25). To date, no study has applied the deep learning system for the detection of bleeding in DSA. We suspect that the difficulty in obtaining sufficient data is an important factor limiting its application to DSA. In this study, we applied deep learning for the detection of bleeding on DSA for the first time. Further applications of deep learning in DSA should be proposed and evaluated in future work. Deep learning may play an important role in surgery.

The main clinical applications of the proposed method are as followings. First, with the help of the current system, the physician would reduce the rate of missed bleeding sites, especially when the bleeding is subtle. Missed bleeding sites could lead to poor outcomes, and some patients may need a second procedure. Therefore, our system has the potential to improve the prognosis of patients. Second, the deep learning system developed in this study has the potential to shorten operation time, which may also reduce the radiation dosage to doctors and patients during the operation (26). Third, the automated system in our study would help address the lack of expert radiologists in rural and community hospitals. The CT Angiography (CTA) is also a common method for diagnosing active bleeding abdomen bleeding. Compared to CTA, DSA play import roles not only in diagnosis but also in appropriate management of abdomen bleeding. Most of the cases included in current study were performed emergency DSA surgery, therefor very few patients underwent CTA before DSA due to limited time. For the 50 actively bleeding patients in the independent testing dataset for InterNet, only seven patients underwent CTA before DSA surgery. The two radiologists did not view their CTA results when identify the bleeding sites. Thus, the CTA examination would not influence the research results in this retrospective study.

This study has several limitations. Firstly, this was a retrospective study design at a single institute. The number of images with bleeding sites included in the test set was also not very large. Secondly, only DSA imaging of one manufacture was included. Based on current results, we could not sure whether the method could be generalized to various DSA sequences from various manufactures. Therefore, our system should be validated in multicentre studies of a larger scale. Thirdly, only abdominal bleeding was included. Other types of bleeding (neck or thoracic bleeding) were not included because of their low incidences.

In this study, we presented a two-stage model InterNet for active abdominal bleeding detection using deep learning with DSA data. This work has created a usable system to automatically detect bleeding sites in DSA sequences. Our developed InterNet system could help doctors in achieving a faster and more accurate interpretation. A prospective clinical trial is necessary to determine the effectiveness of this system and whether it will ultimately improve patient care and outcomes.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics Statement

The studies involving human participants were reviewed and approved by Institutional Review Board of Tongji Hospital of Huazhong University of Science and Technology. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements.

Author Contributions

XM, ZF, and NW: conception and design. PZ and XM: collection and assembly of data. SC, TF, HS, and JG: data analysis and interpretation. XM, ZF, JG, and NW: manuscript writing. All authors: final approval of manuscript.

Funding

This paper was supported by the National Natural Science Foundation of China under Grant No. 81801668 and 61773408.

Conflict of Interest

SC, TF, and HS were employed by United Imaging Intelligence.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Acknowledgments

We gratefully acknowledge the assistance of Wenzhi Lv and Leigang Sun for DICOM data acquisition.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fmed.2022.762091/full#supplementary-material

References

1. Pech M, Serafin Z, Fischbach F, Damm R, Jargiello T, Seidensticker M, et al. Transarterial embolization of acute iatrogenic hemorrhages: predictive factors for mortality and outcome. Br J Radiol. (2020) 93:20190413. doi: 10.1259/bjr.20190413

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Yang J, Zhang XH, Huang YH, Chen B, Xu JB, Chen CQ, et al. Diagnosis and treatment of abdominal arterial bleeding after radical gastrectomy: a retrospective analysis of 1875 consecutive resections for gastric cancer. J Gastrointest Surg. (2016) 20:510–20. doi: 10.1007/s11605-015-3049-z

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Kaminskis A, Ivanova P, Kratovska A, Ponomarjova S, Ptasnuka M, Demicevs J, et al. Endoscopic hemostasis followed by preventive transarterial embolization in high-risk patients with bleeding peptic ulcer: 5-year experience. World J Emerg Surg. (2019) 14:45. doi: 10.1186/s13017-019-0264-z

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Laing CJ, Tobias T, Rosenblum DI, Banker WL, Tseng L, Tamarkin SW. Acute gastrointestinal bleeding: emerging role of multidetector CT angiography and review of current imaging techniques. Radiographics. (2007) 27:1055–70. doi: 10.1148/rg.274065095

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Venclauskas L, Bratlie SO, Zachrisson K, Maleckas A, Pundzius J, Jonson C. Is transcatheter arterial embolization a safer alternative than surgery when endoscopic therapy fails in bleeding duodenal ulcer? Scand J Gastroenterol. (2010) 45:299–304. doi: 10.3109/00365520903486109

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Zhou TY, Sun JH, Zhang YL, Zhou GH, Nie CH, Zhu TY, et al. Post-pancreaticoduodenectomy hemorrhage: DSA diagnosis and endovascular treatment. Oncotarget. (2017) 8:73684–92. doi: 10.18632/oncotarget.17450

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Celinski K, Cichoz-Lach H, Madro A, Slomka M, Kasztelan-Szczerbinska B, Dworzanski T. Non-variceal upper gastrointestinal bleeding–guidelines on management. J Physiol Pharmacol. (2008) 59(Suppl.2):215–29.

Google Scholar

8. Pasha SF, Shergill A, Acosta RD, Chandrasekhara V, Chathadi KV, Early D, et al. The role of endoscopy in the patient with lower GI bleeding. Gastrointest Endosc. (2014) 79:875–85. doi: 10.1016/j.gie.2013.10.039

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Gralnek IM, Dumonceau JM, Kuipers EJ, Lanas A, Sanders DS, Kurien M, et al. Diagnosis and management of nonvariceal upper gastrointestinal hemorrhage: European Society of Gastrointestinal Endoscopy (ESGE) Guideline. Endoscopy. (2015) 47:a1–46. doi: 10.1055/s-0034-1393172

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Wong TC, Wong KT, Chiu PW, Teoh AY Yu SC, Au KW, et al. A comparison of angiographic embolization with surgery after failed endoscopic hemostasis to bleeding peptic ulcers. Gastrointest Endosc. (2011) 73:900–8. doi: 10.1016/j.gie.2010.11.024

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Katano T, Mizoshita T, Senoo K, Sobue S, Takada H, Sakamoto T, et al. The efficacy of transcatheter arterial embolization as the first-choice treatment after failure of endoscopic hemostasis and endoscopic treatment resistance factors. Dig Endosc. (2012) 24:364–9. doi: 10.1111/j.1443-1661.2012.01285.x

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Ai M, Lu G, Xu J. Endovascular embolization of arterial bleeding in patients with severe acute pancreatitis. Wideochir Inne Tech Maloinwazyjne. (2019) 14:401–7. doi: 10.5114/wiitm.2019.86919

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Chen YT, Sun HL, Luo JH, Ni JY, Chen D, Jiang XY, et al. Interventional digital subtraction angiography for small bowel gastrointestinal stromal tumors with bleeding. World J Gastroenterol. (2014) 20:17955–61. doi: 10.3748/wjg.v20.i47.17955

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Sirvinskas A, Smolskas E, Mikelis K, Brimiene V, Brimas G. Transcatheter arterial embolization for upper gastrointestinal tract bleeding. Wideochir Inne Tech Maloinwazyjne. (2017) 12:385–93. doi: 10.5114/wiitm.2017.72319

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Defreyne L, Vanlangenhove P, De Vos M, Pattyn P, Van Maele G, Decruyenaere J, et al. Embolization as a first approach with endoscopically unmanageable acute nonvariceal gastrointestinal hemorrhage. Radiology. (2001) 218:739–48. doi: 10.1148/radiology.218.3.r01mr05739

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Delgal A, Cercueil JP, Koutlidis N, Michel F, Kermarrec I, Mourey E, et al. Outcome of transcatheter arterial embolization for bladder and prostate hemorrhage. J Urol. (2010) 183:1947–53. doi: 10.1016/j.juro.2010.01.003

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Tarasconi A, Baiocchi GL, Pattonieri V, Perrone G, Abongwa HK, Molfino S, et al. Transcatheter arterial embolization versus surgery for refractory non-variceal upper gastrointestinal bleeding: a meta-analysis. World J Emerg Surg. (2019) 14:3. doi: 10.1186/s13017-019-0223-8

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Ren S, He K, Girshick R, Sun J. Faster R-CNN: towards real-time object detection with region proposal networks. IEEE Trans Pattern Anal Mach Intell. (2017) 39:1137–49. doi: 10.1109/TPAMI.2016.2577031

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Lin T-Y, Dollár P, Girshick R, He K, Hariharan B, Belongie S. Feature pyramid networks for object detection. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. Honolulu (2017). p. 2117–25. doi: 10.1109/CVPR.2017.106

CrossRef Full Text | Google Scholar

20. Pisano ED, Zong S, Hemminger BM, DeLuca M, Johnston RE, Muller K, et al. Contrast limited adaptive histogram equalization image processing to improve the detection of simulated spiculations in dense mammograms. J Digit Imaging. (1998) 11:193–200. doi: 10.1007/BF03178082

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Zhou Z, Sanders JW, Johnson JM, Gule-Monroe MK, Chen MM, Briere TM, et al. Computer-aided detection of brain metastases in T1-weighted MRI for stereotactic radiosurgery using deep learning single-shot detectors. Radiology. (2020) 295:407–15. doi: 10.1148/radiol.2020191479

PubMed Abstract | CrossRef Full Text | Google Scholar

22. De Vente C, Vos P, Hosseinzadeh M, Pluim J, Veta M. Deep learning regression for prostate cancer detection and grading in bi-parametric MRI. IEEE Trans Biomed Eng. (2020) 68:374–83. doi: 10.1109/TBME.2020.2993528

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Zhou LQ, Wu XL, Huang SY, Wu GG, Ye HR, Wei Q, et al. Lymph node metastasis prediction from primary breast cancer US images using deep learning. Radiology. (2020) 294:19–28. doi: 10.1148/radiol.2019190372

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Podgorsak AR, Rava RA, Shiraz Bhurwani MM, Chandra AR, Davies JM, Siddiqui AH, et al. Automatic radiomic feature extraction using deep learning for angiographic parametric imaging of intracranial aneurysms. J Neurointerv Surg. (2020) 12:417–21. doi: 10.1136/neurintsurg-2019-015214

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Gao Y, Song Y, Yin X, Wu W, Zhang L, Chen Y, et al. Deep learning-based digital subtraction angiography image generation. Int J Comput Assist Radiol Surg. (2019) 14:1775–84. doi: 10.1007/s11548-019-02040-x

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Lekovic GP, Kim LJ, Gonzalez LF, Bice A, Albuquerque FC, McDougall CG. Radiation exposure during endovascular procedures. Neurosurgery. (2008) 63(1Suppl.1):ONS81–5. doi: 10.1227/01.NEU.0000310770.19631.81

CrossRef Full Text | Google Scholar

Keywords: abdominal arterial bleeding, digital subtraction angiography, deep learning, automatic detection, two-stage model

Citation: Min X, Feng Z, Gao J, Chen S, Zhang P, Fu T, Shen H and Wang N (2022) InterNet: Detection of Active Abdominal Arterial Bleeding Using Emergency Digital Subtraction Angiography Imaging With Two-Stage Deep Learning. Front. Med. 9:762091. doi: 10.3389/fmed.2022.762091

Received: 20 August 2021; Accepted: 25 May 2022;
Published: 29 June 2022.

Edited by:

Jingjing You, The University of Sydney, Australia

Reviewed by:

Jie-Zhi Cheng, ShanghaiTech University, China
Adriaan Dees, Ikazia Hospital, Netherlands

Copyright © 2022 Min, Feng, Gao, Chen, Zhang, Fu, Shen and Wang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Nan Wang, southernwang@sina.com

These authors have contributed equally to this work

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.