Ask Your Question
0

Optimal Dataset Scale & Optimal Image Scale metric

asked 2018-07-31 20:26:15 -0600

Nbb gravatar image

updated 2018-07-31 20:28:34 -0600

For anyone who has worked on image segmentation, can you please explain to me what these 2 metrics mean ? I am still quite unsure of how they are computed. I cannot find a paper that specifically mentions what they are.

From Contours to Regions: An Empirical Evaluation https://vision.ics.uci.edu/papers/Arb...

Currently this is how I think the ODS, OIS scores are generated (not specific to that paper). Can someone please confirm ?

  1. Run edge detector on image, getting an edge map
  2. Given the ground truth, get the precision-recall scores with recall from 0 to max
  3. Get the F scores for each precision-recall score
  4. Optimal dataset scale is the threshold at which the F score is maxed across the dataset
  5. Optimal image scale is the threshold at which the F score is maxed across each image
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-10-28 03:33:53 -0600

Given an edge probability map, a threshold is needed to produce the edge image. There are two choices to set this threshold. The first one is referred as optimal dataset scale (ODS) which employs a fixed threshold for all images in the dataset. And the second is called optimal image scale (OIS) which selects an optimal threshold for each image

from Richer Convolutional Features for Edge Detection/CVPR/2017

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-07-31 20:26:15 -0600

Seen: 2,170 times

Last updated: Jul 31 '18