Automatic Polyp Detection using DSC Edge Detector and HOG Features
Himanshu Agrahari
1
, Yuji Iwahori
2
, M. K. Bhuyan
1
, Somnath Ghorai
1
, Himanshu Kohli
1
,
Robert J. Woodham
3
and Kunio Kasugai
4
1
Dept. of Electronics and Electrical Engineering, Indian Institute of Guwahati, Guwahati 781039, India
2
Dept. of Computer Science, Chubu University, Kasugai 487-8501, Japan
3
Dept. of Computer Science, University of British Columbia, Vancouver V6T 1Z4, Canada
4
Dept. of Gastroenterology, Aichi Medical University, Nagakute 480-1195, Japan
Keywords:
Endoscopy, Discrete Singular Convolution, Histogram of Oriented Gradients (HOG), Conic Fitting, Support
Vector Machine.
Abstract:
Endoscopy is a very powerful technology to examine the intestinal tract and to detect the presence of any
possible abnormalities like polyps, the main cause of cancer. This paper presents an edge based method for
polyp detection in endoscopic video images. It utilizes discrete singular convolution (DSC) algorithm for edge
detection/segmentation scheme, then by using conic fitting techniques (ellipse and hyperbola) potential candi-
dates are determined. These candidates are first rotated so as to make major axis in the x-axis direction, and
then classified as polyp or non-polyp by SVM classifier which is trained separately for ellipse and hyperbola
with HOG features.
1 INTRODUCTION
Medicine is an important area of application for com-
puter vision. Endoscopy allows medical practition-
ers to observe the interior of hollow organs and other
body cavities in a minimally invasive way. Diagnosis
involves both shape detection and the assessment of
tissue state. For example, a polyp is a pathological
condition directly related to geometrical shape. Diag-
nosis typically requires polyp removal and biopsy.
Polyps are abnormal growth of tissues from mu-
cous membrane (Fig.1). An early stage detection and
cure can save a human life as it develops into cancer
if undetected for a long time. It has been reported
that colorectal cancer is the second leading cause of
cancer-related deaths in U.S. (Parkerand Tong, 1997).
There are some previous approaches to extract
polyp candidate region from endoscope image.
Some work has used a patch-based approach
(Iakovidis and Maroulis, 2005)-(Alexandre and No-
bre, 2008). In (Iakovidis and Maroulis, 2005) and
(Karkanis and Iakovidis, 2003), patch features com-
puted are the Color Wavelet Covariance (CWC) and
the Local Binary Pattern (LBP). Candidate patches
are classified using an SVM. In (Alexandre and No-
bre, 2008), higher dimensional features of the RGB
color values and the XY position coordinates are used
Figure 1: Polyp shown inside the yellow circle.
leading to improved classification performance.
Performance of previous patch-based approaches
depends on the patch size. It is not straightforward to
detect polyps with differing sizes in an image. Fur-
ther, smaller polyps become quite sensitive to the fea-
tures used for detection. It is difficult to imagine how
to achieve robustness with a constant patch size.
Paper (Viana and Iwahori, 2013) proposes that So-
bel edge extraction technique has been used to detect
the edges and then classified the regions as polyp and
non-polyp using shape or geometric features like cir-
cularity, complexity, diameter etc. using SVM clas-
sifier. The presence of a lot of noise in endoscopic
495
Agrahari H., Iwahori Y., K. Bhuyan M., Ghorai S., Kohli H., J. Woodham R. and Kasugai K..
Automatic Polyp Detection using DSC Edge Detector and HOG Features.
DOI: 10.5220/0004756104950501
In Proceedings of the 3rd International Conference on Pattern Recognition Applications and Methods (ICPRAM-2014), pages 495-501
ISBN: 978-989-758-018-5
Copyright
c
2014 SCITEPRESS (Science and Technology Publications, Lda.)