05 - Advanced Segmentation Flashcards

1
Q

Motivation for advanced segmentation

A
  • artefacts
  • noise
  • gradients
  • noise & unsharpness
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Automated thresholding methods (unsupervised)

A
  • histogram-based (Otsu using derivatives, Intermodes using midpoint b/ 2 peaks, Isodata)
  • image-based (like entropy)
  • result-based (bias?)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hysteresis thresholding

A
  • when one threshold is too hign and the other too small

- strict threshold, remove small obj, loose threshold, combine, keep connected pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Feature vectors

A
  • pairing spatial info with other info (value)
  • K-mean clustering (distance metric => cluster)
  • – random centers, group by dist, recalc center, iterate
  • quad-trees (split until criterion fulfilled in subregion)
  • superpixels (groups of similar pixels)
  • probabilistic models of segmentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Supervised segmentation approaches

A
  • workflow: train - predict
  • K-nearest neighbors
  • linear regression
  • trees, forest (combine results from trees)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Warnings

A
  • loss function should be carefully chosen
  • train != validate
  • optimizer improvement
  • metrics
  • over-fitting (can’t generalize)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly