Vessel Detecting using Restrict Single Shot Multibox Detector for
Intravascular Ultrasounds
Zujie Liu
1
, Zuheng Liu
2
, Yunfeng Peng
1
, and Yanni Guo
1
1
School of Computer and Communication Engineering, University of Science and Technology Beijing, Beijing,China
2
State Key Laboratory of Organ Failure Research, Nanfang Hospital, Southern Medical University,Guangzhou,China
Keywords: Intravascular ultrasounds(IVUS), Vessel detecting, Restrict Single Shot MultiBox Detector
Abstract: Intravascular ultrasounds (IVUS) is a technique in scanning coronary artery, which is extensively used in
interventional therapy and it can provide valuable clues in detecting coronary plaques. Nevertheless, up to
now, most of the image frames of IVUS are manually examined by physicians. In this paper we designed a
restrict single shot multibox detector(R-SSD) method to automatically locate the regions of interests, e.g.
vessel, for computer-aided IVUS examination, by changing the initial feature extraction network and
restricting the range of prior box of original SSD method dedicated for object recognition. The accuracy on
locating vessel can achieve 95.4% using the proposed R-SSD.
1 INTRODUCTION
In recent years, the incidence of coronary artery
disease is increasing due to various unhealthy
lifestyle and aging population throughout world.
Coronary artery disease is an outcome of
atherosclerotic, because of vascular stenosis or
obstruction, resulting in myocardial ischemia or
myocardial infarction (MI). The rupture of
atherosclerotic plaques will probably lead to MI,
which is a disease with high mortality in clinical
practice. Most MI patients need expensive
interventional treatment immediately and are
probably required to perform IVUS to improve the
accuracy and security of intervention operation.
Rapid diagnosis and treatment will greatly improve
the prognosis and survival rate of MI patients.
However, dramatically increased emergency
operation and workload will probably lead to
inevitable fatigue even for skilled physicians, which
will increase the risk of surgery.
To alleviate the repeated medical workloads for
physicians on the assessment of coronary
angiography, Computer-aided image object
detection is now cast a new light on machine aided
IVUS image analysis on coronary artery
angiography.
Traditional object detection method is usually a
brute force algorithm to search the objects using
windows with different size sliding from right to
left, and from up to down in a image frame, which is
low-efficiency.
Some machine learning algorithms such as
support vector machine(SVM) and random
forest(RF), have been used for binary classification
of high risk from low risk vessel(Tadashi et al, 2016)
(Sheet et al, 2014). The features inputted to these
machine learning algorithm are extracted from IVUS
images using statistic methods. By combing with
deep learning mechanisms, convolution neural
network(CNN) can automatically extract features
from images and classify these images (Krizhevsky
et al, 2012).
R-CNN(Ross et al, 2014) and Fast-R-CNN
(Girshick, 2015) are proposed base on selective
search(Uijlings et al, 2013) which combine
neighboring pixels as a group by calculating the
similarity of each region. The selective searching are
based on outside region proposal method, and its
processing capacity is still slow. After that, a region
proposal network(RPN) is proposed to replace
selective searching to be Faster-R-CNN(Ren et al,
2017). However, They, i.e.,R-CNN, Fast-R-CNN
and Faster-R-CNN, are two-stage object detection
and will spend more time in region proposal. The
single shot detection(SSD) method(Liu et al, 2016)
is a one-stage object detection and is expected to
efficiently solve the region proposal problem.
18
Liu, Z., Liu, Z., Peng, Y. and Guo, Y.
Vessel Detecting using Restrict Single Shot Multibox Detector for Intravascular Ultrasounds.
DOI: 10.5220/0008096500180023
In Proceedings of the International Conference on Advances in Computer Technology, Information Science and Communications (CTISC 2019), pages 18-23
ISBN: 978-989-758-357-5
Copyright
c
2019 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved