Assessment¶
There are two tracks for the multiclass segmentation task, one track for CTA modality and one track for MRA modality. The assessment of algorithms will be the same for both CTA and MRA modalities, and with the following metrics:
Metrics for TopBrain Vessel Segmentation¶
Six evaluation metrics with equal weights for the multiclass segmentation task:
- Class-average Dice similarity coefficient
- Class-average centerline Dice (clDice)
- Class-average error on number of connected components
- Class-average Hausdorff distance 95% percentile (HD95)
- Class-average error on number of invalid neighbors
- Each vessel has a list of valid neighbor vessels
- Neighborhood is defined by adjacency or "touching"
- Average F1 score (harmonic mean of the precision and recall) for detection of the "side road" vessels
- "Highway" vs "side road" vessels
- "Highway" vessels are ICA, VA, BA, ACA, PCA, MCA, VoG, StS, and SSS
- "Side road" vessels are all the remaining vessel classes
Evaluation Code¶
Whatever we use for the challenge evaluation will be released and synchronized to the following repo in a transparent manner. Please refer to this repo for our assessment implementations.
GitHub
Please visit our GitHub repo:
for the implementations of our previous evaluation metrics for TopCoW, which will be adapted for TopBrain soon.Please feel free to leave an issue or let us know if you have further feedback or questions.
Further Readings¶
- Yang, Kaiyuan, et al. "Benchmarking the cow with the topcow challenge: Topology-aware anatomical segmentation of the circle of willis for cta and mra." ArXiv (2025).
- Shit, Suprosanna, et al. "clDice-a novel topology-preserving loss function for tubular structure segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2021.
Last updated on
August 2, 2025