04 - Basic Segmentation Flashcards
1
Q
Segmentation approaches
A
- experimentalist = pb-driven
- computer vision = result-driven
2
Q
Thresholding
A
- use histogram to guess where the delimiting value is
- quantify against ground truth
- – sensitivity = TP/TP+FN = recall = TP rate
- – FR rate = FP/FP+TN
- – specificity = TN/TN+FP
- – precision = TP/TP+FP
3
Q
ROC
A
Receiver Operating Characteristic
- compute TPR and FPR at different threshold values
- use area under curve (AUC) to compare, the highest closest to 1 is the best
4
Q
Morphology
A
- morphological operation = usage of neighborhood voxels’ info to improve the result of thresholding
- assume noise and artefacts are less spatially correlated than the real values of nearby voxels
- erosion: 1 neighbor is 0 => becomes 0
- dilation: 1 neighbor is 1 => becomes 1
- opening: erosion then dilation (remove small obj/connections)
- closing: dilation then erosion (connect close objects)
5
Q
Segmentation pitfalls
A
- partial volume effect => discretization of the volume decrease representativity
- rescaling => apparent volume fraction chg when changing resolution