Submitted by thanderrine t3_zntz2d in MachineLearning
vwings t1_j0l4gq9 wrote
Reply to comment by madhatter09 in [D] Is softmax a good choice for confidence? by thanderrine
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...
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.
madhatter09 t1_j0lyen2 wrote
Great point with conformal prediction! Would love a link too!
vwings t1_j0mewdd wrote
This is the link to the NeurIPS2022 invited talk: https://neurips.cc/virtual/2022/invited-talk/55872 (don't know if it's accessible without registration)
Here is almost the same talk: https://www.youtube.com/watch?v=dmZBxW7oY1o
Viewing a single comment thread. View all comments