Information-Theoretic Transfer Learning Framework for Bayesian Optimisation

Abstract

Transfer learning in Bayesian optimisation is a popular way to alleviate “cold start” issue. However, most of the existing transfer learning algorithms use overall function space similarity, not a more aligned similarity measure for Bayesian optimisation based on the location of the optima. That makes these algorithms fragile to noisy perturbations, and even simple scaling of function values. In this paper, we propose a robust transfer learning based approach that transfer knowledge of the optima using a consistent probabilistic framework. From the finite samples for both source and target, a distribution on the optima is computed and then divergence between these distributions are used to compute similarities. Based on the similarities a mixture distribution is constructed, which is then used to build a new information-theoretic acquisition function in a manner similar to Predictive Entropy Search (PES). The proposed approach also offers desirable “no bias” transfer learning in the limit. Experiments on both synthetic functions and a set of hyperparameter tuning tests clearly demonstrate the effectiveness of our approach compared to the existing transfer learning methods. Code related to this paper is available at: https://github.com/AnilRamachandran/ITTLBO.git and Data related to this paper is available at: https://doi.org/10.7910/DVN/LRNLZV .

Cite

Text

Ramachandran et al. "Information-Theoretic Transfer Learning Framework for Bayesian Optimisation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10928-8_49

Markdown

[Ramachandran et al. "Information-Theoretic Transfer Learning Framework for Bayesian Optimisation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/ramachandran2018ecmlpkdd-informationtheoretic/) doi:10.1007/978-3-030-10928-8_49

BibTeX

@inproceedings{ramachandran2018ecmlpkdd-informationtheoretic,
  title     = {{Information-Theoretic Transfer Learning Framework for Bayesian Optimisation}},
  author    = {Ramachandran, Anil and Gupta, Sunil and Rana, Santu and Venkatesh, Svetha},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2018},
  pages     = {827-842},
  doi       = {10.1007/978-3-030-10928-8_49},
  url       = {https://mlanthology.org/ecmlpkdd/2018/ramachandran2018ecmlpkdd-informationtheoretic/}
}