SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 9, No. 2, April 2019, pp. 982~991
ISSN: 2088-8708, DOI: 10.11591/ijece.v9i2.pp982-991  982
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Framework for progressive segmentation of chest radiograph
for efficient diagnosis of inert regions
Savitha S. K.1
, N. C. Naveen2
1
Department of CSE, Visvesvaraya Technological University, Belagavi, Karnataka, India
2
Department of Computer Science & Engineering, JSSATE, Bengaluru, India
Article Info ABSTRACT
Article history:
Received Jun 30, 2018
Revised Oct 27, 2018
Accepted Nov 20, 2018
Segmentation is one of the most essential steps required to identify the inert
object in the chest x-ray. A review with the existing segmentation techniques
towards chest x-ray as well as other vital organs was performed. The main
objective was to find whether existing system offers accuracy at the cost of
recursive and complex operations. The proposed system contributes to
introduce a framework that can offer a good balance between computational
performance and segmentation performance. Given an input of chest x-ray,
the system offers progressive search for similar image on the basis of
similarity score with queried image. Region-based shape descriptor is applied
for extracting the feature exclusively for identifying the lung region from the
thoracic region followed by contour adjustment. The final segmentation
outcome shows accurate identification followed by segmentation of apical
and costophrenic region of lung. Comparative analysis proved that proposed
system offers better segmentation performance in contrast to existing system.
Keywords:
Chest radiograph
Chest x-ray
Disease detection
Lung
Segmentation
Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Savitha S. K.,
Department of CSE,
Visvesvaraya Technological University,
Belagavi, Karnataka, India.
Email: savithassk80@gmail.com
1. INTRODUCTION
Irrespective of presence of various forms of radiological evaluation, chest x-ray is one of the most
frequently prescribed by the doctor [1]. It is because chest x-ray is one of the most economical imaging
practices that reveal multiple set of clinical information about chest e.g. blood vessels, problems associated
with heart, possible fracture of rib cages, actual condition of lungs, outline of heart, any form of calcium
deposit, any abnormal changes after surgery, position of implantable devices, etc [2], [3]. However, a chest x-
ray also consists of various problems e.g. illumination, rotation of object, opacity, abnormality in contrast and
brightness, etc. Such problems acts as an impediment towards accurate diagnosis of any disease related to
chest. Hence, for an effective diagnosis, it is necessary that the focus of the radiologist / physician should be
only concentrated to identify the correct location of chest. This problem is effectively solved by segmentation
process [4]. Basically, when a chest radiograph is subjected to segmentation, it can be expected that the
outcome result should be splitting of the chest radiographs into its smaller component in the form of object or
region [5]. It basically assists in segregating unnecessary detailing (i.e. background) from the essential object
(foreground), so that the diagnosis can be carried out with better accuracy. Another benefit of carrying out
segmentation process in chest x-ray is that it assists in quantifying the tissues, identification of any oddities,
estimating volume of target object (e.g. malignant / benign masses), etc [6]. In a nutshell, the core objective
of the image segmentation methods is to construct a simpler representation of the targeted object or region
and therefore the outcome of segmentation process is never single unit. It is a set of component that could
collectively formed the actual image. In existing system, there are various authors that have carried out
Int J Elec & Comp Eng ISSN: 2088-8708 
Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.)
983
research work towards segmentation considering medical images e.g. [7]-[9]. However, complexities
associated with the chest x-ray are quite different compared to other medical images. At present times, there
are only two fixed positions for capturing chest x-ray i.e. posterior-anterior position and lateral position.
Although, these positions offers 90% visualization to maximum clinical problems associated with chest,
but sometime it veils visualization to some critical problems e.g. nodules, masses, lumps, lesions owing to
presence of bones (i.e. rib cases, clavicle bone, etc). Therefore, the bigger challenge in performing
segmentation is to find such occluded objects and extract the targeted object as foreground.
Due to complexity associated with performing segmentation of such inert region of the chest,
majority of the existing research work is found to adopt machine learning techniques or iterative techniques
on the basis of certain predefined information. Although, all these existing techniques are claimed to offer
good segmentation performance, but their computational performance is quite questionable owing to
involvement of higher degree of recursive operation. Therefore, the present manuscript introduces a simple
and cost effective framework that is capable of performing segmentation using progressive approach that has
acted as a better alternative of recursive approach in existing system. The proposed system also introduces an
analytical model to claim the segmentation performance. Section 2 discusses about the existing research
contribution followed by brief outlining of problems associated with existing system in Section 3. Adopted
research methodology of proposed system is briefed in Section 4 followed by elaborated discussion of
algorithm design in Section 5. Discussion of results accomplished in the proposed study is carried out in
Section 6 and finally the concluding remarks is done in Section 7.
2. RELATED WORK
This section briefs about the existing research techniques carried out towards segmentation
techniques in medical images. Researchers have reviewed about existing imaging techniques of chest
radiographs [10] and thereby extend the discussion in the line of chest radiograph explicitly. At present,
there are various ranges of techniques implemented for segmentation. The work carried out by Wang and
Guo [11] have presented a combined implementation of identifying skin boundary, segmenting contour
regions, and refinement of lung region. Most recently, a unique segmentation process of segregating heart
from the lung field was introduced by Dai et al. [12]. The authors have used convolution-based segmentation
technique in order to construct a network that can discretize between the ground truth information and
synthesized mask. Adoption of threshold-based segmentation scheme can be observed in the work of Shi
et al. [13]. The authors have used random walk algorithm in order to segment lung from chest region further
curvature-based technique was utilized to smoothen the contours. A non-conventional technique of vector
quantization has been found to assist in segmentation as well for chest radiographs as seen in the work of
Han et al. [14]. The work carried out by Shen et al. [15] has used a chain coding technique along with
supervised learning algorithm for carrying out lung segmentation focusing on accuracy. Similar direction of
emphasis towards accuracy in segmentation performance was also carried out by Chae et al. [16]. The author
contributed to present a technique for reconstructing region of segmentation thereby enhancing segmentation
performance.
Gill et al. [17] have presented an atlas-based model for carrying out segmentation using affine
transformation scheme. Ngo and Carneiro [18] have presented a deep learning mechanism using level set
method for lung segmentation. The technique presents good optimization towards shape features during
segmentation. Filho et al. [19] have implemented singularity-based technique integrated with region-growing
method and thresholding scheme together to perform lung segmentation. Ruiz et al. [20] have presented a
heart segmentation technique using thresholding based scheme, filtering, and morphological operations.
Farag et al. [21] have introduced a model that implements shape module along with statistical information
about the intensity. The technique also uses a density estimation method using non-parametric approach for
effective lung segmentation. Lassen et al. [22] have adopted a watershed algorithm for achieving better
classification of lung section during transformation process. However, the process involves lack of efficiency
in learning process prior to perform segmentation. Such problems of learning were addressed in the work of
Feulner et al. [23], [24] by using discriminative approach for segmenting lymph node. The authors have
utilized graph cut algorithm for carrying out segmentation. Jirapatnakul et al. [25] have used surface
estimation technique to identify and segment pulmonary masses from chest portion. Lo et al. [26] have used
region growing mechanism along with morphological operation in order to perform segmentation.
The technique also uses fuzzy logic as well as anatomical modeling using semantic features for enhancing the
segmentation performance. Usage of fuzzy theory has also been reported in the work of Zhou et al. [27] for
assisting in segmentation. The technique uses correlation of pixels in order to perform detection.
Fuzzy clustering technique was also reported to be used in the work of Ji et al. [28] for addressing
segmentation problem.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991
984
Pu et al. [29], [30] have presented a unique tree-based scheme considering curvature of human
airway for assisting in threshold-based lung segmentation. The scheme also proved that adoption of radial-
basis function can significantly assist in identification of fissures over lung surfaces. Usage of neural network
and wavelets is reported to enhance the segmentation methods as discussed in work of Ceylan et al. [31].
The authors have also used region-growing method for performing segmentation. Shikata et al. [32] have
discussed a tree-based algorithm that works along with Eigen values for constructing terminal portions of the
tissues on lungs. Chen et al. [33] have presented a technique that uses energy function along with kernel for
assisting in segmentation. The complete modeling is carried out considering statistical approach. Adoption of
region growing technique has also been reported in the work carried out by Jiang et al. [34]. Thresholding-
based segmentation scheme was witnessed to offer better system performance during segmentation process
as seen in the work of Liu et al. [35].
There are various literatures towards segmentation problems that has also been considering different
medical case study apart from lungs. Enikov and Anton [36] have used machine learning technique for
segmenting images with cervical spines. Thresholding-based scheme was adopted by Wang et al. [37] for
faster process of medical image segmentation. Jiang et al. [38] have used level set method along with region
growing for performing segmentation of brain images. Incorporation of game theory for improving
segmentation was discussed in work of Zhong and Wu [39]. Integrated implementation of edge as well as
region was reported in the work of Luo et al. [40] where the segmentation performance has been optimized
using swarm intelligence. Benefits of multi-thresholding schemes for segmenting brain images was discussed
by Liu et al. [41]. Study towards automated segmentation is put forward by Mechrez et al. [42] considering
brain images. The authors have used a recursive patch of images in order to perform segmentation. Similar
brain images were also investigated for segmentation by Cong et al. [43] who used field estimation
technique. Akhavan and Faez [44] illustrated the segmentation algorithm for Retinal blood vessel image by
using Fuzzy and medial filter approach and found effective in detection of retinal blood vessels. A research
towards automatic medical image segmentation is found in Seada et al. [45] and named the model as
"ascending aorta". The model outcomes with nealy 95% of accuracy in segmentation. A Doubly truncated K-
mean clustering and Laplace mixture model is presented for image segmentation by Jyothirmayi et al. [46].
In this, different pixelled images were analyzed the for superiority of model in segmentation.
Hence, there are multiple techniques for assisting in segmentation of medical image in literatures.
The next section outlines the problems associated with existing system.
3. PROBLEM IDENTIFICATION
After reviewing the existing system of segmentation, following problems has been identified:
i) usage of thresholding, rule, model based, edge-based, pixel-wise classification, and region-based schemes
are frequently used for performing segmentation. The significant problems of all the adopted methods are its
assumptions being highly heuristic. Hence, they are not much applicable for performing scalable
segmentation performance and can be used only in preliminary stages. This problem is more high for rule-
based techniques. ii) usage of deformable model-based techniques suffers from significant limitations of
higher contrast and prominent occlusion caused by edges of rib cases, higher dependency of reference model,
and scattered solution from multiple internal attributes during segmentation, iii) usage of machine learning
approach also results in higher dependencies on training operation to be carried out on dataset, iv) lower
convergence speed performance, v) majority of the schemes perform segmentation based on pixel related
information that increases accuracy of segmentation at the cost of computational complexity.
Existing machine learning mechanism performs highly iterative operation that increases the execution time of
the segmentation process. Therefore, there is a need of process that performs less iterative operation and
more progressive segmentation steps that could offer a better balance between accuracy and computation
time. We put forward logic that an effective segmentation algorithm always demand a good equilibrium
between computational complexity and accuracy and thereby maintain an optimal scalability performance.
The next section discusses about the adopted research methodology in order to address such problems.
4. PROPOSED METHODOLOGY
The proposed study is an extension of previous work [47] where the emphasis was on incorporating
multi-level of image pre-processing of chest radiograph. This part of the study introduces a simple and yet
novel segmentation policy as showcased in Figure 1. Adopting analytical research methodology,
the proposed system takes the input of a queried image and is capable of extracting horizontal and vertical
pixel information associated with either intensity or projection. Adoption of this strategy ensures mitigating
any form of adverse effect of rotations in the chest radiographs. The proposed system also introduces usage
Int J Elec & Comp Eng ISSN: 2088-8708 
Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.)
985
of content-based image retrieval technique in order to narrow down the matching images. The narrowness of
the matched image is further boosted with an aid of similarity score between the queried image and dataset.
The outcome of this process results in set of 5 matching images arranged on the basis of their ranks.
The image with 1st rank is considered for further processing where an extraction of feature is carried out
using visual descriptor. Finally, a simple image registration process is implemented that could further
ascertain the mapping of input to target image. In the entire process, accuracy of the matched image is highly
ensured and therefore a contour-based adjustment is further carried out to eliminate any selection of
unnecessary boundary or region of the lung. Applying cubic spline interpolation further make the system
more enhanced enough to perform segmentation. The proposed system is also capable of performing
segmentation as following i) segmenting complete lung region, ii) segmenting apical region, and iii)
segmenting costophrenic region in order to ensure further application of the outcome with respect to clinical
inference of chest radiographs.
Queried
Image
JSRT
dataset
Selected
Analysis
Option
Sum of
intensity
Sum of
Projection
CBIR
Similarity
Score
Query Image and set of matched images with ranks
Feature
extraction
Visual
Descriptor
Image
registration
Contour
Adjustment
Interpolation Segmentation
Option-1
Option-2
Figure 1. Schematic representation of process flow of proposed segmentation
5. ALGORITHM DESIGN
The proposed system emphasizes on the incorporating a precise segmentation process that can
finally assists in disease diagnosis from the given chest radiographs. The mechanism assists in formulating a
better search condition by focusing on the entire process of making the input image ready for segmentation.
The proposed system consists of 5 sequential algorithms in order to perform an effective segmentation
different from existing system i.e. i) Algorithm for processing the input image, ii) Algorithm for content-
based image retrieval, iii) Algorithm for local feature selection, iv) Algorithm for image registration process,
and v) Algorithm for segmentation. This section discusses about all the algorithms in brief.
1. Algorithm for processing the input image
Input: I
Output: H1, H2
Start
1. init I
2. I=r(I)
3. Sr=∑I
4. 4.Sc=∑(I,2)
5. [H1 b1]=hist(Sr max(Sr))
6. [H2 b2]=hist(Sc, max(Sc))
End
The algorithm takes the input I (Input Image) that after processing results in H1 (Horizontal
Projection), H2 (vertical projection). The input image I is digitized followed by applying resizing operation r
(Line-2). The algorithm computes the summation of row wise elements (Line-3) as well as column wise
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991
986
elements (Line-4). Histogram is formed considering the row elements corresponding to Sr (Line-5) and
column section consists of all the maximum values of Sc (Line-6). This operation is essential in the proposed
system as it offers the complete segmentation process to be undertaken either on summation of horizontal-
vertical elements or on projection of horizontal-vertical elements. The projection operation assists in
mitigating any form of rotations in the input image using vertical and horizontal orthogonal projection.
This makes the input image free from any forms of rotational effect. The next stage of the algorithm is to
apply content-based image retrieval process as shown below:
2. Algorithm for content-based image retrieval
Input: ϕ
Output: Sro, Sco, β
Start
1. For i=1: ϕ
2. [(H10 b10) (H20 b20)]ϕ(m i), where a=1, 2, 3, 4
3. Sro=∑(a ϕ), a=5
4. Sco=∑((a ϕ), 2)
5. End
6. For n=1:p
7. ix1=b1==p(n), p1(n)=H10(ix1)
8. ix2=b10==p(n), p2(n)=H10(ix2)
9. End
10. For n=1:q
11. ix1=b2==q(n), q1(n)=H1(ix1)
12. ix2=b20==q(n), q2(n)=H20(ix2)
13. End
14. get rw=n/(n+m)
15. For (x y)=1:(n m)
16. pt=pt+√{p1(x).p2(x)}
17. qt=qt+√{q1(x).q2(x)}
18. End
19. β α.qt+(1- α).qt
20. (m_I m_m) ϕ (a ix(1)), where a=5 and 6
21. (Sro Sco)=∑(m_I)
22. obtain (Sco H10 b10 H20 b20) ϕ(a, ix(1)),where a=1-4
End
This algorithm takes the input of ϕ (database) that after processing yields to Sro (sum of horizontal
intensity), Sco (sum of vertical intensity), β (similarity measure). A specific image dataset ϕ is used where
the first and second row element corresponds to horizontal projection H10 and b10 while third and fourth
row elements correspond to vertical projection H20 and b20 respectively (Line-2). The algorithm also
computes the summation of row-wise (Sro) and column-wise (Sco) element respectively (Line-3 and Line-4).
However, the algorithm chooses to consider sum of horizontal and vertical intensity (i.e. Sro and Sco) only
upon selection of summation of horizontal and vertical elements. On the other hand, the algorithm selects
horizontal and vertical projects (i.e. b10, H10 and b20, H20) upon selection of horizontal-vertical projection.
The next part of the algorithm considers similarity coefficient p that computes the common elements between
the projections b1 and b10 (Line-6). Considering all the values of p, the algorithm checks the projection b1 of
input image to be matching with unit value of projection in the database. Only the horizontal projections H10
are considered for further processing i.e. p1 (Line-7 and Line-8).The similar operation is carried out for
vertical projection with similarity coefficient q (Line-10) for calculating q1 and q2 (Line-11 and Line-12).
The algorithm also computes the relative weight rw using mathematical expression shown in Line-14, where
the variable n and m corresponds to length of p and q. The next part of the algorithm calculates a temporary
variables pt (Line-16) and qt (Line-17) in order to compute a final similarity coefficient β using the
expression shown in Line-19. A sorting process in descending order is carried out for the obtained value of
similarity coefficient. A matrix m_I and m_m represents matched image and (ongoing) matching image
respectively (Line-20). Finally, summations of row-wise and column-wise elements are captured (i.e. Sro and
Sco) from matched image m_I (Line-21) followed by acquiring of sum of horizontal intensity (Sro), sum of
vertical intensity (Sco), horizontal projection (b10, H10), and vertical projection (b20, h20) as shown in
Line-22. Therefore, the good availability of projection-based information significantly assists to mitigate any
Int J Elec & Comp Eng ISSN: 2088-8708 
Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.)
987
forms of misalignment in the image. At the same time, the algorithm of content-based image retrieval results
in good number of most relevant images thereby reducing the effort of search towards
best fit image. The algorithm also makes use of similarity coefficient in order to confirm the
relevancy score of the queried image with that of the dataset. Upon selection of the best matched image,
the image is now ready to be extracted for its feature using the algorithm below:
3. Algorithm for local feature selection
Input: I
Output: im3
Start
1. [(im1 im2) (des1 des2) (loc1 loc2)]=σ(p1 p2)
2. For i=1: des1
3. [v. in]sort(ic(dp))
4. If (v(1)<dR.v(2))
5. m(i)=in(1)
6. Else
7. m(i)=0
8. End
9. im3p1||p2
End
This algorithm is responsible for extracting local features from the matched image obtained from
content-based image retrieval process. The algorithm design is based on visual descriptor of region-based
shape method. The algorithm takes the input of I (processed input image) that after processing yields im3
(image with local feature). The variables p1 and p2 represents I*255 and m_I*255 respectively.
The algorithm implements a function σ for performing the extraction of local features in the form of sets e.g.
(im1 im2) (des1 des2) (loc1 loc2) as shown in Line-1. The algorithm computes the vector of dot product dp
of first descriptor (des1) and transpose of second descriptor (Line-3). This operation is further followed by
sorting operation in order to obtain v and in maps (Line-3). The algorithm then checks of the v(1) is found
more than distance ratio dR multiplied with v(2) than the unit index is assigned to match (Line-5) or else zero
is assigned (Line-7). The distance ratio dR only keep matches in which the ratio of vector angles from the %
nearest to second nearest neighbour is less than dR. Both the images obtained i.e. p1 and p2 as the outcome.
The processed image is further subjected to registration process as shown below:
4. Algorithm for image registration process
Input: I, m_I
Output: Ireg, mw
Start
1. let I1 and I2 be I and m_I
2. [Ireg m2]μ1(I2 I1, ρ)
3. tformμ2(I2 I1, ρ)
4. mwγ(m_m, tform)
End
This algorithm is mainly responsible for performing image registration process which takes the
input of I (processed input image), m_I (Matched image) in order to generate the output of Ireg (registered
image), mw (contour adjusted image). The proposed system implements a function as a configuration
suitable for registering images using multimodal approach. This function formulates an optimizer as well as
metric configuration in order to register the intensity-based image. The variable ρ depicts a set of both
optimizer and a metric as a structure with explicit information about different optimizer properties for
obtaining convergence over a global maximum. The algorithm implements a function μ1 for registering an
image (Line-2) as well as function μ2 for estimating the geometric transformation require to stabilize the
moving image (Line-3). The next step of the algorithm is to perform transformation of matched image m_m
as per the geometric transformation exhibited by tform. Hence, the outcome mw (Line-4) can be considered
as a transformed image that has better adjustment of the contours of the lung regions. The next part of the
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991
988
algorithm continues for final step of segmentation process as shown below:
5. Algorithm for identifying upper and lower lung segment
Input: I, mw
Output: u, l
Start
1. yτ(I)
2. bw=λ(mw)
3. [(xs ys)]co(), where co=f(bw)
4. [xo1 yo1]Ω(y, var)
5. 5.( m1 m2){argmin(ys1 ys2) argmax(ys1 ys2)}
6. uI(nr)
7. lI(end-nr)
End
The algorithm considers the input as transformed image mw obtained from the prior algorithm
(Line-2) and uses a function λ for binarizing the image and thereby resultant image of bw is obtained (Line-
2). The next step is to obtain the binarized boundaries co of the processed image bw (Line-3). The system
than extracts the binarized boundaries with respect to explicit rows in order to obtain (xs1 ys1) and (xs2 ys2).
A filtering function τ is invoked on image I (Line-1) followed by applying recursive process Ω (Line-4)
considering different variables var. Finally, the segmented image is generated by conjoining (xs ys) and
(xo yo) points as follows: the algorithm extracts the minimum arguments of (ys1 ys2) and maximum
arguments of (ys1 ys2) in order to form m1 and m2 respectively (Line-5). The algorithm extracts number of
rows nr and number of columns nc from input image I and obtains the upper portion u (Line-6) and lower
portion l (Line-7). A closer look into the algorithm shows that proposed segmentation technique is quite
different from all conventional segmentation technique in following manner viz. i) it is progressive and not
iterative as seen in existing techniques in literature, ii) the segmentation operation is more into optimizing the
detection performance unless existing system that only focuses on detection, iii) the image registration
process followed by contour adjustment further fine-tunes the edges of lung region without even applying
conventional edge-based segmentation process. This causes the algorithm to obtain more accurate
information about lung region and performs faster identification of it. The next section outlines the result
obtained by proposed study.
6. RESULT ANALYSIS
The assessment of the proposed study has been carried out using Japanese Society Radiological
Technology (JSRT) dataset of chest radiograph where the size of the images is 8,192 KB. All the images are
gray-scale images with color depth of 12 bit. This size is quite bigger compared to conventional medical
images.
The study outcome of the proposed system has been compared with the existing segmentation
techniques. There are diverse studies in literatures pertaining to segmentation and hence we choose the one
that is frequently adopted in segmentation i.e. edge based, threshold-based, and region-based schemes.
Table 1 highlights the outcome of comparative analysis of proposed and existing system with respect to
Edge-based, threshold-based, and region-based.
Table 1. Outcome of Comparative Analysis
Performance Factors Existing [47] Proposed
Edge-based Threshold-based Region-based
Execution Time (s) 1.01968 1.0265 4.2841 0.5487
Accuracy (%) 97% 98% 94% 99%
The region-wise segmentation process results in generation of too much redundant information on
the basis of certain pre-defined factor. Therefore, execution time is more compared to others. Edge-based
being the most frequently adopted technique that essentially depends on either histogram or gradient-based
information that increases the accuracy compared to region-based. However, its performance is nearly similar
to threshold-based segmentation technique. The prime reason for enhanced accuracy of proposed system are
i) narrowing of search objects from dataset on the basis of similarity score, ii) usage of region-based shape
Int J Elec & Comp Eng ISSN: 2088-8708 
Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.)
989
descriptor for further ensuring the correct selection of lung region, iii) image registration process integrated
with contour adjustment to finally identify the lung region followed by spine interpolation, and iv) capability
to identify the apical and costophrenic regions. Moreover usage of features to perform segmentation further
reduces the search time for similar object causing reduction in execution time for proposed system.
7. CONCLUSION
The contribution of existing literatures towards segmentation process in chest x-ray has not yet
addressed the problem associated with the position of capturing the radiograph. The proposed study considers
certain set of problems e.g. i) conventional position of capturing chest x-ray limits the visibility of certain
inert object and may potential acts as impediment in segmentation process, ii) existing segmentation
techniques are more inclined in using iterative operation that offers accuracy at the cost of computational
complexity, iii) more frequently existing techniques e.g. rule based, machine-learning based, threshold-based,
region-based, edge-based doesn’t assist much in addressing the problem of progressive segmentation. A
simple and novel progressive segmentation process is introduced where emphasis was on reduction of
iterations towards segmentation process. The study outcome shows enhanced accuracy and reduced
execution time as compared to frequently used segmentation algorithms.
REFERENCES
[1] Campilho, M. Kamel, “Image Analysis and Recognition: 7th International Conference,” ICIAR 2010, Póvoa de
Varzim, Portugal, June 21-23, 2010, Proceedings”, Springer Science & Business Media, pp. 460, 2010.
[2] David Attwood, Anne Sakdinawat, “X-Rays and Extreme Ultraviolet Radiation: Principles and Applications,”
Cambridge University Press, 2017.
[3] S. Vitulano, “Image: E-learning, Understanding, Information Retrieval and Medical: Proceedings of the First
International Workshop”, Cagliari, Italy, 9-10 June 2003,” World Scientific, 2010.
[4] Christopher Clarke, Anthony Dux, “Chest X-rays for Medical Students,” John Wiley & Sons, 2017.
[5] T. Dohi, I. Sakuma, H. Liao, “Medical Imaging and Augmented Reality: 4th International Workshop Tokyo, Japan,
August 1-2, 2008, Proceedings,” Springer Science & Business Media, pp. 441, 2008.
[6] Allan H. Goroll, Albert G. Mulley, “Primary Care Medicine: Office Evaluation and Management of the Adult
Patient,” Lippincott Williams & Wilkins, 2009.
[7] S. Jaeger, A. Karargyris, S. Candemir, J. Siegelman, L. Folio, S. Antani, and G. Thoma, “Automatic screening for
tuberculosis in chest radiographs: a survey,” Quantitative imaging in medicine and surgery, vol. 3, no. 2,
pp. 89, 2013.
[8] W.S.H.M.W. Ahmad, W. M. Diyana W. Zaki, and M. F. A. Fauzi, “Lung segmentation on standard and mobile
chest radiographs using oriented Gaussian derivatives filter,” Biomedical engineering online, vol. 14, no. 1,
pp. 20, 2015.
[9] P. Campadelli and E. Casiraghi, “Lung field segmentation in digital postero-anterior chest radiographs,” Pattern
Recognition and Image Analysis, pp. 736-745, 2005.
[10] S.K. Savitha and N. C. Naveen, “Study for Assessing the Advancement of Imaging Techniques in Chest
Radiographic Images,” Communications on Applied electronics, vol. 4, pp. 22-34, 2017.
[11] J. Wang and H. Guo, “Automatic Approach for Lung Segmentation with Juxta-Pleural Nodules from Thoracic CT
Based on Contour Tracing and Correction,” Computational and mathematical methods in medicine, 2016.
[12] W. Dai, J. Doyle, X. Liang, H. Zhang, N. Dong, Y. Li, and E. P. Xing, “SCAN: Structure Correcting Adversarial
Network for Chest X-Rays Organ Segmentation,” ARXIV Preprint ARXIV:1703.08770, 2017.
[13] Z. Shi, J. Ma, M. Zhao, Y. Liu, Y. Feng, M. Zhang, L. He, and K. Suzuki, “Many is Better than One: An
Integration of Multiple Simple Strategies for Accurate Lung Segmentation in CT Images,” Biomed Research
International, 2016.
[14] H. Han, L. Li, F. Han, B. Song, W. Moore and Z. Liang, “Fast and Adaptive Detection of Pulmonary Nodules in
Thoracic CT Images Using a Hierarchical Vector Quantization Scheme,” in IEEE Journal of Biomedical and
Health Informatics, vol. 19, no. 2, pp. 648-659, March 2015.
[15] S. Shen, A. A.T. Bui, J. Cong, and W. Hsu, “An automated lung segmentation approach using bidirectional chain
codes to improve nodule detection accuracy,” Computers in biology and medicine, vol. 57, pp. 139-149, 2015.
[16] S-H. Chae, D. Moon, D. G. Lee, and S.B. Pan, “Medical image segmentation for mobile electronic patient charts
using numerical modeling of IoT,” Journal of Applied Mathematics, pp. 8, 2014.
[17] G. Gill, M. Toews and R.R. Beichel, “Robust initialization of active shape models for lung segmentation in CT
scans: a feature-based atlas approach,” Journal of Biomedical Imaging, pp. 7, 2014.
[18] T. A. Ngo and G. Carneiro, “Lung segmentation in chest radiographs using distance regularized level set and deep-
structured learning and inference,” 2015 IEEE International Conference on Image Processing (ICIP), Quebec City,
QC, 2015, pp. 2140-2143.
[19] P.P. R. Filho, P.C. Cortez, and V. H. C.d. Albuquerque, “3D segmentation and visualization of lung and its
structures using CT images of the thorax,” Journal of Biomedical Science and Engineering, vol. 6, no. 11, pp. 1099,
2013.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991
990
[20] J. L-Ruiz, J. M-Sánchez, M. C. B-Jumilla, M. M-Lara, R. V-Monedero, and J. L. S-Gómez, “Automatic image-
based segmentation of the heart from CT scans,” EURASIP Journal on Image and Video Processing, no. 1,
pp. 52, 2014.
[21] A. Farag, H. E. A. E. Munim, J. H. Graham and A. A. Farag, “A Novel Approach for Lung Nodules Segmentation
in Chest CT Using Level Sets,” in IEEE Transactions on Image Processing, vol. 22, no. 12, pp. 5202-5213,
Dec. 2013.
[22] Lassen, E. M. van Rikxoort, M. Schmidt, S. Kerkstra, B. van Ginneken and J. M. Kuhnigk, “Automatic
Segmentation of the Pulmonary Lobes From Chest CT Scans Based on Fissures, Vessels, and Bronchi,” in IEEE
Transactions on Medical Imaging, vol. 32, no. 2, pp. 210-222, Feb. 2013.
[23] J. Feulner, S. K. Zhou, M. Hammon, J. Hornegger, and D. Comaniciu, “Lymph node detection and segmentation in
chest CT data using discriminative learning and a spatial prior,” Medical image analysis, vol. 17, no. 2,
pp. 254-270, 2013.
[24] J. Feulner, S. K. Zhou, M. Hammon, J. Hornegger, and D. Comaniciu, “Segmentation based features for lymph
node detection from 3-d chest ct,” In International Workshop on Machine Learning in Medical Imaging,Springer,
Berlin, Heidelberg, pp. 91-99, 2011.
[25] A.C. Jirapatnakul, Y.D. Mulman, A.P. Reeves, D. F. Yankelevitz, and C.I. Henschke, “Segmentation of
juxtapleural pulmonary nodules using a robust surface estimate,” Journal of Biomedical Imaging, pp. 15, 2011
[26] P. Lo, J. Goldin, D. Oria, A. Banola, and M. Brown, “Historic automated lung segmentation method: Performance
on LOLA11 data set,” In Proc. 4th Intern. MICCAI Workshop on Pulmonary Image Analysis, Toronto, Canada,
pp. 257-260. 2011.
[27] N. Zhou, T. Yang, and S. Zhang, “An improved FCM medical image segmentation algorithm based on MMTD,”
Computational and mathematical methods in medicine, 2014.
[28] S. Ji, B. Wei, Z. Yu, G. Yang, and Y. Yin, “A new multistage medical segmentation method based on superpixel
and fuzzy clustering,” Computational and mathematical methods in medicine, 2014
[29] J. Pu, C. Fuhrman, W. F. Good, F. C. Sciurba and D. Gur, “A Differential Geometric Approach to Automated
Segmentation of Human Airway Tree,” in IEEE Transactions on Medical Imaging, vol. 30, no. 2, pp. 266-278,
Feb. 2011.
[30] J. Pu et al., “Pulmonary Lobe Segmentation in CT Examinations Using Implicit Surface Fitting,” in IEEE
Transactions on Medical Imaging, vol. 28, no. 12, pp. 1986-1996, Dec. 2009.
[31] M. Ceylan, Y. Ozbay, O.N. Ucan and E. Yildirim, “A novel method for lung segmentation on chest CT images:
complex-valued artificial neural network with complex wavelet transform,” Turkish Journal of Electrical
Engineering & Computer Sciences, vol. 18, no. 4, pp.613-624, 2010.
[32] H. Shikata, G. McLennan, E. A. Hoffman, and M. Sonka, “Segmentation of pulmonary vascular trees from thoracic
3D CT images,” Journal of Biomedical Imaging, pp. 24, 2009.
[33] Chen, Q-H. Zou, W-S. Chen, and Y. Li, “A fast region-based segmentation model with Gaussian kernel of
fractional order,” Advances in Mathematical Physics, 2013.
[34] H. Jiang, B. He, D. Fang, Z. Ma, B. Yang, and L. Zhang, “A region growing vessel segmentation algorithm based
on spectrum information,” Computational and mathematical methods in medicine, 2013.
[35] J. Liu, J. Zheng, Q. Tang, and W. Jin, “Minimum error thresholding segmentation algorithm based on 3d grayscale
histogram,” Mathematical Problems in Engineering, 2014.
[36] E.T. Enikov and R. Anton, “Image segmentation and analysis of flexion-extension radiographs of cervical spines,”
Journal of medical engineering, 2014.
[37] W. Wang, L. Duan, and Y. Wang, “Fast Image Segmentation Using Two-Dimensional Otsu Based on Estimation of
Distribution Algorithm,” Journal of Electrical and Computer Engineering, 2017.
[38] W. Jiang, Z. Zhou, X. Ding, X. Deng, L. Zou, and B. Li, “Level Set Based Hippocampus Segmentation in MR
Images with Improved Initialization Using Region Growing,” Computational and mathematical methods in
medicine, 2017.
[39] J. Zhong and H. Wu, “Evolutionary Game Algorithm for Image Segmentation,” Journal of Electrical and
Computer Engineering, 2017.
[40] Y. Luo, L. Liu, Q. Huang, and X. Li, “A Novel Segmentation Approach Combining Region-and Edge-Based
Information for Ultrasound Images,” BioMed research international, 2017.
[41] S. Liu, X. Shen, Y. Feng, and H. Chen, “A Novel Histogram Region Merging Based Multithreshold Segmentation
Algorithm for MR Brain Images,” International journal of biomedical imaging, 2017.
[42] R. Mechrez, J. Goldberger, and H. Greenspan, “Patch-based segmentation with spatial consistency: application to
MS lesions in brain MRI,” Journal of Biomedical Imaging, vol.3, 2016.
[43] W. Cong, J. Song, K. Luan, H. Liang, L. Wang, X. Ma, and J. Li, “A Modified Brain MR Image Segmentation and
Bias Field Estimation Model Based on Local and Global Information,” Computational and mathematical methods
in medicine, 2016.
[44] Razieh Akhavan, Karim Faez, “A Novel Retinal Blood Vessel Segmentation Algorithm using Fuzzy segmentation,’
International Journal of Electrical and Computer Engineering (IJECE), vol. 4, no. 4, pp. 561-572, August 2014.
[45] Noha A. Seada, Safwat Hamad, Mostafa G. M. Mostafa, “Model-based Automatic Segmentation of Ascending
Aorta from Multimodality Medical Data,” International Journal of Electrical and Computer Engineering (IJECE),
vol. 6, no. 6, pp. 3161-3173, December 2016.
Int J Elec & Comp Eng ISSN: 2088-8708 
Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.)
991
[46] T. Jyothirmayi, K. Srinivasa Rao, P. Srinivasa Rao, Ch. Satyanarayana, “Image Segmentation Based on Doubly
Truncated Generalized Laplace Mixture Model and K Means Clustering,” International Journal of Electrical and
Computer Engineering (IJECE), vol. 6, no. 5, pp. 2188-2196, october 2016.
[47] Savitha S. K and N. C. Naveen, “Algorithm for pre-processing chest-x-ray using multi-level enhancement
operation,” 2016 International Conference on Wireless Communications, Signal Processing and Networking
(WiSPNET), Chennai, 2016, pp. 2182-2186.
BIOGRAPHIES OF AUTHORS
Savitha S. K., working as Assistant Professor in Bangalore Institute of Technology, Bengaluru,
Karnataka in Computer Science Department. She has finished her B.E from Bangalore University,
India. She has done her M.Tech from Kuvempu University, India. She is pursuing PhD from VTU,
Belagavi, India. Her Area of Interest is in Digital Image Processing, Database Management
System and Data Mining. She has pubslished 6 papers in national and internation journals and
Conferences. She has around 12 years of academic experience.
Dr. Naveen N. C., working as Professor, Department of Computer Science & Engineering,
JSSATE, Bengaluru, India. He has completed B.E from Bangalore University, India. M.E from
Bangalore University, India. He has completed his PhD from SRM University, Chennai, India. He
has around 16 years of acandemic experience and 3 years of industrial experience. He has
published 12 papers in national and internation journals and conferences.

More Related Content

What's hot

Framework for comprehensive enhancement of brain tumor images with single-win...
Framework for comprehensive enhancement of brain tumor images with single-win...Framework for comprehensive enhancement of brain tumor images with single-win...
Framework for comprehensive enhancement of brain tumor images with single-win...IJECEIAES
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingIRJET Journal
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...CSCJournals
 
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET-  	  Breast Cancer Detection from Histopathology Images: A ReviewIRJET-  	  Breast Cancer Detection from Histopathology Images: A Review
IRJET- Breast Cancer Detection from Histopathology Images: A ReviewIRJET Journal
 
Brain Tumor Segmentation Based on SFCM using Neural Network
Brain Tumor Segmentation Based on SFCM using Neural NetworkBrain Tumor Segmentation Based on SFCM using Neural Network
Brain Tumor Segmentation Based on SFCM using Neural NetworkIRJET Journal
 
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...ijbbjournal
 
Survey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping ObjectsSurvey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping ObjectsIRJET Journal
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...ijsc
 
Texture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational LogicTexture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational Logiciosrjce
 
4 D Adaptive Radiotherapy & Tomotherapy
4 D Adaptive Radiotherapy & Tomotherapy4 D Adaptive Radiotherapy & Tomotherapy
4 D Adaptive Radiotherapy & Tomotherapyfondas vakalis
 
Improving Hierarchical Decision Approach for Single Image Classification of P...
Improving Hierarchical Decision Approach for Single Image Classification of P...Improving Hierarchical Decision Approach for Single Image Classification of P...
Improving Hierarchical Decision Approach for Single Image Classification of P...IJECEIAES
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imageseSAT Journals
 
Early Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network TechniquesEarly Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network TechniquesIJERA Editor
 

What's hot (17)

Framework for comprehensive enhancement of brain tumor images with single-win...
Framework for comprehensive enhancement of brain tumor images with single-win...Framework for comprehensive enhancement of brain tumor images with single-win...
Framework for comprehensive enhancement of brain tumor images with single-win...
 
A01110107
A01110107A01110107
A01110107
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image Processing
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
 
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET-  	  Breast Cancer Detection from Histopathology Images: A ReviewIRJET-  	  Breast Cancer Detection from Histopathology Images: A Review
IRJET- Breast Cancer Detection from Histopathology Images: A Review
 
Brain Tumor Segmentation Based on SFCM using Neural Network
Brain Tumor Segmentation Based on SFCM using Neural NetworkBrain Tumor Segmentation Based on SFCM using Neural Network
Brain Tumor Segmentation Based on SFCM using Neural Network
 
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
 
S4502115119
S4502115119S4502115119
S4502115119
 
Survey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping ObjectsSurvey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping Objects
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
 
Texture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational LogicTexture Analysis As An Aid In CAD And Computational Logic
Texture Analysis As An Aid In CAD And Computational Logic
 
4 D Adaptive Radiotherapy & Tomotherapy
4 D Adaptive Radiotherapy & Tomotherapy4 D Adaptive Radiotherapy & Tomotherapy
4 D Adaptive Radiotherapy & Tomotherapy
 
Bt36430432
Bt36430432Bt36430432
Bt36430432
 
Improving Hierarchical Decision Approach for Single Image Classification of P...
Improving Hierarchical Decision Approach for Single Image Classification of P...Improving Hierarchical Decision Approach for Single Image Classification of P...
Improving Hierarchical Decision Approach for Single Image Classification of P...
 
Igrt prostate
Igrt prostateIgrt prostate
Igrt prostate
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri images
 
Early Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network TechniquesEarly Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network Techniques
 

Similar to Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert regions

Ultrasound image segmentation through deep learning based improvised U-Net
Ultrasound image segmentation through deep learning based  improvised U-NetUltrasound image segmentation through deep learning based  improvised U-Net
Ultrasound image segmentation through deep learning based improvised U-Netnooriasukmaningtyas
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...IJECEIAES
 
Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...
Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...
Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...IJECEIAES
 
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...journalBEEI
 
An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...IJECEIAES
 
An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...
An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...
An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...IOSR Journals
 
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...IJECEIAES
 
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...Christo Ananth
 
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...CSCJournals
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd Iaetsd
 
A new procedure for lung region segmentation from computed tomography images
A new procedure for lung region segmentation from computed  tomography imagesA new procedure for lung region segmentation from computed  tomography images
A new procedure for lung region segmentation from computed tomography imagesIJECEIAES
 
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...IOSR Journals
 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONsipij
 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentationsipij
 
Bone age assessment based on deep learning architecture
Bone age assessment based on deep learning architecture Bone age assessment based on deep learning architecture
Bone age assessment based on deep learning architecture IJECEIAES
 
The Utilization of Physics Parameter to Classify Histopathology Types of Inva...
The Utilization of Physics Parameter to Classify Histopathology Types of Inva...The Utilization of Physics Parameter to Classify Histopathology Types of Inva...
The Utilization of Physics Parameter to Classify Histopathology Types of Inva...IJECEIAES
 
Classification of cervical spine fractures using 8 variants EfficientNet with...
Classification of cervical spine fractures using 8 variants EfficientNet with...Classification of cervical spine fractures using 8 variants EfficientNet with...
Classification of cervical spine fractures using 8 variants EfficientNet with...IJECEIAES
 
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...idescitation
 
IRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
IRJET- A Survey on Categorization of Breast Cancer in Histopathological ImagesIRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
IRJET- A Survey on Categorization of Breast Cancer in Histopathological ImagesIRJET Journal
 
Generalized deep learning model for Classification of Gastric, Colon and Rena...
Generalized deep learning model for Classification of Gastric, Colon and Rena...Generalized deep learning model for Classification of Gastric, Colon and Rena...
Generalized deep learning model for Classification of Gastric, Colon and Rena...IRJET Journal
 

Similar to Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert regions (20)

Ultrasound image segmentation through deep learning based improvised U-Net
Ultrasound image segmentation through deep learning based  improvised U-NetUltrasound image segmentation through deep learning based  improvised U-Net
Ultrasound image segmentation through deep learning based improvised U-Net
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...
 
Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...
Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...
Comparison of Three Segmentation Methods for Breast Ultrasound Images Based o...
 
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
 
An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...
 
An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...
An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...
An Automated Pelvic Bone Geometrical Feature Measurement Utilities on Ct Scan...
 
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
 
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
Enhancing Segmentation Approaches from Fuzzy-MPSO Based Liver Tumor Segmentat...
 
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour using
 
A new procedure for lung region segmentation from computed tomography images
A new procedure for lung region segmentation from computed  tomography imagesA new procedure for lung region segmentation from computed  tomography images
A new procedure for lung region segmentation from computed tomography images
 
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentation
 
Bone age assessment based on deep learning architecture
Bone age assessment based on deep learning architecture Bone age assessment based on deep learning architecture
Bone age assessment based on deep learning architecture
 
The Utilization of Physics Parameter to Classify Histopathology Types of Inva...
The Utilization of Physics Parameter to Classify Histopathology Types of Inva...The Utilization of Physics Parameter to Classify Histopathology Types of Inva...
The Utilization of Physics Parameter to Classify Histopathology Types of Inva...
 
Classification of cervical spine fractures using 8 variants EfficientNet with...
Classification of cervical spine fractures using 8 variants EfficientNet with...Classification of cervical spine fractures using 8 variants EfficientNet with...
Classification of cervical spine fractures using 8 variants EfficientNet with...
 
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
 
IRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
IRJET- A Survey on Categorization of Breast Cancer in Histopathological ImagesIRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
IRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
 
Generalized deep learning model for Classification of Gastric, Colon and Rena...
Generalized deep learning model for Classification of Gastric, Colon and Rena...Generalized deep learning model for Classification of Gastric, Colon and Rena...
Generalized deep learning model for Classification of Gastric, Colon and Rena...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert regions

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 9, No. 2, April 2019, pp. 982~991 ISSN: 2088-8708, DOI: 10.11591/ijece.v9i2.pp982-991  982 Journal homepage: http://iaescore.com/journals/index.php/IJECE Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert regions Savitha S. K.1 , N. C. Naveen2 1 Department of CSE, Visvesvaraya Technological University, Belagavi, Karnataka, India 2 Department of Computer Science & Engineering, JSSATE, Bengaluru, India Article Info ABSTRACT Article history: Received Jun 30, 2018 Revised Oct 27, 2018 Accepted Nov 20, 2018 Segmentation is one of the most essential steps required to identify the inert object in the chest x-ray. A review with the existing segmentation techniques towards chest x-ray as well as other vital organs was performed. The main objective was to find whether existing system offers accuracy at the cost of recursive and complex operations. The proposed system contributes to introduce a framework that can offer a good balance between computational performance and segmentation performance. Given an input of chest x-ray, the system offers progressive search for similar image on the basis of similarity score with queried image. Region-based shape descriptor is applied for extracting the feature exclusively for identifying the lung region from the thoracic region followed by contour adjustment. The final segmentation outcome shows accurate identification followed by segmentation of apical and costophrenic region of lung. Comparative analysis proved that proposed system offers better segmentation performance in contrast to existing system. Keywords: Chest radiograph Chest x-ray Disease detection Lung Segmentation Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Savitha S. K., Department of CSE, Visvesvaraya Technological University, Belagavi, Karnataka, India. Email: savithassk80@gmail.com 1. INTRODUCTION Irrespective of presence of various forms of radiological evaluation, chest x-ray is one of the most frequently prescribed by the doctor [1]. It is because chest x-ray is one of the most economical imaging practices that reveal multiple set of clinical information about chest e.g. blood vessels, problems associated with heart, possible fracture of rib cages, actual condition of lungs, outline of heart, any form of calcium deposit, any abnormal changes after surgery, position of implantable devices, etc [2], [3]. However, a chest x- ray also consists of various problems e.g. illumination, rotation of object, opacity, abnormality in contrast and brightness, etc. Such problems acts as an impediment towards accurate diagnosis of any disease related to chest. Hence, for an effective diagnosis, it is necessary that the focus of the radiologist / physician should be only concentrated to identify the correct location of chest. This problem is effectively solved by segmentation process [4]. Basically, when a chest radiograph is subjected to segmentation, it can be expected that the outcome result should be splitting of the chest radiographs into its smaller component in the form of object or region [5]. It basically assists in segregating unnecessary detailing (i.e. background) from the essential object (foreground), so that the diagnosis can be carried out with better accuracy. Another benefit of carrying out segmentation process in chest x-ray is that it assists in quantifying the tissues, identification of any oddities, estimating volume of target object (e.g. malignant / benign masses), etc [6]. In a nutshell, the core objective of the image segmentation methods is to construct a simpler representation of the targeted object or region and therefore the outcome of segmentation process is never single unit. It is a set of component that could collectively formed the actual image. In existing system, there are various authors that have carried out
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.) 983 research work towards segmentation considering medical images e.g. [7]-[9]. However, complexities associated with the chest x-ray are quite different compared to other medical images. At present times, there are only two fixed positions for capturing chest x-ray i.e. posterior-anterior position and lateral position. Although, these positions offers 90% visualization to maximum clinical problems associated with chest, but sometime it veils visualization to some critical problems e.g. nodules, masses, lumps, lesions owing to presence of bones (i.e. rib cases, clavicle bone, etc). Therefore, the bigger challenge in performing segmentation is to find such occluded objects and extract the targeted object as foreground. Due to complexity associated with performing segmentation of such inert region of the chest, majority of the existing research work is found to adopt machine learning techniques or iterative techniques on the basis of certain predefined information. Although, all these existing techniques are claimed to offer good segmentation performance, but their computational performance is quite questionable owing to involvement of higher degree of recursive operation. Therefore, the present manuscript introduces a simple and cost effective framework that is capable of performing segmentation using progressive approach that has acted as a better alternative of recursive approach in existing system. The proposed system also introduces an analytical model to claim the segmentation performance. Section 2 discusses about the existing research contribution followed by brief outlining of problems associated with existing system in Section 3. Adopted research methodology of proposed system is briefed in Section 4 followed by elaborated discussion of algorithm design in Section 5. Discussion of results accomplished in the proposed study is carried out in Section 6 and finally the concluding remarks is done in Section 7. 2. RELATED WORK This section briefs about the existing research techniques carried out towards segmentation techniques in medical images. Researchers have reviewed about existing imaging techniques of chest radiographs [10] and thereby extend the discussion in the line of chest radiograph explicitly. At present, there are various ranges of techniques implemented for segmentation. The work carried out by Wang and Guo [11] have presented a combined implementation of identifying skin boundary, segmenting contour regions, and refinement of lung region. Most recently, a unique segmentation process of segregating heart from the lung field was introduced by Dai et al. [12]. The authors have used convolution-based segmentation technique in order to construct a network that can discretize between the ground truth information and synthesized mask. Adoption of threshold-based segmentation scheme can be observed in the work of Shi et al. [13]. The authors have used random walk algorithm in order to segment lung from chest region further curvature-based technique was utilized to smoothen the contours. A non-conventional technique of vector quantization has been found to assist in segmentation as well for chest radiographs as seen in the work of Han et al. [14]. The work carried out by Shen et al. [15] has used a chain coding technique along with supervised learning algorithm for carrying out lung segmentation focusing on accuracy. Similar direction of emphasis towards accuracy in segmentation performance was also carried out by Chae et al. [16]. The author contributed to present a technique for reconstructing region of segmentation thereby enhancing segmentation performance. Gill et al. [17] have presented an atlas-based model for carrying out segmentation using affine transformation scheme. Ngo and Carneiro [18] have presented a deep learning mechanism using level set method for lung segmentation. The technique presents good optimization towards shape features during segmentation. Filho et al. [19] have implemented singularity-based technique integrated with region-growing method and thresholding scheme together to perform lung segmentation. Ruiz et al. [20] have presented a heart segmentation technique using thresholding based scheme, filtering, and morphological operations. Farag et al. [21] have introduced a model that implements shape module along with statistical information about the intensity. The technique also uses a density estimation method using non-parametric approach for effective lung segmentation. Lassen et al. [22] have adopted a watershed algorithm for achieving better classification of lung section during transformation process. However, the process involves lack of efficiency in learning process prior to perform segmentation. Such problems of learning were addressed in the work of Feulner et al. [23], [24] by using discriminative approach for segmenting lymph node. The authors have utilized graph cut algorithm for carrying out segmentation. Jirapatnakul et al. [25] have used surface estimation technique to identify and segment pulmonary masses from chest portion. Lo et al. [26] have used region growing mechanism along with morphological operation in order to perform segmentation. The technique also uses fuzzy logic as well as anatomical modeling using semantic features for enhancing the segmentation performance. Usage of fuzzy theory has also been reported in the work of Zhou et al. [27] for assisting in segmentation. The technique uses correlation of pixels in order to perform detection. Fuzzy clustering technique was also reported to be used in the work of Ji et al. [28] for addressing segmentation problem.
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991 984 Pu et al. [29], [30] have presented a unique tree-based scheme considering curvature of human airway for assisting in threshold-based lung segmentation. The scheme also proved that adoption of radial- basis function can significantly assist in identification of fissures over lung surfaces. Usage of neural network and wavelets is reported to enhance the segmentation methods as discussed in work of Ceylan et al. [31]. The authors have also used region-growing method for performing segmentation. Shikata et al. [32] have discussed a tree-based algorithm that works along with Eigen values for constructing terminal portions of the tissues on lungs. Chen et al. [33] have presented a technique that uses energy function along with kernel for assisting in segmentation. The complete modeling is carried out considering statistical approach. Adoption of region growing technique has also been reported in the work carried out by Jiang et al. [34]. Thresholding- based segmentation scheme was witnessed to offer better system performance during segmentation process as seen in the work of Liu et al. [35]. There are various literatures towards segmentation problems that has also been considering different medical case study apart from lungs. Enikov and Anton [36] have used machine learning technique for segmenting images with cervical spines. Thresholding-based scheme was adopted by Wang et al. [37] for faster process of medical image segmentation. Jiang et al. [38] have used level set method along with region growing for performing segmentation of brain images. Incorporation of game theory for improving segmentation was discussed in work of Zhong and Wu [39]. Integrated implementation of edge as well as region was reported in the work of Luo et al. [40] where the segmentation performance has been optimized using swarm intelligence. Benefits of multi-thresholding schemes for segmenting brain images was discussed by Liu et al. [41]. Study towards automated segmentation is put forward by Mechrez et al. [42] considering brain images. The authors have used a recursive patch of images in order to perform segmentation. Similar brain images were also investigated for segmentation by Cong et al. [43] who used field estimation technique. Akhavan and Faez [44] illustrated the segmentation algorithm for Retinal blood vessel image by using Fuzzy and medial filter approach and found effective in detection of retinal blood vessels. A research towards automatic medical image segmentation is found in Seada et al. [45] and named the model as "ascending aorta". The model outcomes with nealy 95% of accuracy in segmentation. A Doubly truncated K- mean clustering and Laplace mixture model is presented for image segmentation by Jyothirmayi et al. [46]. In this, different pixelled images were analyzed the for superiority of model in segmentation. Hence, there are multiple techniques for assisting in segmentation of medical image in literatures. The next section outlines the problems associated with existing system. 3. PROBLEM IDENTIFICATION After reviewing the existing system of segmentation, following problems has been identified: i) usage of thresholding, rule, model based, edge-based, pixel-wise classification, and region-based schemes are frequently used for performing segmentation. The significant problems of all the adopted methods are its assumptions being highly heuristic. Hence, they are not much applicable for performing scalable segmentation performance and can be used only in preliminary stages. This problem is more high for rule- based techniques. ii) usage of deformable model-based techniques suffers from significant limitations of higher contrast and prominent occlusion caused by edges of rib cases, higher dependency of reference model, and scattered solution from multiple internal attributes during segmentation, iii) usage of machine learning approach also results in higher dependencies on training operation to be carried out on dataset, iv) lower convergence speed performance, v) majority of the schemes perform segmentation based on pixel related information that increases accuracy of segmentation at the cost of computational complexity. Existing machine learning mechanism performs highly iterative operation that increases the execution time of the segmentation process. Therefore, there is a need of process that performs less iterative operation and more progressive segmentation steps that could offer a better balance between accuracy and computation time. We put forward logic that an effective segmentation algorithm always demand a good equilibrium between computational complexity and accuracy and thereby maintain an optimal scalability performance. The next section discusses about the adopted research methodology in order to address such problems. 4. PROPOSED METHODOLOGY The proposed study is an extension of previous work [47] where the emphasis was on incorporating multi-level of image pre-processing of chest radiograph. This part of the study introduces a simple and yet novel segmentation policy as showcased in Figure 1. Adopting analytical research methodology, the proposed system takes the input of a queried image and is capable of extracting horizontal and vertical pixel information associated with either intensity or projection. Adoption of this strategy ensures mitigating any form of adverse effect of rotations in the chest radiographs. The proposed system also introduces usage
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.) 985 of content-based image retrieval technique in order to narrow down the matching images. The narrowness of the matched image is further boosted with an aid of similarity score between the queried image and dataset. The outcome of this process results in set of 5 matching images arranged on the basis of their ranks. The image with 1st rank is considered for further processing where an extraction of feature is carried out using visual descriptor. Finally, a simple image registration process is implemented that could further ascertain the mapping of input to target image. In the entire process, accuracy of the matched image is highly ensured and therefore a contour-based adjustment is further carried out to eliminate any selection of unnecessary boundary or region of the lung. Applying cubic spline interpolation further make the system more enhanced enough to perform segmentation. The proposed system is also capable of performing segmentation as following i) segmenting complete lung region, ii) segmenting apical region, and iii) segmenting costophrenic region in order to ensure further application of the outcome with respect to clinical inference of chest radiographs. Queried Image JSRT dataset Selected Analysis Option Sum of intensity Sum of Projection CBIR Similarity Score Query Image and set of matched images with ranks Feature extraction Visual Descriptor Image registration Contour Adjustment Interpolation Segmentation Option-1 Option-2 Figure 1. Schematic representation of process flow of proposed segmentation 5. ALGORITHM DESIGN The proposed system emphasizes on the incorporating a precise segmentation process that can finally assists in disease diagnosis from the given chest radiographs. The mechanism assists in formulating a better search condition by focusing on the entire process of making the input image ready for segmentation. The proposed system consists of 5 sequential algorithms in order to perform an effective segmentation different from existing system i.e. i) Algorithm for processing the input image, ii) Algorithm for content- based image retrieval, iii) Algorithm for local feature selection, iv) Algorithm for image registration process, and v) Algorithm for segmentation. This section discusses about all the algorithms in brief. 1. Algorithm for processing the input image Input: I Output: H1, H2 Start 1. init I 2. I=r(I) 3. Sr=∑I 4. 4.Sc=∑(I,2) 5. [H1 b1]=hist(Sr max(Sr)) 6. [H2 b2]=hist(Sc, max(Sc)) End The algorithm takes the input I (Input Image) that after processing results in H1 (Horizontal Projection), H2 (vertical projection). The input image I is digitized followed by applying resizing operation r (Line-2). The algorithm computes the summation of row wise elements (Line-3) as well as column wise
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991 986 elements (Line-4). Histogram is formed considering the row elements corresponding to Sr (Line-5) and column section consists of all the maximum values of Sc (Line-6). This operation is essential in the proposed system as it offers the complete segmentation process to be undertaken either on summation of horizontal- vertical elements or on projection of horizontal-vertical elements. The projection operation assists in mitigating any form of rotations in the input image using vertical and horizontal orthogonal projection. This makes the input image free from any forms of rotational effect. The next stage of the algorithm is to apply content-based image retrieval process as shown below: 2. Algorithm for content-based image retrieval Input: ϕ Output: Sro, Sco, β Start 1. For i=1: ϕ 2. [(H10 b10) (H20 b20)]ϕ(m i), where a=1, 2, 3, 4 3. Sro=∑(a ϕ), a=5 4. Sco=∑((a ϕ), 2) 5. End 6. For n=1:p 7. ix1=b1==p(n), p1(n)=H10(ix1) 8. ix2=b10==p(n), p2(n)=H10(ix2) 9. End 10. For n=1:q 11. ix1=b2==q(n), q1(n)=H1(ix1) 12. ix2=b20==q(n), q2(n)=H20(ix2) 13. End 14. get rw=n/(n+m) 15. For (x y)=1:(n m) 16. pt=pt+√{p1(x).p2(x)} 17. qt=qt+√{q1(x).q2(x)} 18. End 19. β α.qt+(1- α).qt 20. (m_I m_m) ϕ (a ix(1)), where a=5 and 6 21. (Sro Sco)=∑(m_I) 22. obtain (Sco H10 b10 H20 b20) ϕ(a, ix(1)),where a=1-4 End This algorithm takes the input of ϕ (database) that after processing yields to Sro (sum of horizontal intensity), Sco (sum of vertical intensity), β (similarity measure). A specific image dataset ϕ is used where the first and second row element corresponds to horizontal projection H10 and b10 while third and fourth row elements correspond to vertical projection H20 and b20 respectively (Line-2). The algorithm also computes the summation of row-wise (Sro) and column-wise (Sco) element respectively (Line-3 and Line-4). However, the algorithm chooses to consider sum of horizontal and vertical intensity (i.e. Sro and Sco) only upon selection of summation of horizontal and vertical elements. On the other hand, the algorithm selects horizontal and vertical projects (i.e. b10, H10 and b20, H20) upon selection of horizontal-vertical projection. The next part of the algorithm considers similarity coefficient p that computes the common elements between the projections b1 and b10 (Line-6). Considering all the values of p, the algorithm checks the projection b1 of input image to be matching with unit value of projection in the database. Only the horizontal projections H10 are considered for further processing i.e. p1 (Line-7 and Line-8).The similar operation is carried out for vertical projection with similarity coefficient q (Line-10) for calculating q1 and q2 (Line-11 and Line-12). The algorithm also computes the relative weight rw using mathematical expression shown in Line-14, where the variable n and m corresponds to length of p and q. The next part of the algorithm calculates a temporary variables pt (Line-16) and qt (Line-17) in order to compute a final similarity coefficient β using the expression shown in Line-19. A sorting process in descending order is carried out for the obtained value of similarity coefficient. A matrix m_I and m_m represents matched image and (ongoing) matching image respectively (Line-20). Finally, summations of row-wise and column-wise elements are captured (i.e. Sro and Sco) from matched image m_I (Line-21) followed by acquiring of sum of horizontal intensity (Sro), sum of vertical intensity (Sco), horizontal projection (b10, H10), and vertical projection (b20, h20) as shown in Line-22. Therefore, the good availability of projection-based information significantly assists to mitigate any
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.) 987 forms of misalignment in the image. At the same time, the algorithm of content-based image retrieval results in good number of most relevant images thereby reducing the effort of search towards best fit image. The algorithm also makes use of similarity coefficient in order to confirm the relevancy score of the queried image with that of the dataset. Upon selection of the best matched image, the image is now ready to be extracted for its feature using the algorithm below: 3. Algorithm for local feature selection Input: I Output: im3 Start 1. [(im1 im2) (des1 des2) (loc1 loc2)]=σ(p1 p2) 2. For i=1: des1 3. [v. in]sort(ic(dp)) 4. If (v(1)<dR.v(2)) 5. m(i)=in(1) 6. Else 7. m(i)=0 8. End 9. im3p1||p2 End This algorithm is responsible for extracting local features from the matched image obtained from content-based image retrieval process. The algorithm design is based on visual descriptor of region-based shape method. The algorithm takes the input of I (processed input image) that after processing yields im3 (image with local feature). The variables p1 and p2 represents I*255 and m_I*255 respectively. The algorithm implements a function σ for performing the extraction of local features in the form of sets e.g. (im1 im2) (des1 des2) (loc1 loc2) as shown in Line-1. The algorithm computes the vector of dot product dp of first descriptor (des1) and transpose of second descriptor (Line-3). This operation is further followed by sorting operation in order to obtain v and in maps (Line-3). The algorithm then checks of the v(1) is found more than distance ratio dR multiplied with v(2) than the unit index is assigned to match (Line-5) or else zero is assigned (Line-7). The distance ratio dR only keep matches in which the ratio of vector angles from the % nearest to second nearest neighbour is less than dR. Both the images obtained i.e. p1 and p2 as the outcome. The processed image is further subjected to registration process as shown below: 4. Algorithm for image registration process Input: I, m_I Output: Ireg, mw Start 1. let I1 and I2 be I and m_I 2. [Ireg m2]μ1(I2 I1, ρ) 3. tformμ2(I2 I1, ρ) 4. mwγ(m_m, tform) End This algorithm is mainly responsible for performing image registration process which takes the input of I (processed input image), m_I (Matched image) in order to generate the output of Ireg (registered image), mw (contour adjusted image). The proposed system implements a function as a configuration suitable for registering images using multimodal approach. This function formulates an optimizer as well as metric configuration in order to register the intensity-based image. The variable ρ depicts a set of both optimizer and a metric as a structure with explicit information about different optimizer properties for obtaining convergence over a global maximum. The algorithm implements a function μ1 for registering an image (Line-2) as well as function μ2 for estimating the geometric transformation require to stabilize the moving image (Line-3). The next step of the algorithm is to perform transformation of matched image m_m as per the geometric transformation exhibited by tform. Hence, the outcome mw (Line-4) can be considered as a transformed image that has better adjustment of the contours of the lung regions. The next part of the
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991 988 algorithm continues for final step of segmentation process as shown below: 5. Algorithm for identifying upper and lower lung segment Input: I, mw Output: u, l Start 1. yτ(I) 2. bw=λ(mw) 3. [(xs ys)]co(), where co=f(bw) 4. [xo1 yo1]Ω(y, var) 5. 5.( m1 m2){argmin(ys1 ys2) argmax(ys1 ys2)} 6. uI(nr) 7. lI(end-nr) End The algorithm considers the input as transformed image mw obtained from the prior algorithm (Line-2) and uses a function λ for binarizing the image and thereby resultant image of bw is obtained (Line- 2). The next step is to obtain the binarized boundaries co of the processed image bw (Line-3). The system than extracts the binarized boundaries with respect to explicit rows in order to obtain (xs1 ys1) and (xs2 ys2). A filtering function τ is invoked on image I (Line-1) followed by applying recursive process Ω (Line-4) considering different variables var. Finally, the segmented image is generated by conjoining (xs ys) and (xo yo) points as follows: the algorithm extracts the minimum arguments of (ys1 ys2) and maximum arguments of (ys1 ys2) in order to form m1 and m2 respectively (Line-5). The algorithm extracts number of rows nr and number of columns nc from input image I and obtains the upper portion u (Line-6) and lower portion l (Line-7). A closer look into the algorithm shows that proposed segmentation technique is quite different from all conventional segmentation technique in following manner viz. i) it is progressive and not iterative as seen in existing techniques in literature, ii) the segmentation operation is more into optimizing the detection performance unless existing system that only focuses on detection, iii) the image registration process followed by contour adjustment further fine-tunes the edges of lung region without even applying conventional edge-based segmentation process. This causes the algorithm to obtain more accurate information about lung region and performs faster identification of it. The next section outlines the result obtained by proposed study. 6. RESULT ANALYSIS The assessment of the proposed study has been carried out using Japanese Society Radiological Technology (JSRT) dataset of chest radiograph where the size of the images is 8,192 KB. All the images are gray-scale images with color depth of 12 bit. This size is quite bigger compared to conventional medical images. The study outcome of the proposed system has been compared with the existing segmentation techniques. There are diverse studies in literatures pertaining to segmentation and hence we choose the one that is frequently adopted in segmentation i.e. edge based, threshold-based, and region-based schemes. Table 1 highlights the outcome of comparative analysis of proposed and existing system with respect to Edge-based, threshold-based, and region-based. Table 1. Outcome of Comparative Analysis Performance Factors Existing [47] Proposed Edge-based Threshold-based Region-based Execution Time (s) 1.01968 1.0265 4.2841 0.5487 Accuracy (%) 97% 98% 94% 99% The region-wise segmentation process results in generation of too much redundant information on the basis of certain pre-defined factor. Therefore, execution time is more compared to others. Edge-based being the most frequently adopted technique that essentially depends on either histogram or gradient-based information that increases the accuracy compared to region-based. However, its performance is nearly similar to threshold-based segmentation technique. The prime reason for enhanced accuracy of proposed system are i) narrowing of search objects from dataset on the basis of similarity score, ii) usage of region-based shape
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708  Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.) 989 descriptor for further ensuring the correct selection of lung region, iii) image registration process integrated with contour adjustment to finally identify the lung region followed by spine interpolation, and iv) capability to identify the apical and costophrenic regions. Moreover usage of features to perform segmentation further reduces the search time for similar object causing reduction in execution time for proposed system. 7. CONCLUSION The contribution of existing literatures towards segmentation process in chest x-ray has not yet addressed the problem associated with the position of capturing the radiograph. The proposed study considers certain set of problems e.g. i) conventional position of capturing chest x-ray limits the visibility of certain inert object and may potential acts as impediment in segmentation process, ii) existing segmentation techniques are more inclined in using iterative operation that offers accuracy at the cost of computational complexity, iii) more frequently existing techniques e.g. rule based, machine-learning based, threshold-based, region-based, edge-based doesn’t assist much in addressing the problem of progressive segmentation. A simple and novel progressive segmentation process is introduced where emphasis was on reduction of iterations towards segmentation process. The study outcome shows enhanced accuracy and reduced execution time as compared to frequently used segmentation algorithms. REFERENCES [1] Campilho, M. Kamel, “Image Analysis and Recognition: 7th International Conference,” ICIAR 2010, Póvoa de Varzim, Portugal, June 21-23, 2010, Proceedings”, Springer Science & Business Media, pp. 460, 2010. [2] David Attwood, Anne Sakdinawat, “X-Rays and Extreme Ultraviolet Radiation: Principles and Applications,” Cambridge University Press, 2017. [3] S. Vitulano, “Image: E-learning, Understanding, Information Retrieval and Medical: Proceedings of the First International Workshop”, Cagliari, Italy, 9-10 June 2003,” World Scientific, 2010. [4] Christopher Clarke, Anthony Dux, “Chest X-rays for Medical Students,” John Wiley & Sons, 2017. [5] T. Dohi, I. Sakuma, H. Liao, “Medical Imaging and Augmented Reality: 4th International Workshop Tokyo, Japan, August 1-2, 2008, Proceedings,” Springer Science & Business Media, pp. 441, 2008. [6] Allan H. Goroll, Albert G. Mulley, “Primary Care Medicine: Office Evaluation and Management of the Adult Patient,” Lippincott Williams & Wilkins, 2009. [7] S. Jaeger, A. Karargyris, S. Candemir, J. Siegelman, L. Folio, S. Antani, and G. Thoma, “Automatic screening for tuberculosis in chest radiographs: a survey,” Quantitative imaging in medicine and surgery, vol. 3, no. 2, pp. 89, 2013. [8] W.S.H.M.W. Ahmad, W. M. Diyana W. Zaki, and M. F. A. Fauzi, “Lung segmentation on standard and mobile chest radiographs using oriented Gaussian derivatives filter,” Biomedical engineering online, vol. 14, no. 1, pp. 20, 2015. [9] P. Campadelli and E. Casiraghi, “Lung field segmentation in digital postero-anterior chest radiographs,” Pattern Recognition and Image Analysis, pp. 736-745, 2005. [10] S.K. Savitha and N. C. Naveen, “Study for Assessing the Advancement of Imaging Techniques in Chest Radiographic Images,” Communications on Applied electronics, vol. 4, pp. 22-34, 2017. [11] J. Wang and H. Guo, “Automatic Approach for Lung Segmentation with Juxta-Pleural Nodules from Thoracic CT Based on Contour Tracing and Correction,” Computational and mathematical methods in medicine, 2016. [12] W. Dai, J. Doyle, X. Liang, H. Zhang, N. Dong, Y. Li, and E. P. Xing, “SCAN: Structure Correcting Adversarial Network for Chest X-Rays Organ Segmentation,” ARXIV Preprint ARXIV:1703.08770, 2017. [13] Z. Shi, J. Ma, M. Zhao, Y. Liu, Y. Feng, M. Zhang, L. He, and K. Suzuki, “Many is Better than One: An Integration of Multiple Simple Strategies for Accurate Lung Segmentation in CT Images,” Biomed Research International, 2016. [14] H. Han, L. Li, F. Han, B. Song, W. Moore and Z. Liang, “Fast and Adaptive Detection of Pulmonary Nodules in Thoracic CT Images Using a Hierarchical Vector Quantization Scheme,” in IEEE Journal of Biomedical and Health Informatics, vol. 19, no. 2, pp. 648-659, March 2015. [15] S. Shen, A. A.T. Bui, J. Cong, and W. Hsu, “An automated lung segmentation approach using bidirectional chain codes to improve nodule detection accuracy,” Computers in biology and medicine, vol. 57, pp. 139-149, 2015. [16] S-H. Chae, D. Moon, D. G. Lee, and S.B. Pan, “Medical image segmentation for mobile electronic patient charts using numerical modeling of IoT,” Journal of Applied Mathematics, pp. 8, 2014. [17] G. Gill, M. Toews and R.R. Beichel, “Robust initialization of active shape models for lung segmentation in CT scans: a feature-based atlas approach,” Journal of Biomedical Imaging, pp. 7, 2014. [18] T. A. Ngo and G. Carneiro, “Lung segmentation in chest radiographs using distance regularized level set and deep- structured learning and inference,” 2015 IEEE International Conference on Image Processing (ICIP), Quebec City, QC, 2015, pp. 2140-2143. [19] P.P. R. Filho, P.C. Cortez, and V. H. C.d. Albuquerque, “3D segmentation and visualization of lung and its structures using CT images of the thorax,” Journal of Biomedical Science and Engineering, vol. 6, no. 11, pp. 1099, 2013.
  • 9.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 982 - 991 990 [20] J. L-Ruiz, J. M-Sánchez, M. C. B-Jumilla, M. M-Lara, R. V-Monedero, and J. L. S-Gómez, “Automatic image- based segmentation of the heart from CT scans,” EURASIP Journal on Image and Video Processing, no. 1, pp. 52, 2014. [21] A. Farag, H. E. A. E. Munim, J. H. Graham and A. A. Farag, “A Novel Approach for Lung Nodules Segmentation in Chest CT Using Level Sets,” in IEEE Transactions on Image Processing, vol. 22, no. 12, pp. 5202-5213, Dec. 2013. [22] Lassen, E. M. van Rikxoort, M. Schmidt, S. Kerkstra, B. van Ginneken and J. M. Kuhnigk, “Automatic Segmentation of the Pulmonary Lobes From Chest CT Scans Based on Fissures, Vessels, and Bronchi,” in IEEE Transactions on Medical Imaging, vol. 32, no. 2, pp. 210-222, Feb. 2013. [23] J. Feulner, S. K. Zhou, M. Hammon, J. Hornegger, and D. Comaniciu, “Lymph node detection and segmentation in chest CT data using discriminative learning and a spatial prior,” Medical image analysis, vol. 17, no. 2, pp. 254-270, 2013. [24] J. Feulner, S. K. Zhou, M. Hammon, J. Hornegger, and D. Comaniciu, “Segmentation based features for lymph node detection from 3-d chest ct,” In International Workshop on Machine Learning in Medical Imaging,Springer, Berlin, Heidelberg, pp. 91-99, 2011. [25] A.C. Jirapatnakul, Y.D. Mulman, A.P. Reeves, D. F. Yankelevitz, and C.I. Henschke, “Segmentation of juxtapleural pulmonary nodules using a robust surface estimate,” Journal of Biomedical Imaging, pp. 15, 2011 [26] P. Lo, J. Goldin, D. Oria, A. Banola, and M. Brown, “Historic automated lung segmentation method: Performance on LOLA11 data set,” In Proc. 4th Intern. MICCAI Workshop on Pulmonary Image Analysis, Toronto, Canada, pp. 257-260. 2011. [27] N. Zhou, T. Yang, and S. Zhang, “An improved FCM medical image segmentation algorithm based on MMTD,” Computational and mathematical methods in medicine, 2014. [28] S. Ji, B. Wei, Z. Yu, G. Yang, and Y. Yin, “A new multistage medical segmentation method based on superpixel and fuzzy clustering,” Computational and mathematical methods in medicine, 2014 [29] J. Pu, C. Fuhrman, W. F. Good, F. C. Sciurba and D. Gur, “A Differential Geometric Approach to Automated Segmentation of Human Airway Tree,” in IEEE Transactions on Medical Imaging, vol. 30, no. 2, pp. 266-278, Feb. 2011. [30] J. Pu et al., “Pulmonary Lobe Segmentation in CT Examinations Using Implicit Surface Fitting,” in IEEE Transactions on Medical Imaging, vol. 28, no. 12, pp. 1986-1996, Dec. 2009. [31] M. Ceylan, Y. Ozbay, O.N. Ucan and E. Yildirim, “A novel method for lung segmentation on chest CT images: complex-valued artificial neural network with complex wavelet transform,” Turkish Journal of Electrical Engineering & Computer Sciences, vol. 18, no. 4, pp.613-624, 2010. [32] H. Shikata, G. McLennan, E. A. Hoffman, and M. Sonka, “Segmentation of pulmonary vascular trees from thoracic 3D CT images,” Journal of Biomedical Imaging, pp. 24, 2009. [33] Chen, Q-H. Zou, W-S. Chen, and Y. Li, “A fast region-based segmentation model with Gaussian kernel of fractional order,” Advances in Mathematical Physics, 2013. [34] H. Jiang, B. He, D. Fang, Z. Ma, B. Yang, and L. Zhang, “A region growing vessel segmentation algorithm based on spectrum information,” Computational and mathematical methods in medicine, 2013. [35] J. Liu, J. Zheng, Q. Tang, and W. Jin, “Minimum error thresholding segmentation algorithm based on 3d grayscale histogram,” Mathematical Problems in Engineering, 2014. [36] E.T. Enikov and R. Anton, “Image segmentation and analysis of flexion-extension radiographs of cervical spines,” Journal of medical engineering, 2014. [37] W. Wang, L. Duan, and Y. Wang, “Fast Image Segmentation Using Two-Dimensional Otsu Based on Estimation of Distribution Algorithm,” Journal of Electrical and Computer Engineering, 2017. [38] W. Jiang, Z. Zhou, X. Ding, X. Deng, L. Zou, and B. Li, “Level Set Based Hippocampus Segmentation in MR Images with Improved Initialization Using Region Growing,” Computational and mathematical methods in medicine, 2017. [39] J. Zhong and H. Wu, “Evolutionary Game Algorithm for Image Segmentation,” Journal of Electrical and Computer Engineering, 2017. [40] Y. Luo, L. Liu, Q. Huang, and X. Li, “A Novel Segmentation Approach Combining Region-and Edge-Based Information for Ultrasound Images,” BioMed research international, 2017. [41] S. Liu, X. Shen, Y. Feng, and H. Chen, “A Novel Histogram Region Merging Based Multithreshold Segmentation Algorithm for MR Brain Images,” International journal of biomedical imaging, 2017. [42] R. Mechrez, J. Goldberger, and H. Greenspan, “Patch-based segmentation with spatial consistency: application to MS lesions in brain MRI,” Journal of Biomedical Imaging, vol.3, 2016. [43] W. Cong, J. Song, K. Luan, H. Liang, L. Wang, X. Ma, and J. Li, “A Modified Brain MR Image Segmentation and Bias Field Estimation Model Based on Local and Global Information,” Computational and mathematical methods in medicine, 2016. [44] Razieh Akhavan, Karim Faez, “A Novel Retinal Blood Vessel Segmentation Algorithm using Fuzzy segmentation,’ International Journal of Electrical and Computer Engineering (IJECE), vol. 4, no. 4, pp. 561-572, August 2014. [45] Noha A. Seada, Safwat Hamad, Mostafa G. M. Mostafa, “Model-based Automatic Segmentation of Ascending Aorta from Multimodality Medical Data,” International Journal of Electrical and Computer Engineering (IJECE), vol. 6, no. 6, pp. 3161-3173, December 2016.
  • 10. Int J Elec & Comp Eng ISSN: 2088-8708  Framework for progressive segmentation of chest radiograph for efficient diagnosis of inert… (Savitha S.K.) 991 [46] T. Jyothirmayi, K. Srinivasa Rao, P. Srinivasa Rao, Ch. Satyanarayana, “Image Segmentation Based on Doubly Truncated Generalized Laplace Mixture Model and K Means Clustering,” International Journal of Electrical and Computer Engineering (IJECE), vol. 6, no. 5, pp. 2188-2196, october 2016. [47] Savitha S. K and N. C. Naveen, “Algorithm for pre-processing chest-x-ray using multi-level enhancement operation,” 2016 International Conference on Wireless Communications, Signal Processing and Networking (WiSPNET), Chennai, 2016, pp. 2182-2186. BIOGRAPHIES OF AUTHORS Savitha S. K., working as Assistant Professor in Bangalore Institute of Technology, Bengaluru, Karnataka in Computer Science Department. She has finished her B.E from Bangalore University, India. She has done her M.Tech from Kuvempu University, India. She is pursuing PhD from VTU, Belagavi, India. Her Area of Interest is in Digital Image Processing, Database Management System and Data Mining. She has pubslished 6 papers in national and internation journals and Conferences. She has around 12 years of academic experience. Dr. Naveen N. C., working as Professor, Department of Computer Science & Engineering, JSSATE, Bengaluru, India. He has completed B.E from Bangalore University, India. M.E from Bangalore University, India. He has completed his PhD from SRM University, Chennai, India. He has around 16 years of acandemic experience and 3 years of industrial experience. He has published 12 papers in national and internation journals and conferences.