Viewing a single comment thread. View all comments

vwings t1_j0l4gq9 wrote

Great question and comment! In think the first statement here is that usually the CNNs are overconfident.

One thing that the original post is looking for is calibration of the classifier on a calibration set. On the calibration set, the softmax values can be re-adjusted to be close to probabilities. This is essentially what Conformal Prediction and Platt Scaling do.

I strongly recommend this year's talk on Conformal Prediction which provides insights into these problems. Will try to find the link...

1

Extra_Intro_Version t1_j0ldo9z wrote

I have a classification model that uses conformal prediction. This has been helpful in working towards building out a high confidence dataset.

2