pixel accuracy, mean accuracy, mean I/U, f.w. I/U

2,819 views
Skip to first unread message

Jeremy Rutman

unread,
May 18, 2016, 6:45:11 AM5/18/16
to Caffe Users
I am looking for the meaning of these terms - pixel accuracy, mean accuracy, mean I/U, f.w. I/U in semantic segmentation.
I imagine that
pixel accuracy = Ncorrectly_classified / N
mean I
/U = Sum(intersection/union for class i)/ n_classes

but the others elude me

Evan Shelhamer

unread,
May 24, 2016, 2:35:06 PM5/24/16
to Jeremy Rutman, Caffe Users
For a summary of the metrics see https://arxiv.org/abs/1605.06211, section 5. In essence, the intersection-over-union metrics (like mean IU) are preferred since they control for the total number of pixels for a class. Accuracy can be misleading; for example the majority of pixels might be background so that a method predicting all background will still have seemingly good performance. As a ratio IU is less susceptible to this.

Evan Shelhamer





--
You received this message because you are subscribed to the Google Groups "Caffe Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to caffe-users...@googlegroups.com.
To post to this group, send email to caffe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/caffe-users/1b3bc3a1-0af1-42e9-8fe4-ffc3a91156c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages