05 - Advanced Segmentation Flashcards
1
Q
Motivation for advanced segmentation
A
- artefacts
- noise
- gradients
- noise & unsharpness
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?)
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
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
5
Q
Supervised segmentation approaches
A
- workflow: train - predict
- K-nearest neighbors
- linear regression
- trees, forest (combine results from trees)
6
Q
Warnings
A
- loss function should be carefully chosen
- train != validate
- optimizer improvement
- metrics
- over-fitting (can’t generalize)