04 - Basic Segmentation Flashcards

1
Q

Segmentation approaches

A
  • experimentalist = pb-driven

- computer vision = result-driven

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Segmentation pitfalls

A
  • partial volume effect => discretization of the volume decrease representativity
  • rescaling => apparent volume fraction chg when changing resolution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly