Table 2 Segmentation metrics.
Metric | Equation | Range | Meaning |
|---|---|---|---|
Sørensen-Dice Index | \(\frac{2\times \left|\hbox{SM}\cap \hbox{GT}\right|}{|\hbox{SM}| + |\hbox{GT}|}\) | 0–1 | Spatial overlap between masks |
Jaccard Index | \(\frac{|\hbox{SM}\cap \hbox{GT}|}{|\hbox{SM}| + |\hbox{GT}| - |\hbox{SM }\cap \hbox{GT}|}\) | 0–1 | Spatial overlap between masks |
Conformity Coefficient | \(1- \frac{\hbox{FP }+\hbox{FN}}{\hbox{TP}}\) | < 1 | Ratio of incorrectly and correctly segmented voxels |
True Positive Rate (TPR) | \(\frac{\hbox{TP}}{\hbox{TP }+\hbox{FN}}\) | 0–1 | Sensitivity |
True Negative Rate (TNR) | \(\frac{\hbox{TN}}{\hbox{TN }+\hbox{FP}}\) | 0–1 | Specificity |
Positive Predictive Value (PPV) | \(\frac{\hbox{TP}}{\hbox{TP }+\hbox{FP}}\) | 0–1 | Precision |
Volume Ratio | \(\frac{\hbox{SM}}{\hbox{GT}}\) | ≥ 0 | Ratio of mask volumes |