Combinatorial Bayesian Optimization with Random Mapping Functions to Convex Polytopes
Jungtaek Kim, Seungjin Choi, Minsu Cho

TL;DR
This paper introduces a novel Bayesian optimization method that uses random mappings to embed large combinatorial spaces into convex polytopes, enabling efficient optimization of discrete and categorical variables.
Contribution
The paper proposes a new combinatorial Bayesian optimization approach leveraging random mappings to convex polytopes, addressing scalability issues in large combinatorial spaces.
Findings
Demonstrates effective optimization in large combinatorial spaces
Shows competitive performance compared to existing methods
Provides regret analysis for the proposed algorithm
Abstract
Bayesian optimization is a popular method for solving the problem of global optimization of an expensive-to-evaluate black-box function. It relies on a probabilistic surrogate model of the objective function, upon which an acquisition function is built to determine where next to evaluate the objective function. In general, Bayesian optimization with Gaussian process regression operates on a continuous space. When input variables are categorical or discrete, an extra care is needed. A common approach is to use one-hot encoded or Boolean representation for categorical variables which might yield a combinatorial explosion problem. In this paper we present a method for Bayesian optimization in a combinatorial space, which can operate well in a large combinatorial space. The main idea is to use a random mapping which embeds the combinatorial space into a convex polytope in a continuous…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Advanced Multi-Objective Optimization Algorithms · Gaussian Processes and Bayesian Inference
MethodsGaussian Process
