SlideShare a Scribd company logo
Automated Kidney Segmentation In 3D Ultrasound Imagery,
and its Application in Computer-assisted Trauma Diagnosis
Final PhD Oral Examination - Presentation Slides
September 1st , 2016
Mahdi Marsousi
Supervisor: Prof. Konstantinos N. Plataniotis
Introduction
 Abdominal trauma: injuries to abdomen, either blunt or penetrating, resulting
in severe blood loss.
 Importance: massive internal bleeding quickly threats patient’s life.
 Cure: rapid diagnosis and surgery
[1]
[1] http://www.radiologyassistant.nl/en/p466181ff61073/acute-abdomen-role-of-ct-in-trauma.html
[2] http://www.wikidoc.org/index.php/Abdominal_trauma
[2]
Slide #1
Diagnosis by 3D ultrasound (3DUS)
 Ultrasound imagery is the preferred imaging modality for diagnosing
hemodynamically unstable patients, because it is portable.
 It is also called: focused assessment with sonography for trauma “FAST”.
 2D ultrasound is the popular diagnostic tool.
 3DUS imagery is key to design computer-assisted diagnosis, because:
a) detecting and localizing internal organs in 3D space is possible by 3DUS;
b) 3DUS facilitates measuring the volume of internal bleeding.
Slide #2
:Focus of this presentation
FAST exam
 FAST exam: rapid bedside ultrasound scan to find free fluids, as
indication of internal bleeding, around abdominal organs [1].
 Six major abdominal views associated with FAST exam.
 Right Upper Quadrant view (2), also called the Morison’s pouch
view, is the most relevant one, because:
 It is the most sensitive view to abdominal bleeding
 It entirely shows the right kidney, and a portion of liver and diaphragm[1].
 Abdominal bleeding usually places between the right kidney and liver [1].
 Therefore, detecting and segmenting the kidney shape is the key
for computer-assisted trauma diagnosis.
[1] Heller et al. Ultrasound use in trauma: the fast exam. Academic Emergency Medicine, 14(6):525–525, 2007.
[2] Ingeman et al. Emergency physician use of ultrasonography in blunt abdominal trauma. Academic Emergency
Medicine, 3(10):931–937, 1996.
Slide #3
Motivation, problem definition, & challenges
 Motivation:
• In emergency, only paramedics provide medical service for trauma patients.
• Usually paramedics are not capable to do FAST exam.
• Thus, computer-assisted solution can help paramedics to conduct trauma diagnosis.
 Problem definition:
Slide #4
3DUS dataset
Slide #5
 Training set: 6 with-kidney and 6 without-kidney images.
 Evaluation set: 15 with-kidney and 15 without-kidney from healthy volunteers,
and 8 with-kidney images from abnormal patients.
 Images of abnormal patients represent morphological changes to the kidney shape.
With-kidney image:
taken from Morison’s pouch view
Without-kidney image:
taken from other views.
Contributions
Slide #6
Contribution 1:
Kidney detection
Overview on kidney detection
Definition: searching within 3D image domain to find kidney shape to answer:
• whether kidney shape exists in a 3DUS image?
• if yes, what is its alignment?
State-of-the-art:
Proposed solutions:
Name Methodology Advantage Disadvantage
Noll et al.
[1]
- applies volume enhancement
- uses redial rays to find kidney shape mass-center
robust against speckle &
low-contrast intensity
may wrongly detect other
structures instead of kidney
[1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based
Proc. Translational Research in Medical Imag. Springer, 2014, pp. 83–90.
Slide #7
 Definition: mathematical representation of kidney shape to add shape prior in kidney detection
 Proposed shape modeling: complex-valued implicit shape model (CVISM)
Ψ 𝑋 = 𝜓 𝑃𝑆 𝑋 + 𝜓 𝐾𝐶 𝑋 − 𝑖 ⋅ 𝜓 𝑅𝑀 𝑋 ,
 𝜓 𝑝𝑠, 𝜓 𝐾𝐶, and 𝜓 𝑅𝑀 are real-positive functions, defining voxel’s membership to Pyelocalyceal System,
Kidney Capsule, and Renal Medulla, respectively.
 Generating regions: using ground truth data of training set of with-kidney images.
Kidney shape model
Slide #8
Kidney
Capsule
Renal
Medulla
Pyelocalyceal
System
Real values are used to
model bright regions:
𝐾𝐶: Kidney Capsule
𝑃𝑆: Pyelocalyceal System
Imaginary values are used
to model dark region:
𝑅𝑀: Renal Medulla
 Objective: registering kidney CVISM on 3DUS images, to detect kidney shape and
estimate its alignment.
 Challenges:
• Partial occlusion of kidney shape
• Non-kidney structures with similar appearance to the kidney shape
 Components:
• Global deformation based on similarity transformation,
• Similarity metric,
• optimization algorithm.
 Global deformation: similarity transformation (shape-preserving)
𝑌 = 𝑆𝑇 𝑝𝑠𝑡,1
𝑋 + 𝑝𝑠𝑡,2
Shape-to-volume registration
Slide #9
Orientations & scaling
𝑝𝑠𝑡,1 = 𝜃𝑥,𝜃𝑦,𝜃𝑧,𝑠
𝑇
Translations
𝑝𝑠𝑡,2 = 𝑡𝑥,𝑡𝑦,𝑡𝑧
𝑇
CVISM domain Image domain
 Definition: quantifies similarity of deformed kidney CVISM and image data.
 Proposed similarity metric: Regularized complex normalized cross-correlation (RCNCC)
 Formulation:
Γ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2
∗
= max
𝑝𝑠𝑡,2
∗ ∈ΩV
𝑠𝑢𝑏
1
Λ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2
⋅
max 0,ℜ Σ𝐼 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2
Σ𝐼𝐼
ℜ
𝑝𝑠𝑡,1
⋅
max 0,ℑ Σ𝐼 𝑝, 𝑋, 𝑉
Σ𝐼𝐼
ℑ
𝑝𝑠𝑡,1
Λ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2 increases as kidney CVISM aligns out of the ultrasound field of view.
RCNCC similarity metric
Regularization
Term
Checking similarity of image data
with Kidney Capsule and
Pyelocalyceal System
Checking similarity of image
data with Renal Medulla
Robustness against
Partial kidney shape occlusion
Considering multi-regional structure of the kidney shape,
max 𝑎, 𝑏 : selects maximum of 𝑎 and 𝑏.
“max”s are used to avoid multiplication of two negative values in RCNCC.
ℜ{𝑎} and ℑ{𝑏} extract real part of 𝑎 and imaginary part of 𝑏.
Slide #10
Registration problem
 Objective: Finding 𝑝𝑠𝑡,1
∗
and 𝑝𝑠𝑡,2
∗
which provides a maximum RCNCC for input image.
Optimization problem:
Γ∗, 𝑝𝑠𝑡,1
∗
, 𝑝𝑠𝑡,2
∗
= max
𝑝𝑠𝑡,1
Γ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2
∗
 Optimization algorithm:
• initialization: searching for best seed point from a
set of seed points to initialize registration.
• iterative improvement: iteratively updating
registration parameters using Gradient Descent.
Figure shows RCNCC metric versus 𝜃 𝑥 and 𝜃𝑧.
Yellow regions correspond to desirable registration solutions.
The gray stars are seed point.
Red star is selected seed point.
Black arrows show iterations of Gradient descent.
Slide #11
Processing pipeline of kidney detection
• Γ 𝑡ℎ is threshold on similarity metric to decide whether the kidney shape exists or not.
• It is obtained using training set, as Γ 𝑡ℎ = 3.5.
Slide #12
Experimentation
 Objective: to evaluate shape-based and atlas-based kidney detection, compared to Noll et al. [1].
 Dataset:
• 15 with-kidney and 15 without-kidney images of healthy volunteers
• 8 with-kidney images abnormal patients
• 3DUS image simulator of Morison’s pouch
 Comparison metrics:
• accuracy: 𝐴𝑐𝑐 𝐾𝐷 = 100% ⋅
𝑁 𝑇𝑃+𝑁 𝑇𝑁
𝑁 𝑇𝑃+𝑁 𝐹𝑁+𝑁 𝑇𝑁+𝑁 𝐹𝑃
,
• sensitivity: 𝑆𝑒𝑛𝑠 𝐾𝐷 =
NTP
𝑁 𝑇𝑃+𝑁 𝐹𝑁
,
• specificity: 𝑆𝑝𝑒𝑐 𝐾𝐷 =
𝑁 𝑇𝑁
𝑁 𝑇𝑁+𝑁 𝐹𝑃
.
𝑁 𝑇𝑃, 𝑁 𝑇𝑁, 𝑁𝐹𝑃, and 𝑁𝐹𝑁 are numbers of true positive, true negative, false positive, false negative detections.
[1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based
Proc. Translational Research in Medical Imag. Springer, 2014, pp. 83–90.
Slide #13
Visibility portion: 100 100 100 100 100 100 100 100 100 50 70 95 100 100 100 95 70 45 55 75 90 100 100 100 95 75 55
Sensitivity analysis
 Ultrasound volume simulator is used to analyze sensitivity to kidney shape’s deformation and occlusion.
 Both methods provides high robustness toward kidney shape translation.
 Atlas-based method provides more accurate estimation of deformation (except for Δ𝜃 𝑥)
Slide #14
40 70 95 100 100 100 85 65 45 50 60 85 100 100 100 90 60 4560 80 95 100 100 100 95 85 65Visibility portion:
Kidney detection accuracy
 Using with-kidney and without-kidney images of healthy volunteers:
• Shape-based and atlas-based provide higher accuracy, compared to Noll et al., because:
1) higher specificity: involving multi-structural regions of kidney shape,
2) higher sensitivity: regularization factor provides robustness against kidney shape’s occlusion.
• Atlas-based shows higher accuracy than shape-based because of using texture information.
 Using actual ultrasound volumes of abnormal patients:
Accuracy is reduced, because:
 different device settings from healthy volunteers,
 Morphological changes of RUQ view in abnormal patients.
Method 𝑵 𝑻𝑷 𝑵 𝑻𝑵 𝑵 𝑭𝑷 𝑵 𝑭𝑵 Accuracy (%) Sensitivity Specificity
Noll et al. 9 11 4 6 66.67 0.60 0.73
Shape-based kidney detection 14 12 3 1 86.67 0.93 0.80
Atlas-based kidney detection 15 13 2 0 93.33 1 0.87
Slide #15
Method 𝑵 𝑻𝑷 𝑵 𝑭𝑵 Accuracy (%)
Noll et al. [1] 5 3 62.5
Shape-based 5 3 62.5
Atlas-based 6 2 75.0
Examples of kidney detection
Blue region: Renal Medulla
Red region: Kidney Capsule/Pyelocalyceal System
Slide #16
Contribution 2:
Automated kidney segmentation
Overview on automated kidney segmentation
 Problem definition: automatically segmenting the kidney shape in 3DUS images.
 State-of-the-art:
 Proposed method: complex-valued regional level-set with shape prior (CVRLS-SP)
• Complex-valued structure is used to add multi-regional structure into segmentation.
• Adding multi-regional structure is important because it improves segmentation specificity.
Name Methodology Advantage Disadvantage
Noll
et al. [1]
Radial ray trace + fast
marching + edge-based level-
set
- Robust against speckle and low-contrast
intensity profile
- Automated initialization
- Not robust against kidney deformation
- High-computational cost
MRF-AC
[2]
2D active contour + Markov
random field (MRF) + 3D
reconstruction
- Low computational cost - Manual initialization
- Discontinuity along z-axis
[1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc.
Translational Research in Medical Imag. Springer, 2014, pp. 83–90.
[2] Martn-Fernndez et al., An approach for contour detection of human kidneys from ultrasound images
using markov random fields and active contours, Med. Image Anal., 1–23, 2005.
Slide #17
CVRLS-SP representation
 Mathematical representation of regions in CVRLS-SP:
𝑏𝑟 : 𝑋 ∈ 𝑝𝑦𝑒𝑙𝑜𝑐𝑎𝑙𝑦𝑐𝑒𝑎𝑙 𝑠𝑦𝑠𝑡𝑒𝑚 𝑜𝑟 𝑘𝑖𝑑𝑛𝑒𝑦 𝑐𝑎𝑝𝑠𝑢𝑙𝑒, 𝑖𝑓 ℜ 𝜙 𝑋 > 0,
𝑑𝑟 : 𝑋 ∈ 𝑟𝑒𝑛𝑎𝑙 𝑚𝑒𝑑𝑢𝑙𝑙𝑎, 𝑖𝑓 ℑ 𝜙 𝑋 > 0,
𝑏𝑔 : 𝑋 ∈ 𝑏𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒.
where 𝜙 is level-set function.
 Prior shape: (𝜙𝑠) is generated by aligning CVISM on detected kidney shape:
𝜙𝑠 𝑋 = 2 Ψ 𝑆𝑇 𝑝 𝑠𝑡,1
∗ 𝑋 + 𝑝𝑠𝑡,2
∗
> 0 − 1 + 𝑖 , ∀𝑋 ∈ Ω 𝑉
where 𝑆𝑇 𝑝 𝑠𝑡,1
∗ 𝑋 + 𝑝𝑠𝑡,2
∗
places kidney CVISM, Ψ, on detected kidney shape.
 level-set function, 𝜙, is initialized by prior shape: 𝜙 𝑋; 𝑡 = 0 = 𝜙𝑠 𝑋 , 𝑡 is iteration.
Slide #18
CVRLS-SP evolution
[1] Chan and Zhu. Level set based shape prior segmentation. IEEE CVPR, vol 2, pp 1164–1170, 2005..
Slide #19
 Conventional regional level-set with shape prior defines energy function as [1],
𝐹 𝑐, 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
, 𝑉 = 𝜆 ⋅ 𝐹𝑆𝑃 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
+ 𝜇 ⋅ 𝐹𝑖𝑛𝑡 𝜙 + 𝛾 ⋅ 𝐹𝑒𝑥𝑡(𝑐, 𝜙, 𝑉)
𝐹𝑆𝑃 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
: shape prior energy,
𝐹𝑖𝑛𝑡 𝜙 : internal energy, controlling smoothness.
𝐹𝑒𝑥𝑡(𝑐, 𝜙, 𝑉): external energy, pushing level-set toward region of interest.
𝑐: average intensity level of region of interest, 𝐴𝑇 𝑝 𝑎𝑓
: affine transformation.
𝜆, 𝜇, 𝛾: Lagrange multipliers
 Contribution: CVRLS-SP’s energy functional is defined as follows,
𝐹 𝑐 𝑏𝑟, 𝑐 𝑑𝑟, 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
, 𝑉 = 𝜆 ⋅ 𝐹𝑆𝑃
𝑏𝑟
ℜ{𝜙}, ℜ{𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
} + 𝜆 ⋅ 𝐹𝑆𝑃
𝑑𝑟
ℑ{𝜙}, ℑ{𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
}
+𝜇 ⋅ 𝐹𝑖𝑛𝑡 𝜙 + 𝛾 ⋅ 𝐹𝑒𝑥𝑡
𝑏𝑟
(𝑐 𝑏𝑟, ℜ{𝜙}, 𝑉) + 𝛾 ⋅ 𝐹𝑒𝑥𝑡
𝑑𝑟
(𝑐 𝑑𝑟, ℑ{𝜙}, 𝑉)
• Multi-regional segmentation is added By dividing both FSP and Fext into br and dr terms.
CVRLS-SP segmentation procedure
 Initialization: Creating prior shape and level-set initialization
 Iterative evolution:
 𝜙 is updated by reducing 𝐹 𝑐 𝑏𝑟, 𝑐 𝑑𝑟, 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓
, 𝑉 , using Euler-Lagrange equation.
 convergence criteria: ΣΔ𝜙 𝑡 = ∭ 𝜙 𝑋, 𝑡 − 𝜙 𝑋, 𝑡 − 1
2
𝑑𝑥𝑑𝑦𝑑𝑧
Slide #20
Experimentation
 Objective: to evaluate proposed kidney segmentation compared to Noll et al. [1] and MRF-AC. [2]
 Dataset: evaluation set of actual ultrasound volumes
 Comparison metrics:
• Dice’s similarity coefficient (DSC)=
2𝑇𝑃
2𝑇𝑃+𝐹𝑁+𝐹𝑃
,
• Accuracy metric (ACC)=
𝑇𝑃+𝑇𝑁
𝑇𝑃+𝑇𝑁+𝐹𝑃+𝐹𝑁
× 100% ,
• Sensitivity measure (SENS)=
𝑇𝑃
𝑇𝑃+𝐹𝑁
,
• Specificity measure (SPEC)=
𝑇𝑁
𝑇𝑁+𝐹𝑃
.
 Parameter setting:
[1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based
Proc. Translational Research in Medical Imaging, Springer, 2014, pp. 83–90.
[2] Martin-Fernandez et al., An approach for contour detection of human kidneys from ultrasound images
using Markov random fields and active contours, Medical Image Analysis, 1–23, 2005.
Slide #21
Name 𝜆 𝜇 𝛾 𝑁𝑖𝑡𝑟 𝑡 𝑚𝑎𝑥 𝜖
Value 1 0.1 0.05 5 50 10
 Specificity of CVRLS-SP is higher because:
• capability of segmenting multi-regional structure,
• using shape prior.
 Box-plot: shows statistical variation of DSC of the methods:
minimum accuracy of CVRLS-SP is higher that maximum accuracy of both MRF-AC and Noll et al.
Kidney segmentation accuracy
Method
𝑫𝑺𝑪 𝑨𝑪𝑪 𝑺𝑬𝑵𝑺 𝑺𝑷𝑬𝑪
𝜇 𝜎 𝜇 𝜎 𝜇 𝜎 𝜇 𝜎
CVRLS-SP 0.8143 0.0408 97.48 0.72 0.7863 0.0814 0.9890 0.0060
Noll et al. 0.4207 0.0795 85.48 2.77 0.7024 0.0912 0.8678 0.0326
MRF-AC 0.5921 0.1457 93.10 2.74 0.6947 0.2132 0.9490 0.0246
𝜇: mean, 𝜎:standard deviation
Slide #22
CVRLS-SP MRFAC Noll et al.
0.3
0.4
0.5
0.6
0.7
0.8
0.9
Dice'sCoefficient(DSC)
Examples of kidney segmentation
Fourth column:
Yellow, red, and green colors are TP, FP, and FN regions. Slide #23
Original image Detected kidney Segmented
kidney regions
Comparing
automated segmentation
vs. ground-truth
3D view
Second and third columns:
Blue and red regions indicate Renal Medulla and
Pyelocalyceal System/Kidney Capsule, respectively.
Conclusions & Future Work
In this presentation, importance of computer-assisted solution for diagnosing
trauma patients by paramedics in emergency situation was discussed.
Shape-based and atlas-based kidney detection methods were introduced.
Automated kidney segmentation was introduced, which used kidney detection
module to automatically initialize segmentation process.
Kidney detection and segmentation accuracies of proposed methods were compared
to state-of-the-art, and evaluations and analysis confirmed improved accuracy using
proposed methods.
Future work:
Using the automated kidney segmentation to automatically detect free fluids.
Slide #24
Publications
 Journal Papers:
[1] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “An Automated Approach for Kidney Segmentation in Three-Dimensional Ultrasound Images”,
IEEE Journal of Biomedical and Health Informatics, DOI: 10.1109/JBHI.2016.2580040, (Date of publication: June 13th 2016)
[2] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “Computer-Assisted 3D Ultrasound Probe Placement for Emergency Healthcare Applications”,
IEEE Transactions on Industrial Informatics, DOI: 10.1109/TII.2016.2569522, (Date of publication: May 18th 2016)
[3] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “Kidney Detection in 3D Ultrasound Imagery Based on Shape and Texture Priors”, to be
submitted at IEEE Transaction on Biomedical Engineering (T-BME) on September 2016.
 Conference Papers:
[4] M. Marsousi, X. Lee, and K. Plataniotis, “Shape-included Label-Consistent Discriminative Dictionary Learning: An Approach to Detect and
Segment Multi-Class Objects in Image”, IEEE international conference on Image Processing (ICIP), 2016, accepted.
[5] M. Marsousi, K. Plataniotis, and S. Stergiopoulos. “Atlas-based segmentation of abdominal organs in 3D ultrasound, and its application in
automated kidney segmentation.”, IEEE International conference in Engineering in Medicine and Biology Society (EMBC), pp. 2001-2005, 2015.
[6] M. Marsousi and K. Plataniotis, “Binomial classification based on DLENE features in sparse representation: Application in kidney detection in
3D ultrasound.” IEEE International Conference in Acoustics, Speech and Signal Processing (ICASSP), pp. 1017-1021, 2015.
[7] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “Shape-based kidney detection and segmentation in three-dimensional abdominal ultrasound
images”. IEEE International conference in Engineering in Medicine and Biology Society (EMBC), pp. 2890-2894, 2014.
[8] M. Marsousi, K. Plataniotis, and S. Stergiopoulos. “A multi-steps segmentation approach for 3D ultrasound images using the combination of 3D-
Snake and Level-Set.” IEEE International Conference in Digital Signal Processing (DSP), pp. 1-4, 2013.
 US patent:
[9] S. Stergiopoulos, P. Shek, K. Plataniotis, and M. Marsousi. “Computer aided diagnosis for detecting abdominal bleeding with 3D ultrasound
imaging.” U.S. Patent Application 14/159,744, filed January 21, 2014.

More Related Content

What's hot

Xoran's xCAT - high resolution low dose head CT
Xoran's xCAT -  high resolution low dose head CTXoran's xCAT -  high resolution low dose head CT
Xoran's xCAT - high resolution low dose head CT
BritaMed Inc.
 
Automated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extractionAutomated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extraction
iosrjce
 
14 10 years follow-up
14 10 years follow-up 14 10 years follow-up
14 10 years follow-up
Ferrara Ophthalmics
 
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma TreatmentThe Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
IOSR Journals
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
CSCJournals
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
iosrjce
 
WORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEM
WORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEMWORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEM
WORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEM
MIOT Hospitals
 
Iris Recognition Using Active Contours
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active Contours
IJARIDEA Journal
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
IRJET Journal
 
2011 modabber-fibula-cas-convetional-jaw reconstrution
2011 modabber-fibula-cas-convetional-jaw reconstrution2011 modabber-fibula-cas-convetional-jaw reconstrution
2011 modabber-fibula-cas-convetional-jaw reconstrution
Klinikum Lippe GmbH
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
iosrjce
 
Stone protocol CT: Why, How and Pitfalls
Stone protocol CT: Why, How and PitfallsStone protocol CT: Why, How and Pitfalls
Stone protocol CT: Why, How and Pitfalls
Rathachai Kaewlai
 
CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...
CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...
CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...
Michael Gross
 
Cass
CassCass
Retinopathy
RetinopathyRetinopathy
Retinopathy
Prateek Goyal
 
Dvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy Planning
Dvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy PlanningDvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy Planning
Dvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy Planning
Az.Ospedaliero-Universitaria di Modena
 
Optics in urology
Optics in urologyOptics in urology
Optics in urology
GovtRoyapettahHospit
 
50120130406001
5012013040600150120130406001
50120130406001
IAEME Publication
 
Lyam_Hollis_PhD_Thesis
Lyam_Hollis_PhD_ThesisLyam_Hollis_PhD_Thesis
Lyam_Hollis_PhD_Thesis
Lyam Hollis
 

What's hot (19)

Xoran's xCAT - high resolution low dose head CT
Xoran's xCAT -  high resolution low dose head CTXoran's xCAT -  high resolution low dose head CT
Xoran's xCAT - high resolution low dose head CT
 
Automated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extractionAutomated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extraction
 
14 10 years follow-up
14 10 years follow-up 14 10 years follow-up
14 10 years follow-up
 
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma TreatmentThe Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
 
WORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEM
WORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEMWORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEM
WORLD’S LATEST 3D DIGITAL MAMMOGRAPHY SYSTEM
 
Iris Recognition Using Active Contours
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active Contours
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
 
2011 modabber-fibula-cas-convetional-jaw reconstrution
2011 modabber-fibula-cas-convetional-jaw reconstrution2011 modabber-fibula-cas-convetional-jaw reconstrution
2011 modabber-fibula-cas-convetional-jaw reconstrution
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
 
Stone protocol CT: Why, How and Pitfalls
Stone protocol CT: Why, How and PitfallsStone protocol CT: Why, How and Pitfalls
Stone protocol CT: Why, How and Pitfalls
 
CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...
CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...
CrystalGuide flat fee surgical guide and triple scan - a new and effective pr...
 
Cass
CassCass
Cass
 
Retinopathy
RetinopathyRetinopathy
Retinopathy
 
Dvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy Planning
Dvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy PlanningDvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy Planning
Dvh Pitfal In Volume Evaluetion For Spinal Cord Using Tomotherapy Planning
 
Optics in urology
Optics in urologyOptics in urology
Optics in urology
 
50120130406001
5012013040600150120130406001
50120130406001
 
Lyam_Hollis_PhD_Thesis
Lyam_Hollis_PhD_ThesisLyam_Hollis_PhD_Thesis
Lyam_Hollis_PhD_Thesis
 

Viewers also liked

Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...
Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...
Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...
Institute of Information Systems (HES-SO)
 
Kidney and liver Prenatal Ultrasound normal fetus
 Kidney and liver Prenatal Ultrasound normal fetus Kidney and liver Prenatal Ultrasound normal fetus
Kidney and liver Prenatal Ultrasound normal fetusAsha Reddy
 
Bailiary system notes
Bailiary system notesBailiary system notes
Bailiary system notes
Anad El-huseiny
 
Liver ultrasound tips and tricks
Liver ultrasound tips and tricksLiver ultrasound tips and tricks
Liver ultrasound tips and tricks
Dr-mahmoud Desoky
 
Abdominal ultrasound (pediatric clients)
Abdominal ultrasound (pediatric clients)Abdominal ultrasound (pediatric clients)
Abdominal ultrasound (pediatric clients)
Faye Austero
 
The Digestive System
The Digestive SystemThe Digestive System
The Digestive System
arzbmad16
 
Presentation1.pptx, ultrasound examination of the liver and gall bladder.
Presentation1.pptx, ultrasound examination of the liver and gall bladder.Presentation1.pptx, ultrasound examination of the liver and gall bladder.
Presentation1.pptx, ultrasound examination of the liver and gall bladder.
Abdellah Nazeer
 
Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.
Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.
Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.
Abdellah Nazeer
 
Marker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical applicationMarker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical application
Rushin Shah
 
Ultrasound of the urinary tract - Renal cysts
Ultrasound of the urinary tract - Renal cystsUltrasound of the urinary tract - Renal cysts
Ultrasound of the urinary tract - Renal cysts
Samir Haffar
 
Cystic liver lesions - An ultrasound perspective
Cystic liver lesions - An ultrasound perspectiveCystic liver lesions - An ultrasound perspective
Cystic liver lesions - An ultrasound perspective
Samir Haffar
 
Renal tuberculosis radiology
Renal tuberculosis radiologyRenal tuberculosis radiology
Renal tuberculosis radiology
docaashishgupt
 
Cystic diseases of the kidney in children
Cystic diseases of the kidney in childrenCystic diseases of the kidney in children
Cystic diseases of the kidney in children
Mohamed Shaaban
 
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
 
Human digestive system
Human digestive systemHuman digestive system
Human digestive system
Simren Cena
 
Ultrasound of acute & chronic cholecystitis
Ultrasound of acute & chronic cholecystitisUltrasound of acute & chronic cholecystitis
Ultrasound of acute & chronic cholecystitis
Samir Haffar
 
Ultrasound liver
Ultrasound liverUltrasound liver
Ultrasound liver
Siwaporn Khureerung
 
Liver ultrasound
Liver ultrasoundLiver ultrasound
Liver ultrasound
Tarek Mansour
 
Ultrasound of the gallbladder
Ultrasound of the gallbladderUltrasound of the gallbladder
Ultrasound of the gallbladder
Samir Haffar
 
Doppler ultrasound of the kidneys
Doppler ultrasound of the kidneysDoppler ultrasound of the kidneys
Doppler ultrasound of the kidneys
Samir Haffar
 

Viewers also liked (20)

Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...
Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...
Evaluation of a Hierarchical Anatomical Segmentation Approach in VISCERAL Ana...
 
Kidney and liver Prenatal Ultrasound normal fetus
 Kidney and liver Prenatal Ultrasound normal fetus Kidney and liver Prenatal Ultrasound normal fetus
Kidney and liver Prenatal Ultrasound normal fetus
 
Bailiary system notes
Bailiary system notesBailiary system notes
Bailiary system notes
 
Liver ultrasound tips and tricks
Liver ultrasound tips and tricksLiver ultrasound tips and tricks
Liver ultrasound tips and tricks
 
Abdominal ultrasound (pediatric clients)
Abdominal ultrasound (pediatric clients)Abdominal ultrasound (pediatric clients)
Abdominal ultrasound (pediatric clients)
 
The Digestive System
The Digestive SystemThe Digestive System
The Digestive System
 
Presentation1.pptx, ultrasound examination of the liver and gall bladder.
Presentation1.pptx, ultrasound examination of the liver and gall bladder.Presentation1.pptx, ultrasound examination of the liver and gall bladder.
Presentation1.pptx, ultrasound examination of the liver and gall bladder.
 
Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.
Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.
Presentation1.pptx, ultrasound examination of the adrenal glands and kidneys.
 
Marker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical applicationMarker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical application
 
Ultrasound of the urinary tract - Renal cysts
Ultrasound of the urinary tract - Renal cystsUltrasound of the urinary tract - Renal cysts
Ultrasound of the urinary tract - Renal cysts
 
Cystic liver lesions - An ultrasound perspective
Cystic liver lesions - An ultrasound perspectiveCystic liver lesions - An ultrasound perspective
Cystic liver lesions - An ultrasound perspective
 
Renal tuberculosis radiology
Renal tuberculosis radiologyRenal tuberculosis radiology
Renal tuberculosis radiology
 
Cystic diseases of the kidney in children
Cystic diseases of the kidney in childrenCystic diseases of the kidney in children
Cystic diseases of the kidney in children
 
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
 
Human digestive system
Human digestive systemHuman digestive system
Human digestive system
 
Ultrasound of acute & chronic cholecystitis
Ultrasound of acute & chronic cholecystitisUltrasound of acute & chronic cholecystitis
Ultrasound of acute & chronic cholecystitis
 
Ultrasound liver
Ultrasound liverUltrasound liver
Ultrasound liver
 
Liver ultrasound
Liver ultrasoundLiver ultrasound
Liver ultrasound
 
Ultrasound of the gallbladder
Ultrasound of the gallbladderUltrasound of the gallbladder
Ultrasound of the gallbladder
 
Doppler ultrasound of the kidneys
Doppler ultrasound of the kidneysDoppler ultrasound of the kidneys
Doppler ultrasound of the kidneys
 

Similar to MahdiMarsousi_PhD_FOE_PresentationSlides

BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONBATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
sipij
 
Batch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver SegmentationBatch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver Segmentation
sipij
 
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
 
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
 
3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy
CSCJournals
 
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
ijcga
 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct imagesSegmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images
bioejjournal
 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images  Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images
ijcga
 
Unknown power power point unknown power point
Unknown power power point unknown power pointUnknown power power point unknown power point
Unknown power power point unknown power point
xmendquick
 
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
CrimsonPublishersUrologyJournal
 
Intelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisIntelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosis
Aboul Ella Hassanien
 
MR reconstruction 101
MR reconstruction 101MR reconstruction 101
MR reconstruction 101
Sairam Geethanath
 
Ct urinary system in radiology
Ct   urinary system in radiologyCt   urinary system in radiology
Ct urinary system in radiology
Mahesh Kumar
 
MEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSIS
MEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSISMEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSIS
MEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSIS
ijsc
 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis
ijsc
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
Aboul Ella Hassanien
 
H0366051058
H0366051058H0366051058
H0366051058
theijes
 
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
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
ijcnes
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
acijjournal
 

Similar to MahdiMarsousi_PhD_FOE_PresentationSlides (20)

BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONBATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
 
Batch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver SegmentationBatch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver Segmentation
 
PERFORMANCE EVALUATION OF TUMOR 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
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy
 
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct imagesSegmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images
 
Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images  Segmentation of cysts in kidney and 3 d volume calculation from ct images
Segmentation of cysts in kidney and 3 d volume calculation from ct images
 
Unknown power power point unknown power point
Unknown power power point unknown power pointUnknown power power point unknown power point
Unknown power power point unknown power point
 
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
 
Intelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisIntelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosis
 
MR reconstruction 101
MR reconstruction 101MR reconstruction 101
MR reconstruction 101
 
Ct urinary system in radiology
Ct   urinary system in radiologyCt   urinary system in radiology
Ct urinary system in radiology
 
MEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSIS
MEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSISMEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSIS
MEDICAL IMAGE PROCESSING METHODOLOGY FOR LIVER TUMOUR DIAGNOSIS
 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
 
H0366051058
H0366051058H0366051058
H0366051058
 
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...
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
 

MahdiMarsousi_PhD_FOE_PresentationSlides

  • 1. Automated Kidney Segmentation In 3D Ultrasound Imagery, and its Application in Computer-assisted Trauma Diagnosis Final PhD Oral Examination - Presentation Slides September 1st , 2016 Mahdi Marsousi Supervisor: Prof. Konstantinos N. Plataniotis
  • 2. Introduction  Abdominal trauma: injuries to abdomen, either blunt or penetrating, resulting in severe blood loss.  Importance: massive internal bleeding quickly threats patient’s life.  Cure: rapid diagnosis and surgery [1] [1] http://www.radiologyassistant.nl/en/p466181ff61073/acute-abdomen-role-of-ct-in-trauma.html [2] http://www.wikidoc.org/index.php/Abdominal_trauma [2] Slide #1
  • 3. Diagnosis by 3D ultrasound (3DUS)  Ultrasound imagery is the preferred imaging modality for diagnosing hemodynamically unstable patients, because it is portable.  It is also called: focused assessment with sonography for trauma “FAST”.  2D ultrasound is the popular diagnostic tool.  3DUS imagery is key to design computer-assisted diagnosis, because: a) detecting and localizing internal organs in 3D space is possible by 3DUS; b) 3DUS facilitates measuring the volume of internal bleeding. Slide #2
  • 4. :Focus of this presentation FAST exam  FAST exam: rapid bedside ultrasound scan to find free fluids, as indication of internal bleeding, around abdominal organs [1].  Six major abdominal views associated with FAST exam.  Right Upper Quadrant view (2), also called the Morison’s pouch view, is the most relevant one, because:  It is the most sensitive view to abdominal bleeding  It entirely shows the right kidney, and a portion of liver and diaphragm[1].  Abdominal bleeding usually places between the right kidney and liver [1].  Therefore, detecting and segmenting the kidney shape is the key for computer-assisted trauma diagnosis. [1] Heller et al. Ultrasound use in trauma: the fast exam. Academic Emergency Medicine, 14(6):525–525, 2007. [2] Ingeman et al. Emergency physician use of ultrasonography in blunt abdominal trauma. Academic Emergency Medicine, 3(10):931–937, 1996. Slide #3
  • 5. Motivation, problem definition, & challenges  Motivation: • In emergency, only paramedics provide medical service for trauma patients. • Usually paramedics are not capable to do FAST exam. • Thus, computer-assisted solution can help paramedics to conduct trauma diagnosis.  Problem definition: Slide #4
  • 6. 3DUS dataset Slide #5  Training set: 6 with-kidney and 6 without-kidney images.  Evaluation set: 15 with-kidney and 15 without-kidney from healthy volunteers, and 8 with-kidney images from abnormal patients.  Images of abnormal patients represent morphological changes to the kidney shape. With-kidney image: taken from Morison’s pouch view Without-kidney image: taken from other views.
  • 9. Overview on kidney detection Definition: searching within 3D image domain to find kidney shape to answer: • whether kidney shape exists in a 3DUS image? • if yes, what is its alignment? State-of-the-art: Proposed solutions: Name Methodology Advantage Disadvantage Noll et al. [1] - applies volume enhancement - uses redial rays to find kidney shape mass-center robust against speckle & low-contrast intensity may wrongly detect other structures instead of kidney [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imag. Springer, 2014, pp. 83–90. Slide #7
  • 10.  Definition: mathematical representation of kidney shape to add shape prior in kidney detection  Proposed shape modeling: complex-valued implicit shape model (CVISM) Ψ 𝑋 = 𝜓 𝑃𝑆 𝑋 + 𝜓 𝐾𝐶 𝑋 − 𝑖 ⋅ 𝜓 𝑅𝑀 𝑋 ,  𝜓 𝑝𝑠, 𝜓 𝐾𝐶, and 𝜓 𝑅𝑀 are real-positive functions, defining voxel’s membership to Pyelocalyceal System, Kidney Capsule, and Renal Medulla, respectively.  Generating regions: using ground truth data of training set of with-kidney images. Kidney shape model Slide #8 Kidney Capsule Renal Medulla Pyelocalyceal System Real values are used to model bright regions: 𝐾𝐶: Kidney Capsule 𝑃𝑆: Pyelocalyceal System Imaginary values are used to model dark region: 𝑅𝑀: Renal Medulla
  • 11.  Objective: registering kidney CVISM on 3DUS images, to detect kidney shape and estimate its alignment.  Challenges: • Partial occlusion of kidney shape • Non-kidney structures with similar appearance to the kidney shape  Components: • Global deformation based on similarity transformation, • Similarity metric, • optimization algorithm.  Global deformation: similarity transformation (shape-preserving) 𝑌 = 𝑆𝑇 𝑝𝑠𝑡,1 𝑋 + 𝑝𝑠𝑡,2 Shape-to-volume registration Slide #9 Orientations & scaling 𝑝𝑠𝑡,1 = 𝜃𝑥,𝜃𝑦,𝜃𝑧,𝑠 𝑇 Translations 𝑝𝑠𝑡,2 = 𝑡𝑥,𝑡𝑦,𝑡𝑧 𝑇 CVISM domain Image domain
  • 12.  Definition: quantifies similarity of deformed kidney CVISM and image data.  Proposed similarity metric: Regularized complex normalized cross-correlation (RCNCC)  Formulation: Γ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2 ∗ = max 𝑝𝑠𝑡,2 ∗ ∈ΩV 𝑠𝑢𝑏 1 Λ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2 ⋅ max 0,ℜ Σ𝐼 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2 Σ𝐼𝐼 ℜ 𝑝𝑠𝑡,1 ⋅ max 0,ℑ Σ𝐼 𝑝, 𝑋, 𝑉 Σ𝐼𝐼 ℑ 𝑝𝑠𝑡,1 Λ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2 increases as kidney CVISM aligns out of the ultrasound field of view. RCNCC similarity metric Regularization Term Checking similarity of image data with Kidney Capsule and Pyelocalyceal System Checking similarity of image data with Renal Medulla Robustness against Partial kidney shape occlusion Considering multi-regional structure of the kidney shape, max 𝑎, 𝑏 : selects maximum of 𝑎 and 𝑏. “max”s are used to avoid multiplication of two negative values in RCNCC. ℜ{𝑎} and ℑ{𝑏} extract real part of 𝑎 and imaginary part of 𝑏. Slide #10
  • 13. Registration problem  Objective: Finding 𝑝𝑠𝑡,1 ∗ and 𝑝𝑠𝑡,2 ∗ which provides a maximum RCNCC for input image. Optimization problem: Γ∗, 𝑝𝑠𝑡,1 ∗ , 𝑝𝑠𝑡,2 ∗ = max 𝑝𝑠𝑡,1 Γ 𝑝𝑠𝑡,1, 𝑝𝑠𝑡,2 ∗  Optimization algorithm: • initialization: searching for best seed point from a set of seed points to initialize registration. • iterative improvement: iteratively updating registration parameters using Gradient Descent. Figure shows RCNCC metric versus 𝜃 𝑥 and 𝜃𝑧. Yellow regions correspond to desirable registration solutions. The gray stars are seed point. Red star is selected seed point. Black arrows show iterations of Gradient descent. Slide #11
  • 14. Processing pipeline of kidney detection • Γ 𝑡ℎ is threshold on similarity metric to decide whether the kidney shape exists or not. • It is obtained using training set, as Γ 𝑡ℎ = 3.5. Slide #12
  • 15. Experimentation  Objective: to evaluate shape-based and atlas-based kidney detection, compared to Noll et al. [1].  Dataset: • 15 with-kidney and 15 without-kidney images of healthy volunteers • 8 with-kidney images abnormal patients • 3DUS image simulator of Morison’s pouch  Comparison metrics: • accuracy: 𝐴𝑐𝑐 𝐾𝐷 = 100% ⋅ 𝑁 𝑇𝑃+𝑁 𝑇𝑁 𝑁 𝑇𝑃+𝑁 𝐹𝑁+𝑁 𝑇𝑁+𝑁 𝐹𝑃 , • sensitivity: 𝑆𝑒𝑛𝑠 𝐾𝐷 = NTP 𝑁 𝑇𝑃+𝑁 𝐹𝑁 , • specificity: 𝑆𝑝𝑒𝑐 𝐾𝐷 = 𝑁 𝑇𝑁 𝑁 𝑇𝑁+𝑁 𝐹𝑃 . 𝑁 𝑇𝑃, 𝑁 𝑇𝑁, 𝑁𝐹𝑃, and 𝑁𝐹𝑁 are numbers of true positive, true negative, false positive, false negative detections. [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imag. Springer, 2014, pp. 83–90. Slide #13
  • 16. Visibility portion: 100 100 100 100 100 100 100 100 100 50 70 95 100 100 100 95 70 45 55 75 90 100 100 100 95 75 55 Sensitivity analysis  Ultrasound volume simulator is used to analyze sensitivity to kidney shape’s deformation and occlusion.  Both methods provides high robustness toward kidney shape translation.  Atlas-based method provides more accurate estimation of deformation (except for Δ𝜃 𝑥) Slide #14 40 70 95 100 100 100 85 65 45 50 60 85 100 100 100 90 60 4560 80 95 100 100 100 95 85 65Visibility portion:
  • 17. Kidney detection accuracy  Using with-kidney and without-kidney images of healthy volunteers: • Shape-based and atlas-based provide higher accuracy, compared to Noll et al., because: 1) higher specificity: involving multi-structural regions of kidney shape, 2) higher sensitivity: regularization factor provides robustness against kidney shape’s occlusion. • Atlas-based shows higher accuracy than shape-based because of using texture information.  Using actual ultrasound volumes of abnormal patients: Accuracy is reduced, because:  different device settings from healthy volunteers,  Morphological changes of RUQ view in abnormal patients. Method 𝑵 𝑻𝑷 𝑵 𝑻𝑵 𝑵 𝑭𝑷 𝑵 𝑭𝑵 Accuracy (%) Sensitivity Specificity Noll et al. 9 11 4 6 66.67 0.60 0.73 Shape-based kidney detection 14 12 3 1 86.67 0.93 0.80 Atlas-based kidney detection 15 13 2 0 93.33 1 0.87 Slide #15 Method 𝑵 𝑻𝑷 𝑵 𝑭𝑵 Accuracy (%) Noll et al. [1] 5 3 62.5 Shape-based 5 3 62.5 Atlas-based 6 2 75.0
  • 18. Examples of kidney detection Blue region: Renal Medulla Red region: Kidney Capsule/Pyelocalyceal System Slide #16
  • 20. Overview on automated kidney segmentation  Problem definition: automatically segmenting the kidney shape in 3DUS images.  State-of-the-art:  Proposed method: complex-valued regional level-set with shape prior (CVRLS-SP) • Complex-valued structure is used to add multi-regional structure into segmentation. • Adding multi-regional structure is important because it improves segmentation specificity. Name Methodology Advantage Disadvantage Noll et al. [1] Radial ray trace + fast marching + edge-based level- set - Robust against speckle and low-contrast intensity profile - Automated initialization - Not robust against kidney deformation - High-computational cost MRF-AC [2] 2D active contour + Markov random field (MRF) + 3D reconstruction - Low computational cost - Manual initialization - Discontinuity along z-axis [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imag. Springer, 2014, pp. 83–90. [2] Martn-Fernndez et al., An approach for contour detection of human kidneys from ultrasound images using markov random fields and active contours, Med. Image Anal., 1–23, 2005. Slide #17
  • 21. CVRLS-SP representation  Mathematical representation of regions in CVRLS-SP: 𝑏𝑟 : 𝑋 ∈ 𝑝𝑦𝑒𝑙𝑜𝑐𝑎𝑙𝑦𝑐𝑒𝑎𝑙 𝑠𝑦𝑠𝑡𝑒𝑚 𝑜𝑟 𝑘𝑖𝑑𝑛𝑒𝑦 𝑐𝑎𝑝𝑠𝑢𝑙𝑒, 𝑖𝑓 ℜ 𝜙 𝑋 > 0, 𝑑𝑟 : 𝑋 ∈ 𝑟𝑒𝑛𝑎𝑙 𝑚𝑒𝑑𝑢𝑙𝑙𝑎, 𝑖𝑓 ℑ 𝜙 𝑋 > 0, 𝑏𝑔 : 𝑋 ∈ 𝑏𝑎𝑐𝑘𝑔𝑟𝑜𝑢𝑛𝑑, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒. where 𝜙 is level-set function.  Prior shape: (𝜙𝑠) is generated by aligning CVISM on detected kidney shape: 𝜙𝑠 𝑋 = 2 Ψ 𝑆𝑇 𝑝 𝑠𝑡,1 ∗ 𝑋 + 𝑝𝑠𝑡,2 ∗ > 0 − 1 + 𝑖 , ∀𝑋 ∈ Ω 𝑉 where 𝑆𝑇 𝑝 𝑠𝑡,1 ∗ 𝑋 + 𝑝𝑠𝑡,2 ∗ places kidney CVISM, Ψ, on detected kidney shape.  level-set function, 𝜙, is initialized by prior shape: 𝜙 𝑋; 𝑡 = 0 = 𝜙𝑠 𝑋 , 𝑡 is iteration. Slide #18
  • 22. CVRLS-SP evolution [1] Chan and Zhu. Level set based shape prior segmentation. IEEE CVPR, vol 2, pp 1164–1170, 2005.. Slide #19  Conventional regional level-set with shape prior defines energy function as [1], 𝐹 𝑐, 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 , 𝑉 = 𝜆 ⋅ 𝐹𝑆𝑃 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 + 𝜇 ⋅ 𝐹𝑖𝑛𝑡 𝜙 + 𝛾 ⋅ 𝐹𝑒𝑥𝑡(𝑐, 𝜙, 𝑉) 𝐹𝑆𝑃 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 : shape prior energy, 𝐹𝑖𝑛𝑡 𝜙 : internal energy, controlling smoothness. 𝐹𝑒𝑥𝑡(𝑐, 𝜙, 𝑉): external energy, pushing level-set toward region of interest. 𝑐: average intensity level of region of interest, 𝐴𝑇 𝑝 𝑎𝑓 : affine transformation. 𝜆, 𝜇, 𝛾: Lagrange multipliers  Contribution: CVRLS-SP’s energy functional is defined as follows, 𝐹 𝑐 𝑏𝑟, 𝑐 𝑑𝑟, 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 , 𝑉 = 𝜆 ⋅ 𝐹𝑆𝑃 𝑏𝑟 ℜ{𝜙}, ℜ{𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 } + 𝜆 ⋅ 𝐹𝑆𝑃 𝑑𝑟 ℑ{𝜙}, ℑ{𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 } +𝜇 ⋅ 𝐹𝑖𝑛𝑡 𝜙 + 𝛾 ⋅ 𝐹𝑒𝑥𝑡 𝑏𝑟 (𝑐 𝑏𝑟, ℜ{𝜙}, 𝑉) + 𝛾 ⋅ 𝐹𝑒𝑥𝑡 𝑑𝑟 (𝑐 𝑑𝑟, ℑ{𝜙}, 𝑉) • Multi-regional segmentation is added By dividing both FSP and Fext into br and dr terms.
  • 23. CVRLS-SP segmentation procedure  Initialization: Creating prior shape and level-set initialization  Iterative evolution:  𝜙 is updated by reducing 𝐹 𝑐 𝑏𝑟, 𝑐 𝑑𝑟, 𝜙, 𝜙𝑠 𝐴𝑇 𝑝 𝑎𝑓 , 𝑉 , using Euler-Lagrange equation.  convergence criteria: ΣΔ𝜙 𝑡 = ∭ 𝜙 𝑋, 𝑡 − 𝜙 𝑋, 𝑡 − 1 2 𝑑𝑥𝑑𝑦𝑑𝑧 Slide #20
  • 24. Experimentation  Objective: to evaluate proposed kidney segmentation compared to Noll et al. [1] and MRF-AC. [2]  Dataset: evaluation set of actual ultrasound volumes  Comparison metrics: • Dice’s similarity coefficient (DSC)= 2𝑇𝑃 2𝑇𝑃+𝐹𝑁+𝐹𝑃 , • Accuracy metric (ACC)= 𝑇𝑃+𝑇𝑁 𝑇𝑃+𝑇𝑁+𝐹𝑃+𝐹𝑁 × 100% , • Sensitivity measure (SENS)= 𝑇𝑃 𝑇𝑃+𝐹𝑁 , • Specificity measure (SPEC)= 𝑇𝑁 𝑇𝑁+𝐹𝑃 .  Parameter setting: [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imaging, Springer, 2014, pp. 83–90. [2] Martin-Fernandez et al., An approach for contour detection of human kidneys from ultrasound images using Markov random fields and active contours, Medical Image Analysis, 1–23, 2005. Slide #21 Name 𝜆 𝜇 𝛾 𝑁𝑖𝑡𝑟 𝑡 𝑚𝑎𝑥 𝜖 Value 1 0.1 0.05 5 50 10
  • 25.  Specificity of CVRLS-SP is higher because: • capability of segmenting multi-regional structure, • using shape prior.  Box-plot: shows statistical variation of DSC of the methods: minimum accuracy of CVRLS-SP is higher that maximum accuracy of both MRF-AC and Noll et al. Kidney segmentation accuracy Method 𝑫𝑺𝑪 𝑨𝑪𝑪 𝑺𝑬𝑵𝑺 𝑺𝑷𝑬𝑪 𝜇 𝜎 𝜇 𝜎 𝜇 𝜎 𝜇 𝜎 CVRLS-SP 0.8143 0.0408 97.48 0.72 0.7863 0.0814 0.9890 0.0060 Noll et al. 0.4207 0.0795 85.48 2.77 0.7024 0.0912 0.8678 0.0326 MRF-AC 0.5921 0.1457 93.10 2.74 0.6947 0.2132 0.9490 0.0246 𝜇: mean, 𝜎:standard deviation Slide #22 CVRLS-SP MRFAC Noll et al. 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Dice'sCoefficient(DSC)
  • 26. Examples of kidney segmentation Fourth column: Yellow, red, and green colors are TP, FP, and FN regions. Slide #23 Original image Detected kidney Segmented kidney regions Comparing automated segmentation vs. ground-truth 3D view Second and third columns: Blue and red regions indicate Renal Medulla and Pyelocalyceal System/Kidney Capsule, respectively.
  • 27. Conclusions & Future Work In this presentation, importance of computer-assisted solution for diagnosing trauma patients by paramedics in emergency situation was discussed. Shape-based and atlas-based kidney detection methods were introduced. Automated kidney segmentation was introduced, which used kidney detection module to automatically initialize segmentation process. Kidney detection and segmentation accuracies of proposed methods were compared to state-of-the-art, and evaluations and analysis confirmed improved accuracy using proposed methods. Future work: Using the automated kidney segmentation to automatically detect free fluids. Slide #24
  • 28. Publications  Journal Papers: [1] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “An Automated Approach for Kidney Segmentation in Three-Dimensional Ultrasound Images”, IEEE Journal of Biomedical and Health Informatics, DOI: 10.1109/JBHI.2016.2580040, (Date of publication: June 13th 2016) [2] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “Computer-Assisted 3D Ultrasound Probe Placement for Emergency Healthcare Applications”, IEEE Transactions on Industrial Informatics, DOI: 10.1109/TII.2016.2569522, (Date of publication: May 18th 2016) [3] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “Kidney Detection in 3D Ultrasound Imagery Based on Shape and Texture Priors”, to be submitted at IEEE Transaction on Biomedical Engineering (T-BME) on September 2016.  Conference Papers: [4] M. Marsousi, X. Lee, and K. Plataniotis, “Shape-included Label-Consistent Discriminative Dictionary Learning: An Approach to Detect and Segment Multi-Class Objects in Image”, IEEE international conference on Image Processing (ICIP), 2016, accepted. [5] M. Marsousi, K. Plataniotis, and S. Stergiopoulos. “Atlas-based segmentation of abdominal organs in 3D ultrasound, and its application in automated kidney segmentation.”, IEEE International conference in Engineering in Medicine and Biology Society (EMBC), pp. 2001-2005, 2015. [6] M. Marsousi and K. Plataniotis, “Binomial classification based on DLENE features in sparse representation: Application in kidney detection in 3D ultrasound.” IEEE International Conference in Acoustics, Speech and Signal Processing (ICASSP), pp. 1017-1021, 2015. [7] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, “Shape-based kidney detection and segmentation in three-dimensional abdominal ultrasound images”. IEEE International conference in Engineering in Medicine and Biology Society (EMBC), pp. 2890-2894, 2014. [8] M. Marsousi, K. Plataniotis, and S. Stergiopoulos. “A multi-steps segmentation approach for 3D ultrasound images using the combination of 3D- Snake and Level-Set.” IEEE International Conference in Digital Signal Processing (DSP), pp. 1-4, 2013.  US patent: [9] S. Stergiopoulos, P. Shek, K. Plataniotis, and M. Marsousi. “Computer aided diagnosis for detecting abdominal bleeding with 3D ultrasound imaging.” U.S. Patent Application 14/159,744, filed January 21, 2014.