Skip to main content

Showing 1–20 of 20 results for author: Moss, H

Searching in archive cs. Search in all archives.
.
  1. arXiv:2302.11533  [pdf, other

    cs.LG

    MONGOOSE: Path-wise Smooth Bayesian Optimisation via Meta-learning

    Authors: Adam X. Yang, Laurence Aitchison, Henry B. Moss

    Abstract: In Bayesian optimisation, we often seek to minimise the black-box objective functions that arise in real-world physical systems. A primary contributor to the cost of evaluating such black-box objective functions is often the effort required to prepare the system for measurement. We consider a common scenario where preparation costs grow as the distance between successive evaluations increases. In… ▽ More

    Submitted 2 July, 2024; v1 submitted 22 February, 2023; originally announced February 2023.

  2. arXiv:2302.08436  [pdf, other

    stat.ML cs.LG

    Trieste: Efficiently Exploring The Depths of Black-box Functions with TensorFlow

    Authors: Victor Picheny, Joel Berkeley, Henry B. Moss, Hrvoje Stojic, Uri Granta, Sebastian W. Ober, Artem Artemev, Khurram Ghani, Alexander Goodall, Andrei Paleyes, Sattar Vakili, Sergio Pascual-Diaz, Stratis Markou, Jixiang Qing, Nasrulloh R. B. S Loka, Ivo Couckuyt

    Abstract: We present Trieste, an open-source Python package for Bayesian optimization and active learning benefiting from the scalability and efficiency of TensorFlow. Our library enables the plug-and-play of popular TensorFlow-based models within sequential decision-making loops, e.g. Gaussian processes from GPflow or GPflux, or neural networks from Keras. This modular mindset is central to the package and… ▽ More

    Submitted 16 February, 2023; originally announced February 2023.

  3. arXiv:2301.10123  [pdf, other

    cs.LG stat.ML

    Inducing Point Allocation for Sparse Gaussian Processes in High-Throughput Bayesian Optimisation

    Authors: Henry B. Moss, Sebastian W. Ober, Victor Picheny

    Abstract: Sparse Gaussian Processes are a key component of high-throughput Bayesian Optimisation (BO) loops; however, we show that existing methods for allocating their inducing points severely hamper optimisation performance. By exploiting the quality-diversity decomposition of Determinantal Point Processes, we propose the first inducing point allocation strategy designed specifically for use in BO. Unlike… ▽ More

    Submitted 23 February, 2023; v1 submitted 24 January, 2023; originally announced January 2023.

  4. arXiv:2212.04450  [pdf, other

    physics.chem-ph cond-mat.mtrl-sci cs.LG

    GAUCHE: A Library for Gaussian Processes in Chemistry

    Authors: Ryan-Rhys Griffiths, Leo Klarner, Henry B. Moss, Aditya Ravuri, Sang Truong, Samuel Stanton, Gary Tom, Bojana Rankovic, Yuanqi Du, Arian Jamasb, Aryan Deshwal, Julius Schwartz, Austin Tripp, Gregory Kell, Simon Frieder, Anthony Bourached, Alex Chan, Jacob Moss, Chengzhi Guo, Johannes Durholt, Saudamini Chaurasia, Felix Strieth-Kalthoff, Alpha A. Lee, Bingqing Cheng, Alán Aspuru-Guzik , et al. (2 additional authors not shown)

    Abstract: We introduce GAUCHE, a library for GAUssian processes in CHEmistry. Gaussian processes have long been a cornerstone of probabilistic machine learning, affording particular advantages for uncertainty quantification and Bayesian optimisation. Extending Gaussian processes to chemical representations, however, is nontrivial, necessitating kernels defined over structured inputs such as graphs, strings… ▽ More

    Submitted 21 February, 2023; v1 submitted 6 December, 2022; originally announced December 2022.

  5. arXiv:2211.01053  [pdf, other

    cs.LG stat.ML

    Fantasizing with Dual GPs in Bayesian Optimization and Active Learning

    Authors: Paul E. Chang, Prakhar Verma, ST John, Victor Picheny, Henry Moss, Arno Solin

    Abstract: Gaussian processes (GPs) are the main surrogate functions used for sequential modelling such as Bayesian Optimization and Active Learning. Their drawbacks are poor scaling with data and the need to run an optimization loop when using a non-Gaussian likelihood. In this paper, we focus on `fantasizing' batch acquisition functions that need the ability to condition on new fantasized data computationa… ▽ More

    Submitted 2 November, 2022; originally announced November 2022.

    Comments: In the 2022 NeurIPS Workshop on Gaussian Processes, Spatiotemporal Modeling, and Decision-making Systems

  6. arXiv:2206.13326  [pdf, other

    cs.LG

    A penalisation method for batch multi-objective Bayesian optimisation with application in heat exchanger design

    Authors: Andrei Paleyes, Henry B. Moss, Victor Picheny, Piotr Zulawski, Felix Newman

    Abstract: We present HIghly Parallelisable Pareto Optimisation (HIPPO) -- a batch acquisition function that enables multi-objective Bayesian optimisation methods to efficiently exploit parallel processing resources. Multi-Objective Bayesian Optimisation (MOBO) is a very efficient tool for tackling expensive black-box problems. However, most MOBO algorithms are designed as purely sequential strategies, and e… ▽ More

    Submitted 27 June, 2022; originally announced June 2022.

    Comments: ICML 2022 Workshop on Adaptive Experimental Design and Active Learning in the Real World

  7. arXiv:2206.02437  [pdf, other

    cs.LG stat.ML

    Information-theoretic Inducing Point Placement for High-throughput Bayesian Optimisation

    Authors: Henry B. Moss, Sebastian W. Ober, Victor Picheny

    Abstract: Sparse Gaussian Processes are a key component of high-throughput Bayesian optimisation (BO) loops -- an increasingly common setting where evaluation budgets are large and highly parallelised. By using representative subsets of the available data to build approximate posteriors, sparse models dramatically reduce the computational costs of surrogate modelling by relying on a small set of pseudo-obse… ▽ More

    Submitted 13 July, 2022; v1 submitted 6 June, 2022; originally announced June 2022.

  8. arXiv:2204.05411  [pdf, other

    cs.LG math.OC

    $\{\text{PF}\}^2$ES: Parallel Feasible Pareto Frontier Entropy Search for Multi-Objective Bayesian Optimization

    Authors: Jixiang Qing, Henry B. Moss, Tom Dhaene, Ivo Couckuyt

    Abstract: We present Parallel Feasible Pareto Frontier Entropy Search ($\{\text{PF}\}^2$ES) -- a novel information-theoretic acquisition function for multi-objective Bayesian optimization supporting unknown constraints and batch query. Due to the complexity of characterizing the mutual information between candidate evaluations and (feasible) Pareto frontiers, existing approaches must either employ crude app… ▽ More

    Submitted 21 February, 2023; v1 submitted 11 April, 2022; originally announced April 2022.

  9. arXiv:2102.03324  [pdf, other

    cs.LG stat.ML

    GIBBON: General-purpose Information-Based Bayesian OptimisatioN

    Authors: Henry B. Moss, David S. Leslie, Javier Gonzalez, Paul Rayson

    Abstract: This paper describes a general-purpose extension of max-value entropy search, a popular approach for Bayesian Optimisation (BO). A novel approximation is proposed for the information gain -- an information-theoretic quantity central to solving a range of BO problems, including noisy, multi-fidelity and batch optimisations across both continuous and highly-structured discrete spaces. Previously, th… ▽ More

    Submitted 26 October, 2021; v1 submitted 5 February, 2021; originally announced February 2021.

    Journal ref: Journal of Machine Learning Research 2021

  10. arXiv:2010.01118  [pdf, other

    cs.LG stat.ML

    Gaussian Process Molecule Property Prediction with FlowMO

    Authors: Henry B. Moss, Ryan-Rhys Griffiths

    Abstract: We present FlowMO: an open-source Python library for molecular property prediction with Gaussian Processes. Built upon GPflow and RDKit, FlowMO enables the user to make predictions with well-calibrated uncertainty estimates, an output central to active learning and molecular design applications. Gaussian Processes are particularly attractive for modelling small molecular datasets, a characteristic… ▽ More

    Submitted 14 October, 2020; v1 submitted 2 October, 2020; originally announced October 2020.

  11. arXiv:2010.00979  [pdf, other

    cs.LG cs.AI stat.ML

    BOSS: Bayesian Optimization over String Spaces

    Authors: Henry B. Moss, Daniel Beck, Javier Gonzalez, David S. Leslie, Paul Rayson

    Abstract: This article develops a Bayesian optimization (BO) method which acts directly over raw strings, proposing the first uses of string kernels and genetic algorithms within BO loops. Recent applications of BO over strings have been hindered by the need to map inputs into a smooth and unconstrained latent space. Learning this projection is computationally and data-intensive. Our approach instead builds… ▽ More

    Submitted 2 October, 2020; originally announced October 2020.

  12. arXiv:2008.03226   

    physics.chem-ph cs.LG stat.ML

    Data-Driven Discovery of Molecular Photoswitches with Multioutput Gaussian Processes

    Authors: Ryan-Rhys Griffiths, Jake L. Greenfield, Aditya R. Thawani, Arian R. Jamasb, Henry B. Moss, Anthony Bourached, Penelope Jones, William McCorkindale, Alexander A. Aldrick, Matthew J. Fuchter Alpha A. Lee

    Abstract: Photoswitchable molecules display two or more isomeric forms that may be accessed using light. Separating the electronic absorption bands of these isomers is key to selectively addressing a specific isomer and achieving high photostationary states whilst overall red-shifting the absorption bands serves to limit material damage due to UV-exposure and increases penetration depth in photopharmacologi… ▽ More

    Submitted 7 August, 2022; v1 submitted 28 June, 2020; originally announced August 2020.

    Comments: Authors still in discussion about authorship ordering

  13. arXiv:2007.00939  [pdf, other

    cs.LG stat.ML

    BOSH: Bayesian Optimization by Sampling Hierarchically

    Authors: Henry B. Moss, David S. Leslie, Paul Rayson

    Abstract: Deployments of Bayesian Optimization (BO) for functions with stochastic evaluations, such as parameter tuning via cross validation and simulation optimization, typically optimize an average of a fixed set of noisy realizations of the objective function. However, disregarding the true objective function in this manner finds a high-precision optimum of the wrong function. To solve this problem, we p… ▽ More

    Submitted 2 July, 2020; originally announced July 2020.

  14. arXiv:2006.12093  [pdf, other

    cs.LG stat.ML

    MUMBO: MUlti-task Max-value Bayesian Optimization

    Authors: Henry B. Moss, David S. Leslie, Paul Rayson

    Abstract: We propose MUMBO, the first high-performing yet computationally efficient acquisition function for multi-task Bayesian optimization. Here, the challenge is to perform efficient optimization by evaluating low-cost functions somehow related to our true target function. This is a broad class of problems including the popular task of multi-fidelity optimization. However, while information-theoretic ac… ▽ More

    Submitted 22 June, 2020; originally announced June 2020.

  15. arXiv:2006.05356  [pdf, other

    stat.ML cs.LG

    Scalable Thompson Sampling using Sparse Gaussian Process Models

    Authors: Sattar Vakili, Henry Moss, Artem Artemev, Vincent Dutordoir, Victor Picheny

    Abstract: Thompson Sampling (TS) from Gaussian Process (GP) models is a powerful tool for the optimization of black-box functions. Although TS enjoys strong theoretical guarantees and convincing empirical performance, it incurs a large computational overhead that scales polynomially with the optimization budget. Recently, scalable TS methods based on sparse GP models have been proposed to increase the scope… ▽ More

    Submitted 5 November, 2021; v1 submitted 9 June, 2020; originally announced June 2020.

  16. arXiv:2002.01953  [pdf, other

    eess.AS cs.LG cs.SD stat.ML

    BOFFIN TTS: Few-Shot Speaker Adaptation by Bayesian Optimization

    Authors: Henry B. Moss, Vatsal Aggarwal, Nishant Prateek, Javier González, Roberto Barra-Chicote

    Abstract: We present BOFFIN TTS (Bayesian Optimization For FIne-tuning Neural Text To Speech), a novel approach for few-shot speaker adaptation. Here, the task is to fine-tune a pre-trained TTS model to mimic a new speaker using a small corpus of target utterances. We demonstrate that there does not exist a one-size-fits-all adaptation strategy, with convincing synthesis requiring a corpus-specific configur… ▽ More

    Submitted 4 February, 2020; originally announced February 2020.

  17. arXiv:2001.04833  [pdf, other

    stat.ML cs.LG

    Bayesian Quantile and Expectile Optimisation

    Authors: Victor Picheny, Henry Moss, Léonard Torossian, Nicolas Durrande

    Abstract: Bayesian optimisation (BO) is widely used to optimise stochastic black box functions. While most BO approaches focus on optimising conditional expectations, many applications require risk-averse strategies and alternative criteria accounting for the distribution tails need to be considered. In this paper, we propose new variational models for Bayesian quantile and expectile regression that are wel… ▽ More

    Submitted 7 July, 2022; v1 submitted 12 January, 2020; originally announced January 2020.

  18. arXiv:1906.12230  [pdf, other

    cs.LG cs.CL stat.ML

    FIESTA: Fast IdEntification of State-of-The-Art models using adaptive bandit algorithms

    Authors: Henry B. Moss, Andrew Moore, David S. Leslie, Paul Rayson

    Abstract: We present FIESTA, a model selection approach that significantly reduces the computational resources required to reliably identify state-of-the-art performance from large collections of candidate models. Despite being known to produce unreliable comparisons, it is still common practice to compare model evaluations based on single choices of random seeds. We show that reliable model selection also… ▽ More

    Submitted 28 June, 2019; originally announced June 2019.

    Comments: ACL 2019. Code available at: https://github.com/apmoore1/fiesta

  19. arXiv:1806.07139  [pdf, other

    cs.CL stat.ML

    Using J-K fold Cross Validation to Reduce Variance When Tuning NLP Models

    Authors: Henry B. Moss, David S. Leslie, Paul Rayson

    Abstract: K-fold cross validation (CV) is a popular method for estimating the true performance of machine learning models, allowing model selection and parameter tuning. However, the very process of CV requires random partitioning of the data and so our performance estimates are in fact stochastic, with variability that can be substantial for natural language processing tasks. We demonstrate that these unst… ▽ More

    Submitted 19 June, 2018; originally announced June 2018.

    Comments: COLING 2018. Code available at: https://github.com/henrymoss/COLING2018

  20. Automatic Detection of Blue-White Veil and Related Structures in Dermoscopy Images

    Authors: M. Emre Celebi, Hitoshi Iyatomi, William V. Stoecker, Randy H. Moss, Harold S. Rabinovitz, Giuseppe Argenziano, H. Peter Soyer

    Abstract: Dermoscopy is a non-invasive skin imaging technique, which permits visualization of features of pigmented melanocytic neoplasms that are not discernable by examination with the naked eye. One of the most important features for the diagnosis of melanoma in dermoscopy images is the blue-white veil (irregular, structureless areas of confluent blue pigmentation with an overlying white "ground-glass"… ▽ More

    Submitted 6 September, 2010; originally announced September 2010.

    ACM Class: I.4.7; I.4.9

    Journal ref: Computerized Medical Imaging and Graphics 32 (2008) 670-677