Springer Nature LaTeX Template
Springer Nature LaTeX Template
Abstract
Intracranial hemorrhage is a life threatening condition that requires urgent medical attention. In
this condition, timely diagnosis and aggressive clinical management prevent severe catastrophe. Con-
ventionally, detecting hemorrhages in an emergency clinic involves manual inspection of computed
tomography scans, a time-consuming and error prone process. Mostly, high performing algorithms
applied to assist radiologists in grading hemorrhages are based on deep Convolutional Neural Network;
these methods are computationally expensive. Due to the hardware cost and portability issues, deep
learning algorithms have seen limited implementation, particularly in grading clinical images. The
proposed work shows the importance of five artificial intelligence algorithms in grading hemorrhages
on a portable and cost-effective embedded system. In this work, accuracy and area under the curve
(AUC) was systematically applied to analyse the classification performance of the algorithms. The
methods demonstrated an accuracy score, AUC of (0.956, 0.996), (0.96, 0.996), (0.93, 0.99), (0.932,
0.993), and (0.933, 0.995) for XceptioNet, EfficientNetB0, MobileNet, DenseNet, and CTNet respec-
tively. Further, these models were successfully executed on the Raspberry-Pi based embedded system.
Finally, the embedded system is capable of alerting the radiologist and prompting a triage change.
Keywords: intracranial hemorrhage, computed tomography, transfer learning, deep learning, embedded
system
1
Springer Nature 2021 LATEX template
is observed that, in ICH 50% of deaths occur dur- categorised as epidural (EDH), intraparenchymal
ing the initial 24 hours and choice of treatment is (IPH), intraventricular (IVH), subdural (SDH),
made within the first 6 hours [15]. Additionally, and subarachnoid (SAH). Radiologists have tra-
in the initial six months after a hemorrhage the ditionally assessed ICH through visual inspection
mortality rate is 30 to 55 percent. Importantly, of non-contrast computed tomography (CT), mag-
detecting haematoma is crucial in clinical man- netic resonance imaging (MRI), and analysis cere-
agement and patient outcome. Depending on the brospinal fluid (CSF) [22]. Besides, due to its ease
location, size, and shape of the hematoma, ICH is of use and low cost, CT is the preferred modality
categorised as epidural (EDH), intraparenchymal for a quick evaluation.
(IPH), intraventricular (IVH), subdural (SDH), However, manual inspection of CT is error-
and subarachnoid (SAH). Radiologists have tra- prone and adverse prognosis increase mortality
ditionally assessed ICH through visual inspection and hemorrhagic consequences [46]. Due to the
of non-contrast computed tomography (CT), mag- difficulty in distinguishing similarly attenuated
netic resonance imaging (MRI), and analysis cere- features in CT, there are 13.5 percent errors in
brospinal fluid (CSF) [22]. Besides, due to its ease manual ICH detection, particularly in SDH and
of use and low cost, CT is the preferred modality SAH types [43]. On the other hand, automated
for a quick evaluation. ICH detection improved diagnostic accuracy and
However, manual inspection of CT is error- is effective in a hectic clinical environment [6]. Fur-
prone and adverse prognosis increase mortality ther, these artificial intelligence methods speed-up
and hemorrhagic consequences [46]. Due to the diagnosis [1], decrease report turnaround time,
difficulty in distinguishing similarly attenuated and shorten hospital admission[12].
features in CT, there are 13.5 percent errors in Traditional methods for ICH detection
manual ICH detection, particularly in SDH and includes fuzzy c-means[2], adaptive thresholding
SAH types [43]. On the other hand, automated [53], Bayesian [31], level-set [36] and morpholog-
ICH detection improved diagnostic accuracy and ical [17] methods. These methods, on the other
is effective in a hectic clinical environment [6]. Fur- hand, take longer duration because of the image
ther, these artificial intelligence methods speed-up complexity and similar intensity formations [17].
diagnosis [1], decrease report turnaround time, Moreover, these algorithms are application spe-
and shorten hospital admission[12]. cific and fail when confronted with real-time
Intracranial hemorrhage (ICH) is a potentially images obtained in a different environment [9, 36].
fatal condition characterised by bleeding inside In addition, these techniques are both operator
the skull or brain. Every year, 0.05 million peo- and equipment dependent. Another approach is
ple in the United States are affected by ICH, to apply data-driven methods; machine learn-
which is devastating due to the high mortality rate ing have outperformed conventional methods in
and severe disabilities [5]. In addition to trauma, detection problems particularly in breast cancer
aneurysm, coagulopathy, and tumour, the main [51], diabetic retinopathy [18], lung cancer [42],
causes of ICH are hypertension, angiopathy, and pneumonia in X-ray of Covid-19 patients [11],
anticoagulation [37, 48]. and mitosis in histopathology images [40]. Fur-
There is strong evidence that ICH causes rapid ther, DL is applied for segmentation of: vessel
disease progression and patient deterioration, so in retinal fundus images [16, 19], lesion in brain
early detection and aggressive clinical manage- MRI [38, 47], and also lymph mode biopsy[26].
ment are critical for quick recovery [3, 14, 20]. It Similarly, DL is significant in ICH detection
is observed that, in ICH 50% of deaths occur dur- [1, 7–9, 29, 33, 49, 52] and ICH segmentation
ing the initial 24 hours and choice of treatment is [22, 25, 50]. However, the lower adoption of deep
made within the first 6 hours [15]. Additionally, learning algorithms for clinical applications is
in the initial six months after a hemorrhage the likely due to fewer implementation studies on a
mortality rate is 30 to 55 percent. Importantly, portable system and higher hardware costs [1, 12].
detecting haematoma is crucial in clinical man- Several hospitals cannot afford the expense of
agement and patient outcome. Depending on the the hardware, especially those located in low-
location, size, and shape of the hematoma, ICH is and middle-income areas. The high-performing
Springer Nature 2021 LATEX template
classifiers on the ImageNet [13] and COCO [32] hemorrhages that even radiologists missed. Fur-
datasets are motivating. Consequently, the per- ther, when used to optimise triage workflow in a
formance comes at the expense of the hardware, busy clinic, the method reduced diagnosis time
making it unsuitable for use in a real-time setting. [1]. Besides, hybrid methods that combined CNN
This resulted in the development of computa- and LSTM were analysed by some groups. For
tionally efficient models, which, avoids redundant example, a group experimented hybrid CNN-
connections, use low-precision weights, or employ LSTM architecture on a 3D image generated from
more efficient network architectures. Some exam- images processed with three windows: subdural,
ples are VGG [44], XceptioNet [10], DenseNet bone and brain [34]. Features are extracted from
[24], MobileNet [21], and EfficientNet [45]. In the 3D image using ResNet/SE-ResNeXT and
transfer learning approach, the final weights of LSTM was applied for establishing the correla-
the network is preserved and later applied to tion across the slides. Similarly, Burduja et al.
extract features of another training data for [4] applied EfficientNet-B4 and ResNext-101 for
example the CT. feature extraction and they applied bi-directional
The purpose of this study is to evaluate the LSTM to detect inter-slice dependency. However,
performance of deep learning algorithms on an the method failed to identify multiple hemor-
embedded system, thus reducing the cost and rhages that occur on a single image. Another
making the hardware portable. For this, we anal- researcher proposed a dual-branch CNN inte-
ysed four transfer learning approaches and one grated with SVM/RF classifier [39]. The first
deep CNN architecture on the Raspberry-Pi, a branch processed CT with multiple intensities and
single-board computer that is portable, accurate, the second processed multiple slices of the same
and inexpensive. The algorithms were optimised scan. An ML classifier consolidated reposnces of
for operation on an embedded architecture. To the both branches. Since the data was highly imbal-
best of our knowledge, no autonomous, portable anced they tabulated F1-scores for various classes.
Raspberry-Pi system capable of grading haem- Contrary to the CNN-based approaches, another
orrhage, detecting sub-types, and alerting the study suggested classifying hemorrhages using
physician has been developed. ANN to three sub-types: EDH/SDH, SAH, and
The following is the order of this article: lit- IPH/IVH [30]. In order to reduce the computation
erature review is described in section 2, and complexity in back-propagation algorithm, they
the methodology and study cohort are shown in applied Monte-Carlo simulation to train the ANN.
section 3. The five artificial intelligence (AI) algo- This method observed a significant reduction in
rithms used in this study are also discussed in this diagnosis time.
section. Finally, performance analysis are provided Thus, a vast majority of researchers used
in the result section 4 and discussion in 5. The classifiers to detect the presence or absence of
work is concluded in section 6. a hemorrhage (binary classification) [35]. A few
researchers classified hemorrhages into only three
2 Previous works groups [8]. Another group applied 3D images to
detect hemorrhages [4, 27]. To the best of our
Several techniques for automatic detection of hem- knowledge, there has been no hardware implemen-
orrhage on CT scans have been presented in tation on an embedded platform.
pertinent works. These approaches are mainly
CNN-based operating on either a patch, one 3 Methodology
dimensional, or three dimensional images.
For instance, a study focused on hemorrhage This section discuss the cohort statistics and
detection and segmentation based on a dilated pre-processing techniques applied for training the
residual network. For efficient localisation and algorithm in the proposed work. This study anal-
accurate classification they applied patch-based ysed five AI algorithms: four based on transfer
FCN [29]. Recently, Arbabshirani et al. investi- learning and one based on deep-CNN that was
gated CT images with multiple CNN layers and labelled as CTNet.
two fully-connected layers; the algorithm detected
Springer Nature 2021 LATEX template
Fig. 1 Representative examples of CT images in the highly imbalanced dataset, the algorithm will pri-
dataset, A.Subdural B. Epidural C. Subarachnoid D. Intra- oritise majority class because it contributes more
parecnhymal E. Intraventricular and F. Normal
to the loss.
The cross-entropy loss is defined as (1)
wn (1 − yi )log(1 − f (xi ))) (2) function and β is the moving average parameter.
In RMSP, exponential moving averages are used.
where wp and wn are class-specific weights for
positive and negative labels. Our research anal- αt δL
wt+1 = wt − 1/2
(4)
(vt + ϵ) δwt
where,
2
δL
vt = βvt−1 + (1 − β)
δwt
where,
mt vt
m̂t = t vˆt = (6)
Fig. 3 Data distribution of positive and negative cases 1 − β1 1 − β2t
after balancing is applied β1 and β2 decay rates of average gradients in the
2 methods.
ysed five state of the art methods of automatic
hemorrhage detection. Classification accuracy of 3.3 Model performance
these algorithms were analysed and then executed
To asses the model performance, we computed
on an embedded system built on Raspberry-Pi.
accuracy (7) precision (8), recall (9), and F1-score
To grade the hemorrhages at first, we used the
(10). Accuracy is a measure of the total number
transfer learning approach; the approach is moti-
of correctly classified samples.
vated by the model’s depth and the diversity of
features acquired by cutting-edge algorithms[41].
Four advanced CNN-based networks were inves- Accuracy = P (correct/hemorrhage)+
tigated: XceptioNet, DenseNet, EfficientNetB0, P (correct/normal) (7)
and MobileNet. The models have up to 201 lay-
ers and were pretrained on the ImageNet data Precision is the ratio of correctly predicted pos-
set with 1000 classes. Moreover, this study anal- itive examples divided by the total number of
ysed a 17-layered CNN-based model that we positively predicted samples.
labelled as the CTNet inspired from [28]. In each
case, we applied the Adam optimizer function, TP
P recision = (8)
derived from the two gradient descent protocols: TP + FP
the Momentum (3) and the Root Mean Square
Recall is the fraction of positive samples divided
Propagation (RMSP)(5).
by total number of true positive and false nega-
tives .
wt+1 = wt − αmt (3) TP
Specif icity = (9)
TP + FN
where, F1-score provides a way to combine both precision
δL
mt = βmt−1 + (1 − β) and recall into a single measure that captures both
δwt properties.
where mt and mt−1 are aggregate of gradients at
time t and t − 1, wt and wt−1 are weights at time P recision ∗ Recall
δL
t and t − 1, δw is the partial derivative of Loss F 1-score = 2. (10)
t P recision + Recall
Springer Nature 2021 LATEX template
Before training the model, we modified the fol- 3.3.1 Transfer learning
lowing crucial parameters: loss function and the
In this paper, we used transfer learning to per-
optimiser. This project applied the Adam opti-
form localisation and grading on the hemorrhage
miser scheme and sparse-categorical cross-entropy
dataset. Features extracted using pre-trained net-
loss function. The sparse categorical loss function
works were applied to Global Average Pooling
compared prediction with target and the Adam
before applying to the final Dense layer with a
optimizer updated the weights based on the loss
Softmax classifier. Figure 3.3.1 depicts the general
score. The model was trained for 20 epochs and
framework for transfer learning. During training
in each epoch, we analysed both loss and accu-
racy. We noted that the algorithm saturated after
10 epochs with an accuracy of 0.99 and validation
accuracy of 0.94 as shown in Figure 4.
In order to assess the classification perfor-
mance, we computed both accuracy and the area
under the receiver operating characteristic curve
(ROC-AUC) scores. Prediction scores are utilised
to generate the ROC-AUC, and the accuracy score
is used to calculate subset accuracy. In order to
do this, we used the one-versus-one approach,
which calculates the average AUC of all potential
pairwise class combinations defined in (11).
c c
1 XX
(AU C(j/k) + AU C(k/j)) (11)
c(c − 1) j=1
k>j
XceptioNet
Fig. 4 A. Training accuracy and validation accuracy B. The XceptioNet network is a 71-layer deep CNN
Training loss and validation loss trained on a 1000-class ImageNet data-set. The
Springer Nature 2021 LATEX template
Table 3 Performance analysis of XceptioNet, DenseNet, EfficientNetB0, and CTNet using ROC-AUC
Table 4 Benchmarking precision, recall and F1-score for Xception, EfficientNetB0, DenseNet, MobileNet, CTNet, and
CTNet-1
Xception EfficientNetB0
Precision Recall F1 score Precision Recall F1 score
EDH 0.85 0.83 0.84 0.89 0.76 0.82
IPH 0.83 0.87 0.85 0.77 0.87 0.82
IVH 0.50 0.83 0.62 0.50 0.83 0.62
NH 0.96 0.99 0.97 0.97 0.99 0.98
SAH 1.00 0.75 0.86 1.00 0.75 0.86
SDH 0.94 1.00 0.97 1.00 0.87 0.93
DenseNet MobileNet
Precision Recall F1 score Precision Recall F1 score
EDH 0.62 0.69 0.65 0.82 0.74 0.78
IPH 0.77 0.67 0.72 0.82 0.60 0.69
IVH 0.50 0.83 0.62 0.67 0.67 0.67
NH 0.97 0.96 0.96 0.97 0.96 0.96
SAH 0.75 0.75 0.75 0.8 0.65 0.72
SDH 0.79 1.00 0.88 0.73 1.00 0.84
CTNet CTNet-1
Precision Recall F1 score Precision Recall F1 score
EDH 0.95 0.90 0.92 0.68 0.55 0.61
IPH 0.74 0.91 0.82 0.70 0.47 0.56
IVH 0.80 0.7 0.75 1.00 0.33 0.50
NH 0.99 1.00 0.99 0.96 0.98 0.97
SAH 0.72 0.69 0.70 0.33 0.25 0.29
SDH 1.00 0.89 0.94 1.00 1.00 1.00
approaches achieved an ROC-AUC score in the classification and multi-class classification [52].
range of 0.99-0.997 which is significantly higher Similarly, the cohort data in this study was down-
in existing methodologies. Secondly, we applied sampled due to hardware restrictions from 512 ×
a deep CNN with 17-layers and used 20% of 512 to 224 × 224. Another study on the Qure25K
total 2814 images as validation data. The method and CQ500 datasets assessed the classifier perfor-
achieved 93.3% accuracy and 99.5 % ROC-AUC. mance using AUC and found superior values [8].
The success of these algorithms are due to their The AUC for the five methods we tested was in the
ability to collect both low-level and high-level 0.99-0.997 range, comparable with top ICH grad-
characteristics. In addition, these methods were ing algorithms. A more prominent study found
quicker and more effective because it required that using the ResNeXt architecture and Adam
fewer parameters to learn these features. optimizer, CT image accuracy lies in the 81.8
In a recent study on Asian population, % to 89.3 % range. In our study EfficientNetB0
researchers applied CNN-RNN to classify down- performed better than other TL methods as well
sampled images to a size of 256 × 256 for binary
Springer Nature 2021 LATEX template
11
A.A., Moore, G.J., 2018. Advanced machine [8] Chilamkurthy, S., Ghosh, R., Tanamala, S.,
learning in action: identification of intracra- Biviji, M., Campeau, N.G., Venugopal, V.K.,
nial hemorrhage on computed tomography Mahajan, V., Rao, P., Warier, P., 2018.
scans of the head with clinical workflow inte- Development and validation of deep learn-
gration. NPJ digital medicine 1, 1–7. ing algorithms for detection of critical find-
ings in head ct scans. arXiv preprint
[2] Bhadauria, N., Kumar, I., Bhadauria, H.S., arXiv:1803.05854 .
Patel, R., 2021. Hemorrhage detection using
edge-based contour with fuzzy clustering [9] Cho, J., Park, K.S., Karki, M., Lee, E., Ko,
from brain computed tomography images. S., Kim, J.K., Lee, D., Choe, J., Son, J., Kim,
International Journal of System Assurance M., et al., 2019. Improving sensitivity on
Engineering and Management 12, 1296–1307. identification and delineation of intracranial
hemorrhage lesion using cascaded deep learn-
[3] Broderick, J., Connolly, S., Feldmann, E., ing models. Journal of digital imaging 32,
Hanley, D., Kase, C., Krieger, D., Mayberg, 450–461.
M., Morgenstern, L., Ogilvy, C.S., Vespa, P.,
et al., 2007. Guidelines for the management [10] Chollet, F., 2017. Xception: Deep learn-
of spontaneous intracerebral hemorrhage in ing with depthwise separable convolutions,
adults: 2007 update: A guideline from the in: Proceedings of the IEEE conference on
american heart association/american stroke computer vision and pattern recognition, pp.
association stroke council, high blood pres- 1251–1258.
sure research council, and the quality of care
and outcomes in research interdisciplinary [11] Cohen, J.P., Dao, L., Roth, K., Morrison, P.,
working group: The american academy of Bengio, Y., Abbasi, A.F., Shen, B., Mahsa,
neurology affirms the value of this guideline H.K., Ghassemi, M., Li, H., et al., 2020. Pre-
as an educational tool for neurologists. Stroke dicting covid-19 pneumonia severity on chest
38, 2001–2023. x-ray with deep learning. Cureus 12.
[4] Burduja, M., Ionescu, R.T., Verga, N., 2020. [12] Davis, M.A., Rao, B., Cedeno, P.A., Saha, A.,
Accurate and efficient intracranial hemor- Zohrabian, V.M., 2020. Machine learning and
rhage detection and subtype classification in improved quality metrics in acute intracra-
3d ct scans with convolutional and long short- nial hemorrhage by noncontrast computed
term memory neural networks. Sensors 20, tomography. Current Problems in Diagnostic
5611. Radiology .
[5] Carter, J.A., Curry, W., 2017. Intracere- [13] Deng, J., Dong, W., Socher, R., Li, L.J., Li,
bral hemorrhage: pathophysiology and man- K., Fei-Fei, L., 2009. Imagenet: A large-scale
agement for generalists. Hospital Medicine hierarchical image database, in: 2009 IEEE
Clinics 6, 95–111. conference on computer vision and pattern
recognition, Ieee. pp. 248–255.
[6] Chan, T., 2007. Computer aided detection of
small acute intracranial hemorrhage on com- [14] Elliott, J., Smith, M., 2010. The acute
puter tomography of brain. Computerized management of intracerebral hemorrhage: a
Medical Imaging and Graphics 31, 285–298. clinical review. Anesthesia & Analgesia 110,
1419–1427.
[7] Chang, P.D., Kuoy, E., Grinband, J., Wein-
berg, B.D., Thompson, M., Homo, R., Chen, [15] Fujitsu, K., Muramoto, M., Ikeda, Y., Inada,
J., Abcede, H., Shafie, M., Sugrue, L., et al., Y., Kim, I., Kuwabara, T., 1990. Indications
2018. Hybrid 3d/2d convolutional neural for surgical treatment of putaminal hemor-
network for hemorrhage evaluation on head rhage: comparative study based on serial ct
ct. American Journal of Neuroradiology 39, and time-course analysis. Journal of neuro-
1609–1616. surgery 73, 518–525.
Springer Nature 2021 LATEX template
13
[16] Girard, F., Kavalec, C., Cheriet, F., 2019. Intracranial Hemorrhage Segmentation Using
Joint segmentation and classification of reti- A Deep Convolutional Model. Data 5.
nal arteries/veins from fundus images. Arti-
ficial intelligence in medicine 94, 96–109. [24] Huang, G., Liu, Z., Van Der Maaten, L.,
Weinberger, K.Q., 2017. Densely connected
[17] Gong, T., Liu, R., Tan, C.L., Farzad, N., convolutional networks, in: Proceedings of
Lee, C.K., Pang, B.C., Tian, Q., Tang, S., the IEEE conference on computer vision and
Zhang, Z., 2007. Classification of ct brain pattern recognition, pp. 4700–4708.
images of head trauma, in: IAPR Interna-
tional Workshop on Pattern Recognition in [25] Ironside, N., Chen, C.J., Mutasa, S., Sim,
Bioinformatics, Springer. pp. 401–408. J.L., Marfatia, S., Roh, D., Ding, D., Mayer,
S.A., Lignelli, A., Connolly, E.S., 2019.
[18] Gulshan, V., Peng, L., Coram, M., Stumpe, Fully automated segmentation algorithm for
M.C., Wu, D., Narayanaswamy, A., Venu- hematoma volumetric analysis in sponta-
gopalan, S., Widner, K., Madams, T., neous intracerebral hemorrhage. Stroke 50,
Cuadros, J., et al., 2016. Development and 3416–3423.
validation of a deep learning algorithm for
detection of diabetic retinopathy in retinal [26] Jin, Y.W., Jia, S., Ashraf, A.B., Hu, P.,
fundus photographs. Jama 316, 2402–2410. 2020. Integrative data augmentation with u-
net segmentation masks improves detection
[19] Hemelings, R., Elen, B., Stalmans, I., of lymph node metastases in breast cancer
Van Keer, K., De Boever, P., Blaschko, M.B., patients. Cancers 12, 2934.
2019. Artery–vein segmentation in fundus
images using a fully convolutional network. [27] Jnawali, K., Arbabshirani, M.R., Rao, N.,
Computerized Medical Imaging and Graphics Patel, A.A., 2018. Deep 3d convolution neural
76, 101636. network for ct brain hemorrhage classifica-
tion, in: Medical Imaging 2018: Computer-
[20] Hemphill III, J.C., Greenberg, S.M., Ander- Aided Diagnosis, International Society for
son, C.S., Becker, K., Bendok, B.R., Cush- Optics and Photonics. p. 105751C.
man, M., Fung, G.L., Goldstein, J.N., Mac-
donald, R.L., Mitchell, P.H., et al., 2015. [28] Krizhevsky, A., Sutskever, I., Hinton, G.,
Guidelines for the management of sponta- . Imagenet classification with deep con-
neous intracerebral hemorrhage: a guideline volutional networks, in: Proceedings of the
for healthcare professionals from the ameri- Conference Neural Information Processing
can heart association/american stroke associ- Systems (NIPS).
ation. Stroke 46, 2032–2060.
[29] Kuo, W., Hne, C., Mukherjee, P., Malik, J.,
[21] Howard, A.G., Zhu, M., Chen, B., Yuh, E.L., 2019. Expert-level detection of
Kalenichenko, D., Wang, W., Weyand, T., acute intracranial hemorrhage on head com-
Andreetto, M., Adam, H., 2017. Mobilenets: puted tomography using deep learning. Pro-
Efficient convolutional neural networks for ceedings of the National Academy of Sciences
mobile vision applications. arXiv preprint 116, 22737–22745.
arXiv:1704.04861 .
[30] Lee, J.Y., Kim, J.S., Kim, T.Y., Kim, Y.S.,
[22] Hssayeni, M., 2019. Computed tomography 2020. Detection and classification of intracra-
images for intracranial hemorrhage detection nial haemorrhage on ct images using a novel
and segmentation. PhysioNet. . deep-learning algorithm. Scientific Reports
10, 1–7.
[23] Hssayeni, M., Croock, M., Salman, A., Al-
khafaji, H., Yahya, Z., Ghoraani, B., 2020. [31] Li, Y.H., Zhang, L., Hu, Q.M., Li, H.W., Jia,
Computed tomography images for intracra- F.C., Wu, J.H., 2012. Automatic subarach-
nial hemorrhage detection and segmentation. noid space segmentation and hemorrhage
Springer Nature 2021 LATEX template
[34] Nguyen, N.T., Tran, D.Q., Nguyen, N.T., [42] Shin, H., Oh, S., Hong, S., Kang, M., Kang,
Nguyen, H.Q., 2020. A cnn-lstm architecture D., Ji, Y.g., Choi, B.H., Kang, K.W., Jeong,
for detection of intracranial hemorrhage on ct H., Park, Y., et al., 2020. Early-stage lung
scans. arXiv preprint arXiv:2005.10992 . cancer diagnosis by deep learning-based spec-
troscopic analysis of circulating exosomes.
[35] Patel, A., Manniesing, R., 2018. A convolu- ACS nano 14, 5435–5444.
tional neural network for intracranial hemor-
rhage detection in non-contrast ct, in: Med- [43] Strub, W., Leach, J., Tomsick, T., Vagal, A.,
ical Imaging 2018: Computer-Aided Diagno- 2007. Overnight preliminary head ct inter-
sis, SPIE. pp. 301–306. pretations provided by residents: locations of
misidentified intracranial hemorrhage. Amer-
[36] Prakash, K., Zhou, S., Morgan, T.C., ican journal of neuroradiology 28, 1679–1682.
Hanley, D.F., Nowinski, W.L., 2012.
Segmentation and quantification of intra- [44] Szegedy, C., Ioffe, S., Vanhoucke, V., Alemi,
ventricular/cerebral hemorrhage in ct scans A.A., 2017. Inception-v4, inception-resnet
by modified distance regularized level set and the impact of residual connections on
evolution technique. International journal of learning, in: Thirty-first AAAI conference on
computer assisted radiology and surgery 7, artificial intelligence.
785–798.
[45] Tan, M., Le, Q., 2019. Efficientnet: Rethink-
[37] Qureshi, A.I., Tuhrim, S., Broderick, J.P., ing model scaling for convolutional neural
Batjer, H.H., Hondo, H., Hanley, D.F., 2001. networks, in: International Conference on
Spontaneous intracerebral hemorrhage. New Machine Learning, PMLR. pp. 6105–6114.
England Journal of Medicine 344, 1450–1460.
[46] Unnithan, A.K.A., Mehta, P., 2020. Hemor-
[38] Roy, S., Butman, J.A., Reich, D.S., Calabresi, rhagic stroke. StatPearls [Internet] .
P.A., Pham, D.L., 2018. Multiple sclero-
sis lesion segmentation from brain mri via [47] Valverde, S., Cabezas, M., Roura, E.,
fully convolutional neural networks. arXiv González-Villà, S., Pareto, D., Vilanova, J.C.,
preprint arXiv:1803.09172 . Ramió-Torrentà, L., Rovira, À., Oliver, A.,
Lladó, X., 2017. Improving automated mul-
[39] Sage, A., Badura, P., 2020. Intracranial hem- tiple sclerosis lesion segmentation with a
orrhage detection in head ct using double- cascaded 3d convolutional neural network
branch convolutional neural network, support approach. NeuroImage 155, 159–168.
vector machine, and random forest. Applied
Springer Nature 2021 LATEX template
15
[50] Xu, J., Zhang, R., Zhou, Z., Wu, C., Gong,
Q., Zhang, H., Wu, S., Wu, G., Deng, Y.,
Xia, C., et al., 2021. Deep network for the
automatic segmentation and quantification of
intracranial hemorrhage on ct. Frontiers in
Neuroscience 14, 541817.
[52] Ye, H., Gao, F., Yin, Y., Guo, D., Zhao,
P., Lu, Y., Wang, X., Bai, J., Cao, K.,
Song, Q., et al., 2019. Precise diagnosis of
intracranial hemorrhage and subtypes using
a three-dimensional joint convolutional and
recurrent neural network. European radiol-
ogy 29, 6191–6201.