SlideShare une entreprise Scribd logo
1  sur  42
School of Information and Mechatronics 
Signal and Image Processing Laboratory 
Wook-Jin Choi
• Introduction 
• Lung Segmentation 
• Nodule Candidates Detection 
• Optimal Fuzzy Rule-based Pruning 
• Experimental Results 
• Conclusions 
2
• Lung cancer is the leading cause of cancer 
deaths. 
• Most patients diagnosed with lung cancer 
already have advanced disease 
– 40% are stage IV and 30% are III 
– The current five-year survival rate is only 16% 
• Defective nodules are detected at an early 
stage 
– The survival rate can be increased 
3
• Early detection of lung nodules is 
extremely important for the diagnosis and 
clinical management of lung cancer 
• Lung cancer had been commonly detected 
and diagnosed on chest radiography 
• Since the early 1990s CT has been 
reported to improve detection and 
characterization of pulmonary nodules 
4
• CT was introduced in 1971 
– Sir Godfrey Hounsfield, United Kingdom 
• CT utilize computer-processed X-rays 
– to produce tomographic images or 'slices' of specific 
areas of the body 
• The Hounsfield unit (HU) scale is a linear 
transformation of the original linear attenuation 
coefficient measurement into one in which the 
radio density of distilled water 
5 
  
x water 1000 
 
water 
HU  
6 
Substance HU 
Air −1000 
Lung −500 
Fat −84 
Water 0 
Cerebrospinal Fluid 15 
Blood +30 to +45 
Muscle +40 
Soft Tissue, Contrast Agent +100 to +300 
Bone +700(cancellous bone)to +3000 (dense bone) 
The HU of common substances 
Nodule
• Lung cancer screening is currently implemented 
using low-dose CT examinations 
• Advanced in CT technology 
– Rapid image acquisition with thinner image sections 
– Reduced motion artifacts and improved spatial 
resolution 
• The typical examination generates large-volume 
data sets 
• These large data sets must be evaluated by a 
radiologist 
– A fatiguing process 
7
• The use of pulmonary nodule detection CAD 
system can provide an effective solution 
• CAD system can assist radiologists by increasing 
efficiency and potentially improving nodule 
detection 
8 
General structure of pulmonary nodule detection system
CAD systems Lung segmentation Nodule Candidate Detection False Positive Reduction 
Suzuki et al.(2003)[26] Thresholding Multiple thresholding MTANN 
Rubin et al.(2005)[27] Thresholding Surface normal overlap 
Lantern transform and rule-ba 
sed classifier 
Dehmeshki et al.(2007)[28] Adaptive thresholding Shape-based GATM Rule-based filtering 
Suarez-Cuenca et al.(2009)[29] 
Thresholding and 3-D connec 
ted component labeling 
3-D iris filtering 
Multiple rule-based LDA classi 
fier 
Golosio et al.(2009)[30] Isosurface-triangulation Multiple thresholding Neural network 
Ye et al.(2009)[31] 
3-D adaptive fuzzy segmenta 
tion 
Shape based detection 
Rule-based filtering and weig 
hted SVM classifier 
Sousa et al.(2010)[32] Region growing Structure extraction SVM classifier 
Messay et al.(2010)[33] 
Thresholding and 3-D connec 
ted component labeling 
Multiple thresholding and mo 
rphological opening 
Fisher linear discriminant and 
quadratic classifier 
Riccardi et al.(2011)[34] Iterative thresholding 
3-D fast radial filtering and sc 
ale space analysis 
Zernike MIP classification bas 
ed on SVM 
Cascio et al.(2012)[35] Region growing Mass-spring model 
Double-threshold cut and neu 
ral network 
9
• Thresholding 
– Fixed threshold 
– Optimal threshold 
– 3-D adaptive fuzzy thresholding 
• Lung region extraction 
– 3-D connectivity with seed point 
– 3-D connected component 
labeling 
• Contour correction 
– Morphological dilation 
– Rolling ball algorithm 
– Chain code representation 
10
• A fixed threshold is applicable to segment lung 
area 
– The intensity ranges of images are varied by different 
acquisition protocols 
• To obtain optimal threshold 
– Iterative approach continues until the threshold 
converges 
– The initial threshold : 
– is i th threshold and new threshold as 
11 
T(0)  500HU 
    
T 
( i 1) 
o b 2 
 
(i) T
12 
Input CT images, their intensity histograms, and thresholded images
• White areas 
– non-body voxels 
– including lung cavity 
• Black areas 
– body voxels 
– excluding lung region 
• Lung regions are 
extracted from the non-body 
voxels by using 3- 
D connected 
component labeling 
13 
18-connectivity voxels
14 
Labeled images after applying 3-D connected component labeling
• To extract lung volume 
– Remove rim attached to boundaries of image 
– The first and the second largest volumes are 
selected as the lung region 
• The lung region contains small holes 
– To remove these holes 
– Morphological hole filling operations are applied 
15 
Slung  l first | lsecond
16 
Binary images of the selected lung region 
Lung mask images after hole filling
• The contour of the lung volume is needed to 
correct 
– To include wall side nodule (juxta-pleural nodule) 
17 
Extracted lung region using 3D connected component labeling and contour 
corrected lung region (containing wall side nodule)
18 
Contour correction using chain-code representation
19
20
• Detection of nodule 
candidates is important 
• The performance of nodule 
detection system relies on 
the accuracy of candidate 
detection 
• ROI extraction 
– Optimal multi-thresholding 
• Nodule candidates 
detection and segmentation 
– Rule-based pruning 
21
• The traditional multi-thresholding method 
needs many steps of grey levels 
• An iterative approach is applied to select 
the threshold value 
    
i o b T 
• The optimal threshold value is calculated 
on median slice of lung CT scan 
22 
( 1) 
2 

• The optimal threshold value 
– A base threshold for multi-thresholding 
• Additional six threshold values are obtained 
– Base threshold + 400,+ 300,+ 200,+ 100, - 100, 
and - 200 
23
24 
Optimal Fuzzy Rule 
based on GA 
ROIs Nodule 
Candidates
• Fuzzy rule based classifier removes vessels and noise 
• Vessel removing 
– Volume is extremely bigger than nodule 
– Elongated object 
• Noise removing 
– Radius of ROI is smaller than 3mm 
– Bigger than 30mm 
• Remaining ROIs are nodule candidates 
25 
Index Feature 
1 Area 
2 Diameter 
3 Circularity 
4 Volume 
5-8 Bounding Box Dimensions 
9 Elongation
26 
Rule Description 
R1 Small noise 
R2 Vessel 
R3 Large noise 
R4 Nodule 
Not precise 
Not optimal 
Pruning rules for nodule candidate detection
Input Fuzzy layer Rule layer Output 
Σ Y 
27 
R1 
R2 
R3 
GA based 
Fuzzy Rule 
Inducer 
X1 
X2 
X3 
X4 
X5 
F1 
F2 
F3 
F4 
F5 
Optimal fuzzy rules are induced by using GA-Fuzzy Inference System
• A fuzzy inference system (FIS) is a system 
that uses fuzzy set theory to map inputs 
(features in the case of fuzzy classification) 
to outputs (classes in the case of fuzzy 
classification). 
• Two FIS’s will be discussed here, the 
Mamdani and the Sugeno. 
28
29
30
(a) A fuzzy inference system and (b) a fuzzy inference system as neural network. 
31
• Input 
– Features extracted fromROIs 
• Fuzzy layer 
– Input features are fuzzified 
– Fuzzy membership function is optimized by GA 
• Rule layer 
– Fuzzified features are combined as a optimal fuzzy 
rule 
– Weight matrix for linear combination is optimized by 
GA 
• Output 
– Defuzzifipication of optimal fuzzy rules 
32
• Chromosome 
– Fuzzy membership function selection 
• Sigmoidal membership function 
• Negative sigmoidal membership function 
• Product of two sigmoidal membership functions 
• Gaussian membership function 
– Parameters of the selected fuzzy membership function 
• Fitness function 
– Subtraction between average membership degree of 
true and false data 
33 
d  t  f
• Chromosome 
– Weight matrix for linear combinations of 
fuzzified features 
• Fitness function 
– Balanced accuracy of classification results 
34 
TPR FPR 
(1 ) 
2 
BACC 
  

• To evaluate the performance of the proposed method, Lung Image 
Database Consortium (LIDC) database is applied 
• LIDC database, National Cancer Institute (NCI), United States 
– The LIDC is developing a publicly available database of thoracic 
computed tomography (CT) scans as a medical imaging research 
resource to promote the development of computer-aided 
detection or characterization of pulmonary nodules 
• The database consists of 84 CT scans (up to 2009) 
– 100-400 Digital Imaging and Communication (DICOM) images 
– An XML data file containing the physician annotations of nodules 
– 148 nodules 
– The pixel size in the database ranged from 0.5 to 0.76 mm 
– The reconstruction interval ranged from 1 to 3mm 
35
36 
False positives in ROIs: 72466 
Sensitivity 
False positive 
rate 
Accuracy 
Balanced 
Accuracy 
0.9800 0.6068 0.3965 0.6866 
Performance of conventional rule-based pruning 
False positives: 43970 
False positives per scan : 523.4524
37 
Elongation Circularity
38 
AUROC = 0.9711
39 
Fitness Sensitivity 
False positive 
rate 
Accuracy 
Balanced 
Accuracy 
AUROC 
1 0.8883 0.9825 0.2302 0.7709 0.8761 0.9711 
2 0.8892 0.9775 0.2148 0.7862 0.8813 0.9708 
3 0.8863 0.9900 0.2732 0.7282 0.8584 0.9699 
4 0.8874 0.9875 0.2515 0.7498 0.8680 0.9692 
5 0.8865 0.9900 0.2676 0.7338 0.8612 0.9737 
6 0.8871 0.9875 0.2562 0.7452 0.8657 0.9711 
7 0.8871 0.9900 0.2565 0.7449 0.8668 0.9745 
8 0.8882 0.9800 0.2332 0.7679 0.8734 0.9692 
9 0.8882 0.9875 0.2341 0.7672 0.8767 0.9708 
10 0.8885 0.9875 0.2291 0.7720 0.8792 0.9709 
mean 0.8877 0.9860 0.2446 0.7566 0.8707 0.9711 
std 0.0009 0.0044 0.0190 0.0189 0.0078 0.0017 
Performance of optimal fuzzy rule-based pruning 
False positives: 17728 
False positives per scan: 211.04
• Automated pulmonary nodule detection 
system is studied 
• Pulmonary nodule detection CAD system 
is an effective solution for early detection 
of lung cancer 
• The proposed method are based on 
optimal fuzzy rule 
• The optimal fuzzy rule pruned unwanted 
ROIs with higher sensitivity 
40
41
42

Contenu connexe

Tendances

Radiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningRadiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningWookjin Choi
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imageseSAT Publishing House
 
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...Wookjin Choi
 
Identification of Robust Normal Lung CT Texture Features
Identification of Robust Normal Lung CT Texture FeaturesIdentification of Robust Normal Lung CT Texture Features
Identification of Robust Normal Lung CT Texture FeaturesWookjin Choi
 
Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...
Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...
Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...Wookjin Choi
 
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...Wookjin Choi
 
Prediction of lung cancer using image
Prediction of lung cancer using imagePrediction of lung cancer using image
Prediction of lung cancer using imageaciijournal
 
Lung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationLung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationShreshth Saxena
 
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...Wookjin Choi
 
IRJET - Review on Lung Cancer Detection Techniques
IRJET -  	  Review on Lung Cancer Detection TechniquesIRJET -  	  Review on Lung Cancer Detection Techniques
IRJET - Review on Lung Cancer Detection TechniquesIRJET Journal
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES ijcsa
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyWookjin Choi
 
Lung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningLung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningFarzad Vasheghani Farahani
 
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...Wookjin Choi
 
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...IRJET Journal
 
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...Wookjin Choi
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd Iaetsd
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processingijtsrd
 
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Aboul Ella Hassanien
 
LIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGESLIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGESSadia Ijaz
 

Tendances (20)

Radiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningRadiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer Screening
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
 
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
 
Identification of Robust Normal Lung CT Texture Features
Identification of Robust Normal Lung CT Texture FeaturesIdentification of Robust Normal Lung CT Texture Features
Identification of Robust Normal Lung CT Texture Features
 
Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...
Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...
Image quality assessment of contrast-enhanced 4D-CT for pancreatic adenocarci...
 
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
 
Prediction of lung cancer using image
Prediction of lung cancer using imagePrediction of lung cancer using image
Prediction of lung cancer using image
 
Lung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationLung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image Classification
 
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
Robust Normal Lung CT Texture Features for the Prediction of Radiation-Induce...
 
IRJET - Review on Lung Cancer Detection Techniques
IRJET -  	  Review on Lung Cancer Detection TechniquesIRJET -  	  Review on Lung Cancer Detection Techniques
IRJET - Review on Lung Cancer Detection Techniques
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation Oncology
 
Lung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningLung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learning
 
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
 
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
IRJET- Lung Segmentation and Nodule Detection based on CT Images using Image ...
 
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
Individually Optimized Contrast-Enhanced 4D-CT for Radiotherapy Simulation in...
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour using
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
 
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
 
LIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGESLIVER CANCER DETECTION USING CT/(MRI) IMAGES
LIVER CANCER DETECTION USING CT/(MRI) IMAGES
 

En vedette

Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...CSCJournals
 
3.Wavelet Transform(Backup slide-3)
3.Wavelet Transform(Backup slide-3)3.Wavelet Transform(Backup slide-3)
3.Wavelet Transform(Backup slide-3)Nashid Alam
 
A supervised lung nodule classification method using patch based context anal...
A supervised lung nodule classification method using patch based context anal...A supervised lung nodule classification method using patch based context anal...
A supervised lung nodule classification method using patch based context anal...ASWATHY VG
 
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...Institute of Information Systems (HES-SO)
 
Fall Detection System for the Elderly based on the Classification of Shimmer ...
Fall Detection System for the Elderly based on the Classification of Shimmer ...Fall Detection System for the Elderly based on the Classification of Shimmer ...
Fall Detection System for the Elderly based on the Classification of Shimmer ...Moiz Ahmed
 
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...saumyatapu
 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationHabibur Rahman
 
Image segmentation
Image segmentationImage segmentation
Image segmentationMukul Jindal
 
8th Edition of the TNM Classification for Lung Cancer
8th Edition of the TNM Classification for Lung Cancer8th Edition of the TNM Classification for Lung Cancer
8th Edition of the TNM Classification for Lung CancerMauricio Lema
 
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
Automatic Image Segmentation Using Wavelet Transform Based  On Normalized Gra...Automatic Image Segmentation Using Wavelet Transform Based  On Normalized Gra...
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...IJMER
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION khanam22
 

En vedette (14)

Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
 
3.Wavelet Transform(Backup slide-3)
3.Wavelet Transform(Backup slide-3)3.Wavelet Transform(Backup slide-3)
3.Wavelet Transform(Backup slide-3)
 
A supervised lung nodule classification method using patch based context anal...
A supervised lung nodule classification method using patch based context anal...A supervised lung nodule classification method using patch based context anal...
A supervised lung nodule classification method using patch based context anal...
 
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
 
Fall Detection System for the Elderly based on the Classification of Shimmer ...
Fall Detection System for the Elderly based on the Classification of Shimmer ...Fall Detection System for the Elderly based on the Classification of Shimmer ...
Fall Detection System for the Elderly based on the Classification of Shimmer ...
 
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentation
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
 
Vector quantization
Vector quantizationVector quantization
Vector quantization
 
Lung cancer radiology
Lung cancer radiologyLung cancer radiology
Lung cancer radiology
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
8th Edition of the TNM Classification for Lung Cancer
8th Edition of the TNM Classification for Lung Cancer8th Edition of the TNM Classification for Lung Cancer
8th Edition of the TNM Classification for Lung Cancer
 
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
Automatic Image Segmentation Using Wavelet Transform Based  On Normalized Gra...Automatic Image Segmentation Using Wavelet Transform Based  On Normalized Gra...
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
 

Similaire à Optimal fuzzy rule based pulmonary nodule detection

Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022sugiuralab
 
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...Yan-Wei Lee
 
How high frequency ultrasound imaging is supporting preclinical research appl...
How high frequency ultrasound imaging is supporting preclinical research appl...How high frequency ultrasound imaging is supporting preclinical research appl...
How high frequency ultrasound imaging is supporting preclinical research appl...Scintica Instrumentation
 
Automatic detection of tb
Automatic detection of tbAutomatic detection of tb
Automatic detection of tbShyama Menon
 
Computed Tomography (ct),CT scan NDT
Computed Tomography (ct),CT scan NDTComputed Tomography (ct),CT scan NDT
Computed Tomography (ct),CT scan NDTharsh soni
 
Measurement Procedures for Design and Enforcement of Harm Claim Thresholds
Measurement Procedures for Design and Enforcement of Harm Claim ThresholdsMeasurement Procedures for Design and Enforcement of Harm Claim Thresholds
Measurement Procedures for Design and Enforcement of Harm Claim ThresholdsPierre de Vries
 
SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)Reheman Baikejiang
 
LINAC COMMSSN.ppt
LINAC COMMSSN.pptLINAC COMMSSN.ppt
LINAC COMMSSN.pptBBAdhikari
 
importance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapyimportance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapymakhhi
 
importance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapyimportance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapymakhhi
 
advancement in CT Sahara.pptx
advancement in CT Sahara.pptxadvancement in CT Sahara.pptx
advancement in CT Sahara.pptxsahara mahato
 
Intensity-modulated Radiotherapy
Intensity-modulated RadiotherapyIntensity-modulated Radiotherapy
Intensity-modulated RadiotherapyDr Vijay Raturi
 
Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...
Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...
Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...Scintica Instrumentation
 
Multi detector ct cerebral angiography
Multi detector ct cerebral angiographyMulti detector ct cerebral angiography
Multi detector ct cerebral angiographyEhab Elftouh
 
Multi Sensor Data Fusion In Target Tracking
Multi Sensor Data Fusion In Target TrackingMulti Sensor Data Fusion In Target Tracking
Multi Sensor Data Fusion In Target TrackingVasuhiSamydurai1
 

Similaire à Optimal fuzzy rule based pulmonary nodule detection (20)

Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
 
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
 
How high frequency ultrasound imaging is supporting preclinical research appl...
How high frequency ultrasound imaging is supporting preclinical research appl...How high frequency ultrasound imaging is supporting preclinical research appl...
How high frequency ultrasound imaging is supporting preclinical research appl...
 
Automatic detection of tb
Automatic detection of tbAutomatic detection of tb
Automatic detection of tb
 
Computed Tomography (ct),CT scan NDT
Computed Tomography (ct),CT scan NDTComputed Tomography (ct),CT scan NDT
Computed Tomography (ct),CT scan NDT
 
Measurement Procedures for Design and Enforcement of Harm Claim Thresholds
Measurement Procedures for Design and Enforcement of Harm Claim ThresholdsMeasurement Procedures for Design and Enforcement of Harm Claim Thresholds
Measurement Procedures for Design and Enforcement of Harm Claim Thresholds
 
Hrt II
Hrt IIHrt II
Hrt II
 
Cbct
CbctCbct
Cbct
 
SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)
 
LINAC COMMSSN.ppt
LINAC COMMSSN.pptLINAC COMMSSN.ppt
LINAC COMMSSN.ppt
 
Cbct
CbctCbct
Cbct
 
rpad seminar
rpad seminarrpad seminar
rpad seminar
 
importance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapyimportance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapy
 
importance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapyimportance of ct-simulator in radiotherapy
importance of ct-simulator in radiotherapy
 
advancement in CT Sahara.pptx
advancement in CT Sahara.pptxadvancement in CT Sahara.pptx
advancement in CT Sahara.pptx
 
Quality assurance in pet
Quality assurance in petQuality assurance in pet
Quality assurance in pet
 
Intensity-modulated Radiotherapy
Intensity-modulated RadiotherapyIntensity-modulated Radiotherapy
Intensity-modulated Radiotherapy
 
Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...
Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...
Overview of Scintica’s Preclinical Imaging Product Portfolio: Technical Capab...
 
Multi detector ct cerebral angiography
Multi detector ct cerebral angiographyMulti detector ct cerebral angiography
Multi detector ct cerebral angiography
 
Multi Sensor Data Fusion In Target Tracking
Multi Sensor Data Fusion In Target TrackingMulti Sensor Data Fusion In Target Tracking
Multi Sensor Data Fusion In Target Tracking
 

Plus de Wookjin Choi

Deep Learning-based Histological Segmentation Differentiates Cavitation Patte...
Deep Learning-based Histological SegmentationDifferentiates Cavitation Patte...Deep Learning-based Histological SegmentationDifferentiates Cavitation Patte...
Deep Learning-based Histological Segmentation Differentiates Cavitation Patte...Wookjin Choi
 
Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...
Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...
Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...Wookjin Choi
 
Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...
Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...
Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...Wookjin Choi
 
Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...
Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...
Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...Wookjin Choi
 
Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...
Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...
Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...Wookjin Choi
 
CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...
CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...
CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...Wookjin Choi
 
Artificial Intelligence in Radiation Oncology.pptx
 Artificial Intelligence in Radiation Oncology.pptx Artificial Intelligence in Radiation Oncology.pptx
Artificial Intelligence in Radiation Oncology.pptxWookjin Choi
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyWookjin Choi
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyWookjin Choi
 
Automatic motion tracking system for analysis of insect behavior
Automatic motion tracking system for analysis of insect behaviorAutomatic motion tracking system for analysis of insect behavior
Automatic motion tracking system for analysis of insect behaviorWookjin Choi
 
Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...
Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...
Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...Wookjin Choi
 
Quantitative Cancer Image Analysis
Quantitative Cancer Image AnalysisQuantitative Cancer Image Analysis
Quantitative Cancer Image AnalysisWookjin Choi
 
Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...
Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...
Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...Wookjin Choi
 
Quantitative image analysis for cancer diagnosis and radiation therapy
Quantitative image analysis for cancer diagnosis and radiation therapyQuantitative image analysis for cancer diagnosis and radiation therapy
Quantitative image analysis for cancer diagnosis and radiation therapyWookjin Choi
 
Interpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer ScreeningInterpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer ScreeningWookjin Choi
 
Radiomics in Lung Cancer
Radiomics in Lung CancerRadiomics in Lung Cancer
Radiomics in Lung CancerWookjin Choi
 
Interpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer ScreeningInterpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer ScreeningWookjin Choi
 
Quantitative Image Analysis for Cancer Diagnosis and Radiation Therapy
Quantitative Image Analysis for Cancer Diagnosis and Radiation TherapyQuantitative Image Analysis for Cancer Diagnosis and Radiation Therapy
Quantitative Image Analysis for Cancer Diagnosis and Radiation TherapyWookjin Choi
 
Aggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT Radiomics
Aggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT RadiomicsAggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT Radiomics
Aggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT RadiomicsWookjin Choi
 
Dual energy CT in radiotherapy: Current applications and future outlook
Dual energy CT in radiotherapy: Current applications and future outlookDual energy CT in radiotherapy: Current applications and future outlook
Dual energy CT in radiotherapy: Current applications and future outlookWookjin Choi
 

Plus de Wookjin Choi (20)

Deep Learning-based Histological Segmentation Differentiates Cavitation Patte...
Deep Learning-based Histological SegmentationDifferentiates Cavitation Patte...Deep Learning-based Histological SegmentationDifferentiates Cavitation Patte...
Deep Learning-based Histological Segmentation Differentiates Cavitation Patte...
 
Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...
Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...
Artificial Intelligence To Reduce Radiation-induced Cardiotoxicity In Lung Ca...
 
Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...
Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...
Novel Functional Radiomics for Prediction of Cardiac PET Avidity in Lung Canc...
 
Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...
Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...
Novel Deep Learning Segmentation Models for Accurate GTV and OAR Segmentation...
 
Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...
Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...
Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Canc...
 
CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...
CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...
CIRDataset: A large-scale Dataset for Clinically-Interpretable lung nodule Ra...
 
Artificial Intelligence in Radiation Oncology.pptx
 Artificial Intelligence in Radiation Oncology.pptx Artificial Intelligence in Radiation Oncology.pptx
Artificial Intelligence in Radiation Oncology.pptx
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation Oncology
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation Oncology
 
Automatic motion tracking system for analysis of insect behavior
Automatic motion tracking system for analysis of insect behaviorAutomatic motion tracking system for analysis of insect behavior
Automatic motion tracking system for analysis of insect behavior
 
Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...
Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...
Assessing the Dosimetric Links between Organ-At-Risk Delineation Variability ...
 
Quantitative Cancer Image Analysis
Quantitative Cancer Image AnalysisQuantitative Cancer Image Analysis
Quantitative Cancer Image Analysis
 
Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...
Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...
Simulation of Realistic Organ-At-Risk Delineation Variability in Head and Nec...
 
Quantitative image analysis for cancer diagnosis and radiation therapy
Quantitative image analysis for cancer diagnosis and radiation therapyQuantitative image analysis for cancer diagnosis and radiation therapy
Quantitative image analysis for cancer diagnosis and radiation therapy
 
Interpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer ScreeningInterpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer Screening
 
Radiomics in Lung Cancer
Radiomics in Lung CancerRadiomics in Lung Cancer
Radiomics in Lung Cancer
 
Interpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer ScreeningInterpretable Spiculation Quantification for Lung Cancer Screening
Interpretable Spiculation Quantification for Lung Cancer Screening
 
Quantitative Image Analysis for Cancer Diagnosis and Radiation Therapy
Quantitative Image Analysis for Cancer Diagnosis and Radiation TherapyQuantitative Image Analysis for Cancer Diagnosis and Radiation Therapy
Quantitative Image Analysis for Cancer Diagnosis and Radiation Therapy
 
Aggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT Radiomics
Aggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT RadiomicsAggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT Radiomics
Aggressive Lung Adenocarcinoma Subtype Prediction Using FDG-PET/CT Radiomics
 
Dual energy CT in radiotherapy: Current applications and future outlook
Dual energy CT in radiotherapy: Current applications and future outlookDual energy CT in radiotherapy: Current applications and future outlook
Dual energy CT in radiotherapy: Current applications and future outlook
 

Optimal fuzzy rule based pulmonary nodule detection

  • 1. School of Information and Mechatronics Signal and Image Processing Laboratory Wook-Jin Choi
  • 2. • Introduction • Lung Segmentation • Nodule Candidates Detection • Optimal Fuzzy Rule-based Pruning • Experimental Results • Conclusions 2
  • 3. • Lung cancer is the leading cause of cancer deaths. • Most patients diagnosed with lung cancer already have advanced disease – 40% are stage IV and 30% are III – The current five-year survival rate is only 16% • Defective nodules are detected at an early stage – The survival rate can be increased 3
  • 4. • Early detection of lung nodules is extremely important for the diagnosis and clinical management of lung cancer • Lung cancer had been commonly detected and diagnosed on chest radiography • Since the early 1990s CT has been reported to improve detection and characterization of pulmonary nodules 4
  • 5. • CT was introduced in 1971 – Sir Godfrey Hounsfield, United Kingdom • CT utilize computer-processed X-rays – to produce tomographic images or 'slices' of specific areas of the body • The Hounsfield unit (HU) scale is a linear transformation of the original linear attenuation coefficient measurement into one in which the radio density of distilled water 5   x water 1000  water HU  
  • 6. 6 Substance HU Air −1000 Lung −500 Fat −84 Water 0 Cerebrospinal Fluid 15 Blood +30 to +45 Muscle +40 Soft Tissue, Contrast Agent +100 to +300 Bone +700(cancellous bone)to +3000 (dense bone) The HU of common substances Nodule
  • 7. • Lung cancer screening is currently implemented using low-dose CT examinations • Advanced in CT technology – Rapid image acquisition with thinner image sections – Reduced motion artifacts and improved spatial resolution • The typical examination generates large-volume data sets • These large data sets must be evaluated by a radiologist – A fatiguing process 7
  • 8. • The use of pulmonary nodule detection CAD system can provide an effective solution • CAD system can assist radiologists by increasing efficiency and potentially improving nodule detection 8 General structure of pulmonary nodule detection system
  • 9. CAD systems Lung segmentation Nodule Candidate Detection False Positive Reduction Suzuki et al.(2003)[26] Thresholding Multiple thresholding MTANN Rubin et al.(2005)[27] Thresholding Surface normal overlap Lantern transform and rule-ba sed classifier Dehmeshki et al.(2007)[28] Adaptive thresholding Shape-based GATM Rule-based filtering Suarez-Cuenca et al.(2009)[29] Thresholding and 3-D connec ted component labeling 3-D iris filtering Multiple rule-based LDA classi fier Golosio et al.(2009)[30] Isosurface-triangulation Multiple thresholding Neural network Ye et al.(2009)[31] 3-D adaptive fuzzy segmenta tion Shape based detection Rule-based filtering and weig hted SVM classifier Sousa et al.(2010)[32] Region growing Structure extraction SVM classifier Messay et al.(2010)[33] Thresholding and 3-D connec ted component labeling Multiple thresholding and mo rphological opening Fisher linear discriminant and quadratic classifier Riccardi et al.(2011)[34] Iterative thresholding 3-D fast radial filtering and sc ale space analysis Zernike MIP classification bas ed on SVM Cascio et al.(2012)[35] Region growing Mass-spring model Double-threshold cut and neu ral network 9
  • 10. • Thresholding – Fixed threshold – Optimal threshold – 3-D adaptive fuzzy thresholding • Lung region extraction – 3-D connectivity with seed point – 3-D connected component labeling • Contour correction – Morphological dilation – Rolling ball algorithm – Chain code representation 10
  • 11. • A fixed threshold is applicable to segment lung area – The intensity ranges of images are varied by different acquisition protocols • To obtain optimal threshold – Iterative approach continues until the threshold converges – The initial threshold : – is i th threshold and new threshold as 11 T(0)  500HU     T ( i 1) o b 2  (i) T
  • 12. 12 Input CT images, their intensity histograms, and thresholded images
  • 13. • White areas – non-body voxels – including lung cavity • Black areas – body voxels – excluding lung region • Lung regions are extracted from the non-body voxels by using 3- D connected component labeling 13 18-connectivity voxels
  • 14. 14 Labeled images after applying 3-D connected component labeling
  • 15. • To extract lung volume – Remove rim attached to boundaries of image – The first and the second largest volumes are selected as the lung region • The lung region contains small holes – To remove these holes – Morphological hole filling operations are applied 15 Slung  l first | lsecond
  • 16. 16 Binary images of the selected lung region Lung mask images after hole filling
  • 17. • The contour of the lung volume is needed to correct – To include wall side nodule (juxta-pleural nodule) 17 Extracted lung region using 3D connected component labeling and contour corrected lung region (containing wall side nodule)
  • 18. 18 Contour correction using chain-code representation
  • 19. 19
  • 20. 20
  • 21. • Detection of nodule candidates is important • The performance of nodule detection system relies on the accuracy of candidate detection • ROI extraction – Optimal multi-thresholding • Nodule candidates detection and segmentation – Rule-based pruning 21
  • 22. • The traditional multi-thresholding method needs many steps of grey levels • An iterative approach is applied to select the threshold value     i o b T • The optimal threshold value is calculated on median slice of lung CT scan 22 ( 1) 2 
  • 23. • The optimal threshold value – A base threshold for multi-thresholding • Additional six threshold values are obtained – Base threshold + 400,+ 300,+ 200,+ 100, - 100, and - 200 23
  • 24. 24 Optimal Fuzzy Rule based on GA ROIs Nodule Candidates
  • 25. • Fuzzy rule based classifier removes vessels and noise • Vessel removing – Volume is extremely bigger than nodule – Elongated object • Noise removing – Radius of ROI is smaller than 3mm – Bigger than 30mm • Remaining ROIs are nodule candidates 25 Index Feature 1 Area 2 Diameter 3 Circularity 4 Volume 5-8 Bounding Box Dimensions 9 Elongation
  • 26. 26 Rule Description R1 Small noise R2 Vessel R3 Large noise R4 Nodule Not precise Not optimal Pruning rules for nodule candidate detection
  • 27. Input Fuzzy layer Rule layer Output Σ Y 27 R1 R2 R3 GA based Fuzzy Rule Inducer X1 X2 X3 X4 X5 F1 F2 F3 F4 F5 Optimal fuzzy rules are induced by using GA-Fuzzy Inference System
  • 28. • A fuzzy inference system (FIS) is a system that uses fuzzy set theory to map inputs (features in the case of fuzzy classification) to outputs (classes in the case of fuzzy classification). • Two FIS’s will be discussed here, the Mamdani and the Sugeno. 28
  • 29. 29
  • 30. 30
  • 31. (a) A fuzzy inference system and (b) a fuzzy inference system as neural network. 31
  • 32. • Input – Features extracted fromROIs • Fuzzy layer – Input features are fuzzified – Fuzzy membership function is optimized by GA • Rule layer – Fuzzified features are combined as a optimal fuzzy rule – Weight matrix for linear combination is optimized by GA • Output – Defuzzifipication of optimal fuzzy rules 32
  • 33. • Chromosome – Fuzzy membership function selection • Sigmoidal membership function • Negative sigmoidal membership function • Product of two sigmoidal membership functions • Gaussian membership function – Parameters of the selected fuzzy membership function • Fitness function – Subtraction between average membership degree of true and false data 33 d  t  f
  • 34. • Chromosome – Weight matrix for linear combinations of fuzzified features • Fitness function – Balanced accuracy of classification results 34 TPR FPR (1 ) 2 BACC   
  • 35. • To evaluate the performance of the proposed method, Lung Image Database Consortium (LIDC) database is applied • LIDC database, National Cancer Institute (NCI), United States – The LIDC is developing a publicly available database of thoracic computed tomography (CT) scans as a medical imaging research resource to promote the development of computer-aided detection or characterization of pulmonary nodules • The database consists of 84 CT scans (up to 2009) – 100-400 Digital Imaging and Communication (DICOM) images – An XML data file containing the physician annotations of nodules – 148 nodules – The pixel size in the database ranged from 0.5 to 0.76 mm – The reconstruction interval ranged from 1 to 3mm 35
  • 36. 36 False positives in ROIs: 72466 Sensitivity False positive rate Accuracy Balanced Accuracy 0.9800 0.6068 0.3965 0.6866 Performance of conventional rule-based pruning False positives: 43970 False positives per scan : 523.4524
  • 38. 38 AUROC = 0.9711
  • 39. 39 Fitness Sensitivity False positive rate Accuracy Balanced Accuracy AUROC 1 0.8883 0.9825 0.2302 0.7709 0.8761 0.9711 2 0.8892 0.9775 0.2148 0.7862 0.8813 0.9708 3 0.8863 0.9900 0.2732 0.7282 0.8584 0.9699 4 0.8874 0.9875 0.2515 0.7498 0.8680 0.9692 5 0.8865 0.9900 0.2676 0.7338 0.8612 0.9737 6 0.8871 0.9875 0.2562 0.7452 0.8657 0.9711 7 0.8871 0.9900 0.2565 0.7449 0.8668 0.9745 8 0.8882 0.9800 0.2332 0.7679 0.8734 0.9692 9 0.8882 0.9875 0.2341 0.7672 0.8767 0.9708 10 0.8885 0.9875 0.2291 0.7720 0.8792 0.9709 mean 0.8877 0.9860 0.2446 0.7566 0.8707 0.9711 std 0.0009 0.0044 0.0190 0.0189 0.0078 0.0017 Performance of optimal fuzzy rule-based pruning False positives: 17728 False positives per scan: 211.04
  • 40. • Automated pulmonary nodule detection system is studied • Pulmonary nodule detection CAD system is an effective solution for early detection of lung cancer • The proposed method are based on optimal fuzzy rule • The optimal fuzzy rule pruned unwanted ROIs with higher sensitivity 40
  • 41. 41
  • 42. 42

Notes de l'éditeur

  1. Good afternoon everyone. My name is Wook-Jin Choi. It is my honor to present to you. Today, I would like to talk about Automatic Detection of Pulmonary Nodules in Lung CT Images
  2. Here you see the outline of my presentation
  3. Lung cancer is the primary cause of cancer related death in the world. Most patients diagnosed with lung cancer today already have advanced disease (40\% are stage IV, 30\% are stage III), and the current five-year survival rate is only 16\%. However, if defective nodules are detected at an early stage, the survival rate can be increased
  4. Multi detector scanners However, each scan contains hundreds of images that must be evaluated by a radiologist, which is a fatiguing process.
  5. Flow chart of Pulmonary nodule detection In this thesis, automated pulmonary nodule detection system is studied. In this regards, the nodule detection CAD systems, which are using genetic programming (GP)-based classifier, hierarchical block-image analysis, and shape-based feature descriptor, are proposed. The nodule detection system generally consists of three steps: lung segmentation, nodule candidate detection, and false positive reduction
  6. 10 selected recent CAD system The performance of these systems will be compared with the proposed systems
  7. Lung volume segmentation is an essential preprocessing step The main purpose is to separate the voxels corresponding to the lung cavity The accuracy of lung segmentation largely influences the nodule detection results. the lung region extraction should be performed before any other part of nodule detection. To extract lung region, I propose a segmentation method based on adaptive thresholding and voxel labelling. Because lung region is dark, I convert the image to a binary with less than the selected threshold as foreground.
  8. After thresholding, there are many noisy parts likes gas in the intestine. End of thresholding
  9. End of labeling
  10. End of extraction
  11. In the end, I correct the contour of the lung volume because there may some nodules in wall side of the lung.
  12. The lung volume is correctly extracted from lung CT images by using the proposed segmentation method
  13. To detect nodule candidate, I need to extract ROI. So, optimal threshold and additional six thresholds are obtained I can get 7-stepped ROI
  14. The extracted ROIs have useless parts like blood vessels and small noise. So, I have to remove that. Vessel is long object and distributed in whole lung like a tree. After removing, the remaining ROIs are nodule candidates.
  15. One of the large problems with the Sugeno FIS is that there is no good intuitive method for determining the coefficients, p, q, and r. Also, the Sugeno has only crisp outputs which may not be what is desired in a given HCI application. Why then would you use a Sugeno FIS rather than a Mamdani FIS? The reason is that there are algorithms which can be used to automatically optimize the Sugeno FIS.