← Search

Binxin Ru

14 accepted papers

2023

Bayesian Optimisation of Functions on Graphs

NeurIPS 2023poster

The increasing availability of graph-structured data motivates the task of optimising over functions defined on the node set of graphs. Traditional graph search algorithms can be applied in this case, but they may be sample-inefficient and do not make use of information about the function values; on…

Cited by 5SourcePDFScholar
2023

Construction of Hierarchical Neural Architecture Search Spaces based on Context-free Grammars

NeurIPS 2023poster

The discovery of neural architectures from simple building blocks is a long-standing goal of Neural Architecture Search (NAS). Hierarchical search spaces are a promising step towards this goal but lack a unifying search space design framework and typically only search over some limited aspect of arc…

2023

Dynamic Ensemble of Low-Fidelity Experts: Mitigating NAS “Cold-Start”

AAAI 2023technical

Predictor-based Neural Architecture Search (NAS) employs an architecture performance predictor to improve the sample efficiency. However, predictor-based NAS suffers from the severe ``cold-start'' problem, since a large amount of architecture-performance data is required to get a working predictor.…

2022

Learning to Identify Top Elo Ratings: A Dueling Bandits Approach

AAAI 2022technical

The Elo rating system is widely adopted to evaluate the skills of (chess) game and sports players. Recently it has been also integrated into machine learning algorithms in evaluating the performance of computerised AI agents. However, an accurate estimation of the Elo rating (for the top players) of…

2022

On Redundancy and Diversity in Cell-based Neural Architecture Search

ICLR 2022poster

Searching for the architecture cells is a dominant paradigm in NAS. However, little attention has been devoted to the analysis of the cell-based search spaces even though it is highly important for the continual development of NAS. In this work, we conduct an empirical post-hoc analysis of architec…

2021

Adversarial Attacks on Graph Classifiers via Bayesian Optimisation

NeurIPS 2021poster

Graph neural networks, a popular class of models effective in a wide range of graph-based learning tasks, have been shown to be vulnerable to adversarial attacks. While the majority of the literature focuses on such vulnerability in node-level classification tasks, little effort has been dedicated t…

2021

How Powerful are Performance Predictors in Neural Architecture Search?

NeurIPS 2021poster

Early methods in the rapidly developing field of neural architecture search (NAS) required fully training thousands of neural networks. To reduce this extreme computational cost, dozens of techniques have since been proposed to predict the final performance of neural architectures. Despite the succe…

2021

Interpretable Neural Architecture Search via Bayesian Optimisation with Weisfeiler-Lehman Kernels

ICLR 2021poster

Current neural architecture search (NAS) strategies focus only on finding a single, good, architecture. They offer little insight into why a specific network is performing well, or how we should modify the architecture if we want further improvements. We propose a Bayesian optimisation (BO) approach…

Cited by 140SourcePDFScholar
2021

Speedy Performance Estimation for Neural Architecture Search

NeurIPS 2021spotlight

Reliable yet efficient evaluation of generalisation performance of a proposed architecture is crucial to the success of neural architecture search (NAS). Traditional approaches face a variety of limitations: training each architecture to completion is prohibitively expensive, early stopped validatio…

2021

Think Global and Act Local: Bayesian Optimisation over High-Dimensional Categorical and Mixed Search Spaces

ICML 2021spotlight

High-dimensional black-box optimisation remains an important yet notoriously challenging problem. Despite the success of Bayesian optimisation methods on continuous domains, domains that are categorical, or that mix continuous and categorical variables, remain challenging. We propose a novel solutio…

2020

Bayesian Optimisation over Multiple Continuous and Categorical Inputs

ICML 2020poster

Efficient optimisation of black-box problems that comprise both continuous and categorical inputs is important, yet poses significant challenges. Current approaches, like one-hot encoding, severely increase the dimension of the search space, while separate modelling of category-specific data is samp…

2019

Asynchronous Batch Bayesian Optimisation with Improved Local Penalisation

ICML 2019oral

Batch Bayesian optimisation (BO) has been successfully applied to hyperparameter tuning using parallel computing, but it is wasteful of resources: workers that complete jobs ahead of others are left idle. We address this problem by developing an approach, Penalising Locally for Asynchronous Bayesian…

2018

Fast Information-theoretic Bayesian Optimisation

ICML 2018oral

Information-theoretic Bayesian optimisation techniques have demonstrated state-of-the-art performance in tackling important global optimisation problems. However, current information-theoretic approaches require many approximations in implementation, introduce often-prohibitive computational overhea…