Skip to content

Code for calculating the added path length, false negative path length, and false negative volume..

Notifications You must be signed in to change notification settings

kkiser1/Autosegmentation-Spatial-Similarity-Metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autosegmentation Spatial Similarity Metrics


Python code to calculate the added path length, false negative path length, and false negative volume between an automated segmentation and its corresponding expert-corrected segmentation.

The added path length (APL) is a novel metric introduced by Vaassen et al. and is conceptually the distance that an editor's cursor travels when making corrections to an automated segmentation. Numerically it is the number of pixels in the corrected segmentation surface that are not shared in the automated segmentation surface.

Vaassen et al. demonstrated that the APL correlates better with the time required to correct a segmentation than do traditional, popular metrics such as the volumetric Dice similarity coefficient or the Hausdorff distance. As a measure of autosegmentation spatial similarity to a reference segmentation, the APL captures the expected time-savings benefit of automated segmentation better than traditional metrics.

Inspired by the APL, we also present code for two related metrics that we term the false negative path length (FNPL) and the false negative volume (FNV). The FNPL is like the APL but excludes subtractive corrections to the autosegmentation.

The FNV is the corrected segmentation volume that is not included in the automated segmentation volume.

About

Code for calculating the added path length, false negative path length, and false negative volume..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published