Skip to content

Synthetic Model Combination: An Instance-wise Approach to Unsupervised Ensemble Learning (NeurIPS 2022) by Alex J. Chan and Mihaela van der Schaar.

License

Notifications You must be signed in to change notification settings

vanderschaarlab/synthetic-model-combination

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alex J. Chan and Mihaela van der Schaar

Advances in Neural Information Processing Systems (NeurIPS) 2022

License: MIT Code style: black

Last Updated: 10 Oct. 2022

Code Author: Alex J. Chan (ajc340@cam.ac.uk)

This repo is pip installable - clone it, optionally create a virtual env, and install it:

git clone https://github.com/XanderJC/synthetic-model-combination.git

cd synthetic-model-combination

pip install -e .

Reproducing experimental demonstration

All RNG seeds are set in scripts and pretrained models provided so they should produce exact results.

Requirements to run experiments can be found in 'requirements/requirements.txt', using Python 3.8.8.

Regression Example

Running the following Jupyter notebooks go through the synthetic regression example from scratch:

MNIST

To produce Figure 5, run:

python smc/experiments/MNIST_pred_results.py

Which uses results generated from:

  • python smc/experiments/mnist_prediction.py

This script loads results and pretrained models for both the ensemble members and the SMC representation which can themselves be trained with the following scripts respectively:

  • python smc/experiments/mnist_model_training.py
  • python smc/experiments/mnist_rep_learn.py

Vancomycin

To produce Table 2, run:

python smc/experiments/vanc_pred.py

Which will print results to the console but also save to 'vanc_results.csv'.

Citing

If you use this software please cite as follows:

@inproceedings{chan2022synthetic,
    title={Synthetic Model Combination: An Instance-wise Approach to Unsupervised Ensemble Learning},
    author={Alex James Chan and Mihaela van der Schaar},
    booktitle={Advances in Neural Information Processing Systems},
    year={2022},
    url={https://openreview.net/forum?id=RgWjps_LdkJ}
}

About

Synthetic Model Combination: An Instance-wise Approach to Unsupervised Ensemble Learning (NeurIPS 2022) by Alex J. Chan and Mihaela van der Schaar.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.8%
  • Python 7.2%