Zeszyty Naukowe Warszawskiej Wyższej Szkoły Informatyki (Aug 2022)

CUDA accelerated Medical Segmentation metrics with MedEval3D

  • Jakub Mitura,
  • Beata E. Chrapko

DOI
https://doi.org/10.26348/znwwsi.26.7
Journal volume & issue
Vol. 16, no. 26
pp. 7 – 19

Abstract

Read online

Medical segmentation metrics are crucial for development of correct segmentation algorithms in medical imaging domain. In case of three dimensional large arrays representing studies like CT, PET/CT or MRI of critical importance is availability of library implementing high performance metrics. MedEval3D is created in order to fulfill this need thanks to implementation of CUDA acceleration. Most of implemented metrics like Dice coefficient, Jacard coefficient etc. are based on confusion matrix, what enable effective reuse of calculations across multiple metrics improving performance in such use case. Additionally algorithms like interclass correlation and Mahalanobis distance are also introduced. In both cases their implementations are significantly faster then their counterparts from other available libraries. Lastly programming interface to all of the metrics was created in Julia programming language.