Coder Social home page Coder Social logo

gpcnn's Introduction

GPCNN

Use Gaussian processes (GPs) to add uncertainty to convolutional neural networks (CNNs). GPCNN uses pretrained CNNs as feature extractors to train a GP classifier. The uncertainty in the CNN predictions is determined using the variance associated with the prediction made by the GP classifier, as opposed to use the outputs of the CNN to determine the uncertainty directly.

Setup

NOTE This implementation is not compatible with the latest version of GPyTorch.

Create a virtual environment, for example using Anaconda:

conda create -n gpcnn python=3.6

Activate the virtual environment:

conda activate gpcnn

Install the requirements:

pip install -r requirements.txt

Experiments

For all experiments, the hyperparameters can be adjusted in the settings.yaml file associated with each model in the models/ directory.

MNIST

Running

First train the CNN directly:

python main.py -e mnist -m mnist

Thereafter, train the GP classifier using the pretrained MNIST model as a feature extractor:

python main.py -e mnist_gpcnn -m gpcnn -g mnist

Results can be generated using the following command:

python main.py -e mnist_gpcnn -m gpcnn -g mnist --evaluate

Results

The following are examples of the distributions of the standard deviations associated with each class, when making correct and incorrect predictions:

The following are examples of the variance associated with the probability of a prediction being correct for a specific class:

noisy-MNIST

TODO

CIFAR10

TODO

gpcnn's People

Contributors

devin-taylor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.