CreINNs: Credal-Set Interval Neural Networks for Uncertainty Estimation in Classification Tasks
Kaizheng Wang, Keivan Shariatmadar, Shireen Kudukkil Manchingal, Fabio Cuzzolin, David Moens, Hans Hallez
TL;DR
CreINNs address the challenge of uncertainty estimation in classification by representing model uncertainty as intervals over weights and deriving probability-interval predictions that form a credal set. The method introduces Interval SoftMax to produce valid class-probability intervals, a backward-compatible training objective using intersection probabilities, Interval Batch Normalization for deep networks, and an ensemble strategy to bolster calibration. Empirical results on standard multiclass and binary tasks, as well as interval-input cases, show CreINNs provide competitive or superior uncertainty quantification compared to variational BNNs and deep ensembles, while reducing inference cost relative to sampling-based Bayesian methods. The work extends uncertainty quantification to interval data and demonstrates practical impact for safer, more reliable classification in real-world settings.
Abstract
Effective uncertainty estimation is becoming increasingly attractive for enhancing the reliability of neural networks. This work presents a novel approach, termed Credal-Set Interval Neural Networks (CreINNs), for classification. CreINNs retain the fundamental structure of traditional Interval Neural Networks, capturing weight uncertainty through deterministic intervals. CreINNs are designed to predict an upper and a lower probability bound for each class, rather than a single probability value. The probability intervals can define a credal set, facilitating estimating different types of uncertainties associated with predictions. Experiments on standard multiclass and binary classification tasks demonstrate that the proposed CreINNs can achieve superior or comparable quality of uncertainty estimation compared to variational Bayesian Neural Networks (BNNs) and Deep Ensembles. Furthermore, CreINNs significantly reduce the computational complexity of variational BNNs during inference. Moreover, the effective uncertainty quantification of CreINNs is also verified when the input data are intervals.
