calculation of average ROC in IMageNet paper?

The IMageNEt paper Image Net. presents the Average ROC curve for the 16 classes in the imagenet data, visit image figure. 8 in the paper. what is the known function to compute this ROC plot. As ROC plot is for a binary classification problem. Is this average ROC plot made in the picture average of ROC's for all the 16 categories. Any Help would be appreciated.

Topic image-recognition image-classification machine-learning

Category Data Science


I would guess it is using the one vs all approach. You measure the auc of the ROC on each class adding the probabilities of all other classes to create the other class. Then you average among classes the obtained areas under the curve.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.