paper-with-me

Papers

Combinatorial Bayesian Optimization using the Graph Cartesian Product

2019-02-01 · NeurIPS 2019 12 · Changyong Oh, Jakub M. Tomczak, Efstratios Gavves, Max Welling

This paper focuses on Bayesian Optimization (BO) for objectives on combinatorial search spaces, including ordinal and categorical variables. Despite the abundance of potential applications of Combinatorial BO, including chipset configuration search and neural architecture search, only a handful of methods have been proposed. We introduce COMBO, a new Gaussian Process (GP) BO. COMBO quantifies "smoothness" of functions on combinatorial search spaces by utilizing a combinatorial graph. The vertex set of the combinatorial graph consists of all possible joint assignments of the variables, while edges are constructed using the graph Cartesian product of the sub-graphs that represent the individual variables. On this combinatorial graph, we propose an ARD diffusion kernel with which the GP is able to model high-order interactions between variables leading to better performance. Moreover, using the Horseshoe prior for the scale parameter in the ARD diffusion kernel results in an effective variable selection procedure, making COMBO suitable for high dimensional problems. Computationally, in COMBO the graph Cartesian product allows the Graph Fourier Transform calculation to scale linearly instead of exponentially. We validate COMBO in a wide array of realistic benchmarks, including weighted maximum satisfiability problems and neural architecture search. COMBO outperforms consistently the latest state-of-the-art while maintaining computational and statistical efficiency.

📄 PDF Abstract BibTeX arXiv:1902.00448

Code (1)

QUVA-Lab/COMBO 공식 구현 pytorch

Tasks

Bayesian OptimizationNeural Architecture SearchVariable Selection

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

MRF Optimization with Separable Convex Prior on Partially Ordered Labels

2018-09-01 · ECCV 2018 9 · Csaba Domokos, Frank R. Schmidt, Daniel Cremers

Solving a multi-labeling problem with a convex penalty can be achieved in polynomial time if the label set is totally ordered. In this paper we propose a generalization to partially ordered sets. To this end, we assume t…

Combinatorial OptimizationOptical Flow Estimation

Product Graph Learning from Multi-domain Data with Sparsity and Rank Constraints

2020-12-15 · Sai Kiran Kadambari, Sundeep Prabhakar Chepuri

In this paper, we focus on learning product graphs from multi-domain data. We assume that the product graph is formed by the Cartesian product of two smaller graphs, which we refer to as graph factors. We pose the produc…

ClusteringGraph ClusteringGraph Learning

Learning Cartesian Product Graphs with Laplacian Constraints

2024-02-12 · Changhao Shi, Gal Mishne

Graph Laplacian learning, also known as network topology inference, is a problem of great interest to multiple communities. In Gaussian graphical models (GM), graph learning amounts to endowing covariance selection with …

Graph LearningImputationMissing Values

Recovering the Structural Observability of Composite Networks via Cartesian Product

2020-01-14

Observability is a fundamental concept in system inference and estimation. This paper is focused on structural observability analysis of Cartesian product networks. Cartesian product networks emerge in variety of applica…

Mercer Features for Efficient Combinatorial Bayesian Optimization

2020-12-14 · Aryan Deshwal, Syrine Belakaria, Janardhan Rao Doppa

Bayesian optimization (BO) is an efficient framework for solving black-box optimization problems with expensive function evaluations. This paper addresses the BO problem setting for combinatorial spaces (e.g., sequences …

Bayesian OptimizationThompson Sampling