Task-Agnostic Amortized Inference of Gaussian Process Hyperparameters (AHGP)
Project description
Task-Agnostic Amortized Inference of Gaussian Process Hyperparameters (AHGP)
This repository contains code and pretrained-models for the task-agnostic amortized inference of GP hyperparameters (AHGP) proposed in our NeurIPS 2020 paper. AHGP is a method that allows light-weight amortized inference of GP hyperparameters through a pre-trained neural model.
The repository also includes a pip installable package that includes the essential components for using AHGP for GP hyperparameters inference. The hope is to make it easier for you to use AHGP with a simple function call.
If you find this repository helpful, please cite our NeurIPS paper:
@incollection{liu2020ahgp,
title={Task-Agnostic Amortized Inference of Gaussian Process Hyperparameters},
author={Liu, Sulin and Sun, Xingyuan and Ramadge, Peter J. and Adams, Ryan P.},
booktitle={Advances in Neural Information Processing Systems},
year={2020}
}
Package installation and usage
Installation
The essential components of AHGP are packaged in model/
and you can install this via PyPI:
pip install amor-hyp-gp
Requirement
amor-hyp-gp
has the following dependencies:
python >= 3.6
pytorch >= 1.3.0
tensorboardX
easydict
PyYAML
Usage
Usage examples are included in examples/
. ahgp_gp_inference_example.py
contains an example of full GP inference, which uses amortized GP hyperparameter inference and full GP prediction implemented in PyTorch
.
ahgp_gp_inference_example.py
contains an example that outputs the GP hyperprameters (means and variances of the Gaussian mixtures for modeling the spectral density).
Code for training and running the models
Generating synthetic data for training
An example of generating synthetic training data from GP priors with stationary kernels is provided in get_data_gp.py
.
Running experiments described in the AHGP paper
To run the experiments, you will need the following extra dependencies:
GPy
emukit
The UCI regression benchmark datasets are stored in data/regression_datasets
. The Bayesian optimization functions are implemented in utils/bo_function.py
. The Bayesian quadrature functions are imported from the emukit
package.
Training model
To train a neural model for amortized inference, you can run:
python run_exp.py -c config/train.yaml
In config/train.yaml
, you can define the configurations for the neural model and training hyperparameters.
Regression experiments
To run the experiments on regression benchmarks with the pretrained neural model, run:
python run_exp.py -c config/regression.yaml -t
In config/regression.yaml
, you can define the configurations of the pretrained model and the regression experiment.
Bayesian optimization experiments
To run the Bayesian optimization experiments with the pretrained neural model, run:
python run_exp_bo.py -c config/bo.yaml
In config/bo.yaml
, you can define the configurations of the pretrained model and the BO experiment.
Bayesian quadrature experiments
To run the Bayesian quadrature experiments with the pretrained neural model, run:
python run_exp_bq.py -c config/bq.yaml
In config/bq.yaml
, you can define the configurations of the pretrained model and the BQ experiment.
Authors:
Please reach out to us with any questions!
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 amor-hyp-gp-0.1.1.tar.gz
.
File metadata
- Download URL: amor-hyp-gp-0.1.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904db4e2a5d7e5f2ad418b6e6490bba73db9323c4c6d4b806f48c6168c8e1660 |
|
MD5 | 25e04565e5fece75fffb9b77f1c0b792 |
|
BLAKE2b-256 | 5606128622b52e26d392e8bd0b8bfc6018f386009714d8dd99248c8f6e9dafee |
File details
Details for the file amor_hyp_gp-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: amor_hyp_gp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09b11d4c8cebbc211cc5b999c3f5d22b7d02a36150460bf11606f208860a6328 |
|
MD5 | 74e0b3944f571e11fbfb61310004b44e |
|
BLAKE2b-256 | 5a2414e733eb9d52c1877266f0dfc417b32bb7972b940b700b5cc56de46ce101 |