SelectiveNet: A Deep Neural Network with an Integrated Reject Option
Yonatan Geifman, Ran El-Yaniv
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/geifmany/SelectiveNetOfficialIn papernone★ 0
- github.com/BorealisAI/towards-better-sel-clspytorch★ 8
- github.com/ssatsuki/label-selection-layerpytorch★ 2
- github.com/gatheluck/pytorch-selectivenetpytorch★ 0
- github.com/ravi0912/selectiveNetNLPnone★ 0
Abstract
We consider the problem of selective prediction (also known as reject option) in deep neural networks, and introduce SelectiveNet, a deep neural architecture with an integrated reject option. Existing rejection mechanisms are based mostly on a threshold over the prediction confidence of a pre-trained network. In contrast, SelectiveNet is trained to optimize both classification (or regression) and rejection simultaneously, end-to-end. The result is a deep neural network that is optimized over the covered domain. In our experiments, we show a consistently improved risk-coverage trade-off over several well-known classification and regression datasets, thus reaching new state-of-the-art results for deep selective classification.