How to measure accuracy of image segmentation algorithm?

放肆的年华 提交于 2019-12-14 00:06:19

问题


I want to know the possible measures that can be used to measure the accuracy of my image segmentation algorithm

I know the following methods:

  • sensitivity
  • specificity
  • Dice index
  • Jaccard index

But I am working with large data set that needs to be tested, So I think measuring accuracy with each pixel value will not be very suitable. So, I am looking for other more convenient measures.

P.S: I have ground truth data


回答1:


The question of "accuracy" in image segmentation is ill-defined, resulting in a number of possible metrics that will not necessarily agree with each other (e.g. segmentation A may be better than segmentation B for one metric and the reverse may be true for a different metric).

As a starting point, this paper discusses 20 different possible image segmentation metrics which could act as a starting point for your request of "possible measures that can be used". Which metric you use will be dependent on what you're segmenting and how you intend to use that segmentation.



来源:https://stackoverflow.com/questions/46828083/how-to-measure-accuracy-of-image-segmentation-algorithm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!