Lecture 5 Flashcards
Methods to quantify segmentation performances
- ROC analysis
- F-measure
- JSC
- DSC
Sensitivity
True positive rate:
TPR=TP/(TP+FN)
Specificity
True negative rate:
TNR = TN/(TN+FP)
ROC analysis
Plot of the TPR vs the FPR (1-specificity) of a method as a function of its free parameters.
The higher the area under the curve, the better
Precision vs accuracy
High accuracy implies that the mean of repeated estimates has low bias
High precision implies that the variance of repeated estimates is low.
True postive, true negative, false positive and false negative
- True positive: TP=intersection S&T
- True negative: TN=Intersection Sc and Tc
- False positive: FP = intersection S and Tc
- False negative: FN=intersection Sc and T
F-measure
F= 2(RP)/(R+P)
JSC
Fraction of teh union of the segmented object and the true object that is correctly segmented:
JSC=Intersec(S&T)/Union(S&T)=TP/(FP+TP+FN)
DSC
Fraction of the segmented oject set joined with the true object set that is correctly segmented:
DSC=2Intersec(S&T)/(S+T)=2TP/(FP+2TP+FN)
Basic measures to quantify binary object properties
- Position: Center of mass as an estimate of object position
- Area: count pixels
- Perimeter
- Moments: m= sumover x sumover y((x^p * y^q)I(x,y))
- Orientation: second order moments analysis
- Major &minor axes
Perimeter
Boundary chain code analysis to estimate object parameter
Major & minor axes
For a matrix that is real, symmetric and positive, the eigenvalues are positive real valued, the eignevectors u are orthogonal.
Major axis: U2/sq(lambda2) *2
Advanced measures to quantify binary object shape
- Eccentricity
- Circularity
- Convex hull
- Convex defiency
- Curvature measures
Eccentricity
How much a conic section varies from being circular. Circle has eccentricity zero.
E=major axis length/minor axis length= sqrt(lambda1/lambda2)
Circularity
C=4piA/P^2
with P=2pir as the circle perimeter
C=1 for circles