What can segmantic segmentation be used for?
What are partial volume effects?
Due to coarse sampling, the boundaries of the objects get blurred, meaning a boundary pixel might represent two different objects.
How does the problem of intensity inhomogenities arise?
Some images, especially MRI and ultrasound might av different intensities for the same tissue type, denpending on where in the image the tissue is.
What is the problem of Anisotropic resolution?
Most 3D imaging has different resoloution along the different axis.
Name one example how imaging artifacts may appaer?
Medical imaging equipment might be disturbed by e.g. metal.
What is the problem with limited contrast?
When segementing different tissue might have similar intensity resulting in segmentation “leak”.
What is morphological variability?
Objects might stretch, compress, change shape e.g.
What is the difference between gold standard and ground truth?
Ground truth is the actually solution, most of the time only availible for simulations. Gold standard is a solution createt by an “expert”.
What are the problems of gold standard, and how can the be solved?
Problems:
Solutions:
What is the conceptual difference between precission and accuracy.
Accuracy is high when bias is low, precission is high when variance is low.
What is robustness?
The performanace with different noise levels, (outliers).
In classifiation, what is:
What is the F1 score?
The harmonic mean of precission and recall:
2TP / (2TP + FN + FP)
Name some methods to determine overlapp between reference and computed segmentation.
2. Jaquard |A and B|/ |A U B|.
What are some limitations of DSC?
Quite huge deformations might give the same score as small translations.
How can we meassure surface distance?
We can calculate the distance to the boundary in one segmentation and trace the boundary of the second segmentation in the first one. This will give us pixel wise surface distance.
For segmentation, what are the advantages/ disadvantages of intensity thresholding?
Advantages:
Disadvantages:
1. Regions must have homogenous and distinct intesities,
2. Diffcult to find consistant thresholds across several images.
3 Leakage.
For segmentation, what are the advantages/ disadvantages of region growing?
Advantages: 1. Fast. 2. Connected regions s Disadvanteges: 1. Requires user selected points. 2. Leakages and rough boundaries are likely 3. Regions must be homogenous.
What are the techniques used for graph cuts?
Markov random fields.
For segmentation, what are the advantages/ disadvantages of graph cuts?
Advantages:
Disadvantages:
In graph cut, what does the pih_ij(x) term do?
Describes “loss” for adjacent pixels having different values.
For segmentation, what are the advantages/ disadvantages of active contours?
Advantages:
Disadvantages:
What is the idea behind atlas based segementation
Leverage one or more map/ chart of the object during segementation by doing registration.
For segmentation, what are the advantages/ disadvantages of Atlases?
Advantages:
Disadvantages: