You are on page 1of 4

INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY

VOLUME 4 ISSUE 2 APRIL 2015 - ISSN: 2349 - 9303

Segmentation and Classification of Lung Nodule in


Chest Radiograph Image
Agalya A1

Nirmalakumari k2

PG scholar,
Dept.of ECE,
Bannari Amman Institute of Technology,
Sathyamangalam,Tamilnadu,India
agalya6492@gmail.com

Assistant Professor(Sr.G),
Dept.of ECE,
Bannari Amman Institute of Technology,
Sathyamangalam,Tamilnadu,India
nirmalakumarik@bitsathy.ac.in

Abstract-Image segmentation plays a vital step in medical image processing. Lung cancer is the largest cause of tumor deaths.
Since the nodules are commonly attached to blood vessels, detection of lung nodules is the challenging task .By early detection the
lung cancer can be completely recovered. Especially in the case of lung nodule detection Computer Aided Detection (CAD) is
effective for the improvement of radiologists diagnosis. In this paper an efficient lung nodule detection scheme is developed by
performing nodule segmentation through Fuzzy C-Means (FCM) and Virtual Dual Energy (VDE). Here the input image is
considered as an radiograph image, then the lung is segmented by using Multi segment Active Shape Model (MASM). Finally neural
network classifies as a nodule or non-nodule candidates.
Keywords: Chest Radiography (CXR), Computer Aided Diagnosis (CAD), Fuzzy C-Means (FCM), Virtual Dual Energy (VDE),
Multi Segment Active Shape Model (M-ASM).

1 INTRODUCTION
A wide variety of imaging techniques is currently available in the
field of medical diagnosis, such as radiography, computed
tomography (CT) and magnetic resonance. Chest radiography is
the most common type of procedure for the initial detection and
diagnosis of lung cancer, due to its economic considerations and
radiation dose. Lung cancer is the uncontrolled growth of
abnormal cells that start off in one or both lungs; one of the most
dangerous problem in this world is cancer. In 2005, the five-year
survival rates for men and women diagnosed with lung cancer
were 13.6% and 17.2%, respectively [1]. If the early diagnosis
has become established, then it will be effective. In this paper
CXRs is used because it is more effective when compared to all
other radiograph techniques [2], [3]. On initial reading of chest
radiograph 30% of pulmonary nodules are missed due to
overlapping of ribs and clavicles [4], [5]. Dual-energy
radiography system is used only in limited hospitals because it is a
hardware technique. So we are introducing a software technique
called Virtual Dual-Energy (VDE) radiography, developed by
Suzuki for the suppression of ribs and clavicles in CXRs .
There are 2 major types of lung cancer:
Small cell lung cancer (SCLC)
Non-small cell lung cancer (NSCLC).

Technology (JSRT). The images were digitized with a matrix size of


2048 x 2048, and 4096 grey levels. For detection of lung nodules in
CXRs our original CAD scheme consists of three major steps:1)
Segmentation of lung based on Multi segment Active Shape Model
(M-ASM) 2) VDE with two-stage nodule enhancement and
detection of nodule 3) segmentation of nodule candidates by use of
our clustering watershed segmentation algorithm.

3 BLOCK DIAGRAM

2 MATERIALS AND METHOD


The method has been developed and tested on a standard database
acquired by the Japanese Society of Radiological

126

Fig. 1. Block diagram of CAD scheme with the VDE technology

INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY


VOLUME 4 ISSUE 2 APRIL 2015 - ISSN: 2349 - 9303
In this above block diagram, chest radiograph image is taken as an
input and it is applied to Fuzzy C-Means for nodule detection.
After detecting the nodule using FCM, lung is segmented using
Multi segment Active Shape Model (M-ASM). From this
segmented lung image Virtual Dual Energy technique is applied
for nodule detection. Comparatively VDE gives the better result
than FCM for nodule detection. Finally classification is done using
Neural Network.

5 M-ASM TECHNIQUE
M-ASM technique is much better than ASM. Because in ASM, it takes each and
every point manually so this is not good for lung segmentation. But in M-ASM it
takes each and every point automatically based on intensity. So for easy process
and time consumption Multi segment Active Shape Model (M-ASM) is applied.
M-ASM technique segments only the lung part.

Fig. 2. Original CXR image

4 FCM FOR THE LUNG NODULE DETECTION


Fuzzy C-Means (FCM) is the most popular clustering algorithm for medical
image segmentation. It is also a spongy segmentation method. It is a method of
clustering which allows one section of data to two or more clusters. In the
standard FCM, the centers are initialized arbitrarily and the measure of
membership only uses the gray feature. This leads to be sensitive to noise and
reasonably time-consuming. Fuzzy C-Means allows us to decrease the
uncertainity of pixels belonging to one class and therefore in general provides
improved segmentation. In addition, multiple classes with varying degrees of
membership can be endlessly updated. The first specific formulation of
Fuzzy C-Means (FCM) is credited to Dunn [6]. But its
generalization and current framing is designed by Bezdek [7].

Fig. 3. FCM Result

Fig. 4. Lung Segmentation using an M-ASM

6 VIRTUAL DUAL ENERGY TECHNIQUE FOR


NODULE DETECTION
By using Virtual Dual Energy (VDE) radiography technique, the rib and soft
tissue components of the CXRs gets separated. This software technique is applied
due to some of the benefits dose is required for the patients. They are:

For the patients, there is no additional radiation dose is required.


For the generation of the VDE images, there is no need of any
specialized equipment.

To detect the lung nodules and to reduce the frequent false positives (FPs) caused
by ribs, virtual dual energy radiography technique is used [10] . The ribs are long
curved bones that form the cage. Ribs surround the chest, enabling the lungs to
expand and facilitate breathing by expanding the chest cavity. In VDE,
smoothing process is done by Gaussian kernel function. Virtual dual
energy consists of two methods: Two stage enhancement technique
and Watershed based segmentation. By using two stage
enhancement technique, the blurness can be avoided by selecting the
variance value as minimum. With the watershed segmentation rough
nodule candidate region was divided into several catchment basins.
Dual energy is used to improve the performance of digital radiograph image with
two intensity energy levels that is nodules and normal image from that soft tissue
is easily identified. The various types of grey-level morphological
operators is used. The term morphology refers to the shape or
morphology of features in an image. Disk shaped structural element
is used in this paper. Erosion, dilation, opening, and closing are the
basic morphological operations. But in this paper only Dilation,
erosion and opening have used. Erosion is nothing but it shrinks the
image. Dilation process is to expand the image.

127

INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY


VOLUME 4 ISSUE 2 APRIL 2015 - ISSN: 2349 - 9303

Fig. 8. Nodule message box

7 COMPARISON OF TWO SEGMENTATIONS

Fig. 5. Erosion result

In segmentation, Virtual Dual Energy technique is better when


compared Fuzzy C-Means. VDE gives accurate result with
improved sensitivity and specificity.

8 CONCLUSION
In this paper for the detection of lung nodule a CADs scheme was
developed in chest radiograph image. Virtual dual energy technique
is better when compared to Fuzzy C-Means in terms of nodule
detection. It shows the results as Nodule or Non-Nodule image
by depending on the nodule message box.

REFERENCES

Fig. 6. Dilation result

Fig. 7. Watershed segmentation

[1] A. Jemal, M. J. Thun, L. A. Ries, H. L. Howe, H. K. Weir, M. M.


Center, E. Ward, X. C. Wu, C. Eheman, R. Anderson, U. A. Ajani, B.
Kohler, and B. K. Edwards, Annual report to the nation on the status of
cancer, 19752005, featuring trends in lung cancer, tobacco use, and
tobacco control, J Nat. Cancer Inst., vol. 100, no. 23, pp. 16721694,
Dec. 2008.
[2] American Cancer Society, American Cancer Society Complete
Guide to Complementary & Alternative Cancer Therapies, 2nd ed.
Atlanta, GA.:American Cancer Society, 2009.
[3] G. P. Murphy, W. Lawrence and American Cancer Society,
American Cancer Society Textbook of Clinical Oncology, 2nd ed.
Atlanta, GA.: American Cancer Society, 1995.
[4] H. Zhao, S. C. Lo, M. Freedman, and Y. Wang, Enhanced lung
cancer detection in temporal subtraction chest radiography using
directional edge filtering techniques, presented at the Proc. SPIEMed.
Imag.: Image Process., San Diego, CA, 2002.
[5]
B. M. Romney, and L. S. Goldsmith, Missed bronchogenic
carcinoma: Radiographic findings in 27 patients with a potentially
resectable lesion evident in retrospect, Radiology, vol. 182, pp. 115
122, Jan. 1992.
[6] Dunn, J C. A Fuzzy Relative of the ISODATA Process and Its
Use in Detecting Compact Well-Separated Clusters. J. Cybernetics,
3(3), 32-57, 1973.
[7] Bezdek , James. Pattern Recognition with Fuzzy Objective Function
Algorithms. Plenum Press, 1981.
[8] K.Suzuki, H. Abe, F. Li, and K. Doi, Suppression of the contrast
of ribs in chest radiographs by means of massive training artificial neural
network, in Proc. SPIE Med. Imag., 2004, vol. 5370, pp. 11091119.
[9] G.Coppini, S. Diciotti, M. Falchini, N. Villari, and G. Valli, Neural
networks for computer-aided diagnosis: Detection of lung nodules in
chest radiograms, IEEE Trans. Inf. Technol. Biomed., vol. 7, no. 4, pp.
344357, Dec. 2003.

128

INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY


VOLUME 4 ISSUE 2 APRIL 2015 - ISSN: 2349 - 9303
[10] K. Suzuki, J. Shiraishi,H.Abe,H.MacMahon, and K.Doi, Falsepositive reduction in computer-aided diagnostic scheme for detecting
nodules in chest radiographs by means of massive training artificial
neural network, Acad. Radiol., vol. 12, pp. 191201, Feb. 2005.
[11] X. W. Xu, K. Doi, T. Kobayashi, and H.
MacMahon,Development of an improved CAD scheme for
automated detection of lung nodules in digital chest images, Med.
Phys., vol. 24, pp. 13951403, Sep. 1997.
[12] S. Kido, K. Kuriyama, C. Kuroda, and H. Kato, Detection of
simulated pulmonary nodules by single-exposure dual-energy
computed radiography of the chest: Effect of a computer aided
diagnosis system (Part 2), Eur. J. Radiol., vol. 44, pp. 205209,
Dec. 2002.
[13] B. van Ginneken, B. M. ter Haar Romeny, and M. A. Viergever,
Computer-aided diagnosis in chest radiography: A survey, IEEE
Trans.Med. Imag., vol. 20, no. 12, pp. 12281241, Dec. 2001.
[14] R. C. Hardie, S. K. Rogers, T.Wilson, and A. Rogers,
Performance analysis of a newcomputer aided detection system for
identifying lung nodules on chest radiographs, Med. Image Anal.,
vol. 12, pp. 240258, Jun. 2008.
[15] M. Loog, B. van Ginneken, and A. M. Schilham, Filter
learning: Application to suppression of bony structures from chest
radiographs, Med.Image Anal., vol. 10, pp. 826840, Dec. 2006.

129

You might also like