Selective Prediction#
The selective prediction module enables models to abstain from predictions when uncertain, providing risk-coverage tradeoffs.
Methods#
|
Classical confidence-thresholding à la Chow (1957). |
|
Self-Adaptive Training for better calibration and selective prediction. |
|
Add an extra abstain logit and train with the gambler's loss: |
|
Implementation of SelectiveNet (Geifman & El-Yaniv, 2019). The model outputs: * h(x): class logits * g(x): selection probability. |
Metrics#
|
Area under the Risk-Coverage curve. |