IBM Uncertainty Quantification 360
Project description
UQ360
The Uncertainty Quantification 360 (UQ360) toolkit is an open-source Python package that provides a diverse set of algorithms to quantify uncertainty, as well as capabilities to measure and improve UQ to streamline the development process. We provide a taxonomy and guidance for choosing these capabilities based on the user's needs. Further, UQ360 makes the communication method of UQ an integral part of development choices in an AI lifecycle. Developers can make a user-centered choice by following the psychology-based guidance on communicating UQ estimates, from concise descriptions to detailed visualizations.
The UQ360 interactive experience provides a gentle introduction to the concepts and capabilities by walking through an example use case. The tutorials and example notebooks offer a deeper, data scientist-oriented introduction. The complete API is also available.
We have developed the package with extensibility in mind. This library is still in development. We encourage the contribution of your uncertianty estimation algorithms, metrics and applications. To get started as a contributor, please join the #uq360 channel of the AIF360 Community on Slack by requesting an invitation here.
Supported Uncertainty Evaluation Metrics
The toolbox provides several standard calibration metrics for classification and regression tasks. This includes Expected Calibration Error (Naeini et al., 2015), Brier Score (Murphy, 1973), etc for classification models. Regression metrics include Prediction Interval Coverage Probability (PICP) and Mean Prediction Interval Width (MPIW) among others. The toolbox also provides a novel operation-point agnostic approaches for the assessment of prediction uncertainty estimates called the Uncertainty Characteristic Curve (UCC). Several metrics and diagnosis tools such as reliability diagram (Niculescu-Mizil & Caruana, 2005) and risk-vs-rejection rate curves are provides which also support analysis by sub-groups in the population to study fairness implications of acting on given uncertainty estimates.
Supported Uncertainty Estimation Algorithms
UQ algorithms can be broadly classified as intrinsic or extrinsic depending on how the uncertainties are obtained from the AI models. Intrinsic methods encompass models that inherently provides an uncertainty estimate along with its predictions. The toolkit includes algorithms such as variational Bayesian neural networks (BNNs) (Graves, 2011), Gaussian processes (Rasmussen and Williams,2006), quantile regression (Koenker and Bassett, 1978) and hetero/homo-scedastic neuralnetworks (Kendall and Gal, 2017) which are models that fall in this category The toolkit also includes Horseshoe BNNs (Ghosh et al., 2019) that use sparsity promoting priors and can lead to better-calibrated uncertainties, especially in the small data regime. An Infinitesimal Jackknife (IJ) based algorithm (Ghosh et al., 2020)), provided in the toolkit, is a perturbation-based approach that perform uncertainty quantification by estimating model parameters under different perturbations of the original data. Crucially, here the estimation only requires the model to be trained once on the unperturbed dataset. For models that do not have an inherent notion of uncertainty built into them, extrinsic methods are employed to extract uncertainties post-hoc. The toolkit provides meta-models (Chen et al., 2019)that can be been used to successfully generate reliable confidence measures (in classification), prediction intervals (in regression), and to predict performance metrics such as accuracy on unseen and unlabeled data. For pre-trained models that captures uncertainties to some degree, the toolbox provides extrinsic algorithms that can improve the uncertainty estimation quality. This includes isotonic regression (Zadrozny and Elkan, 2001), Platt-scaling (Platt, 1999), auxiliary interval predictors (Thiagarajan et al., 2020), and UCC-Recalibration.
Setup
Supported Configurations:
OS | Python version |
---|---|
macOS | 3.7 |
Ubuntu | 3.7 |
Windows | 3.7 |
(Optional) Create a virtual environment
A virtual environment manager is strongly recommended to ensure dependencies may be installed safely. If you have trouble installing the toolkit, try this first.
Conda
Conda is recommended for all configurations though Virtualenv is generally interchangeable for our purposes. Miniconda is sufficient (see the difference between Anaconda and Miniconda if you are curious) and can be installed from here if you do not already have it.
Then, to create a new Python 3.7 environment, run:
conda create --name uq360 python=3.7
conda activate uq360
The shell should now look like (uq360) $
. To deactivate the environment, run:
(uq360)$ conda deactivate
The prompt will return back to $
or (base)$
.
Note: Older versions of conda may use source activate uq360
and source deactivate
(activate uq360
and deactivate
on Windows).
Installation
Clone the latest version of this repository:
(uq360)$ git clone https://github.ibm.com/UQ360/UQ360
If you'd like to run the examples and tutorial notebooks, download the datasets now and place them in their respective folders as described in uq360/datasets/data/README.md.
Then, navigate to the root directory of the project which contains setup.py
file and run:
(uq360)$ pip install -e .
Using UQ360
The examples
directory contains a diverse collection of jupyter notebooks that use UQ360 in various ways. Both examples and tutorial notebooks illustrate working code using the toolkit. Tutorials provide additional discussion that walks the user through the various steps of the notebook. See the details about tutorials and examples here.
Acknowledgements
UQ360 is built with the help of several open source packages. All of these are listed in setup.py and some of these include:
- scikit-learn https://scikit-learn.org/stable/about.html
- Pytorch https://github.com/pytorch/pytorch
- Botorch https://github.com/pytorch/botorch
License Information
Please view both the LICENSE file present in the root directory for license information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file uq360-0.1.tar.gz
.
File metadata
- Download URL: uq360-0.1.tar.gz
- Upload date:
- Size: 57.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e7148e7a7ca1fb326b9d27e09f055c5c90d185cc7897a9b528d4e4d25fd63ad |
|
MD5 | d7682245cffb9433421e857212d8d481 |
|
BLAKE2b-256 | 225e178dc9de1bae9a36649e487721850bc45fbeff535c96995c254248634479 |
File details
Details for the file uq360-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: uq360-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 82.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08d82a774647f3c8a3c7589b4a97002ad419ef3dbcecc140e1c8f22caf67eb15 |
|
MD5 | 47e7a29ee55691df729ca4524c5ff1bd |
|
BLAKE2b-256 | beb92bddbccb490fc78984a522774991169ad8c1223576fde5e9320cd0a82fa2 |