Segmentation Flashcards
What can segmantic segmentation be used for?
- Quantitative analysis, e.g. volum
- Location and extent of e.g. tumor
- Creating 3D models
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:
- Intra-observer variability, the same observer might create different solutions on different occasions.
- Inter-observer variability, diffeferent observers might create different solutions
- Requires expert knowledge and is time consuming
Solutions:
- Same observer can make several solutions
- Different observers can make several solutions
- Agreement/ disagreement can be quantified.
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:
- Accuracy,
- Precision
- Recall
- Sensitivity
- (TP+TN) / (P+N)
- TP / (TP + FP)
- TP / P
- TN / N
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.
- DSC 2*|A and B| / (|A| + |B|), equivalent to F1.
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.