Osprey icon indicating copy to clipboard operation
Osprey copied to clipboard

How to evaluate the Open-Vocabulary Segmentation results in Table 2?

Open Glupayy opened this issue 1 year ago • 5 comments
trafficstars

Hi,

Thank you for sharing your impressive work!

I got confused about Table 2: How are the open vocabulary segmentation metrics calculated? Also, could you please explain how Osprey outputs the mask to calculate these metrics?

Thanks for your help!

Glupayy avatar Jan 05 '24 07:01 Glupayy

Hi, @Glupapa For open-vocabulary segmentation, all approaches employ ground truth boxes/masks as input to assess regional recognition capability. We leverage the semantic similarity as the matching measurement to calculate these metrics. We will release the codes for performance evaluation. Actually, the current version of Osprey lacks the capability to generate output masks.

CircleRadon avatar Jan 05 '24 07:01 CircleRadon

Thanks for your prompt response! I noticed that the metrics used on Cityscapes and ADE20K-150 in Table2 are PQ, AP and mIoU, so I'm curious about how to calculate these metrics if Osprey may not output a mask. Could you please shed some light on this? Thank you once again for your assistance.

Glupayy avatar Jan 05 '24 08:01 Glupayy

@Glupapa The groundtruth masks are used in calculating these metrics.

CircleRadon avatar Jan 05 '24 09:01 CircleRadon

Hi @CircleRadon! I'm having the same question as @Glupayy. How can we calculate the PQ, AP, and mIoU values since Osprey cannot output masks? My guess is that for each sample, the PQ, AP, and mIoU can either be 1 (when the predicted label is correct) or 0 (when the predicted label is wrong), and these 'binary' scores are averaged across all samples to obtain the values in Table2. I was wondering whether this is correct. Thanks!

yeliudev avatar Nov 05 '24 09:11 yeliudev

Hi @CircleRadon! I'm having the same question as @Glupayy. How can we calculate the PQ, AP, and mIoU values since Osprey cannot output masks? My guess is that for each sample, the PQ, AP, and mIoU can either be 1 (when the predicted label is correct) or 0 (when the predicted label is wrong), and these 'binary' scores are averaged across all samples to obtain the values in Table2. I was wondering whether this is correct. Thanks!

If this is the case, could you please share more insights about why leveraging such metrics rather than simply computing accuracies? Thanks!

yeliudev avatar Nov 05 '24 09:11 yeliudev