← Search

Masayuki Karasuyama

13 accepted papers

2024

Multi-Objective Bayesian Optimization with Active Preference Learning

AAAI 2024technical

There are a lot of real-world black-box optimization problems that need to optimize multiple criteria simultaneously. However, in a multi-objective optimization (MOO) problem, identifying the whole Pareto front requires the prohibitive search cost, while in many practical scenarios, the decision mak…

Cited by 4SourcePDFScholar
2024

Posterior Sampling-Based Bayesian Optimization with Tighter Bayesian Regret Bounds

ICML 2024poster

Among various acquisition functions (AFs) in Bayesian optimization (BO), Gaussian process upper confidence bound (GP-UCB) and Thompson sampling (TS) are well-known options with established theoretical properties regarding Bayesian cumulative regret (BCR). Recently, it has been shown that a randomize…

Cited by 5SourcePDFScholar
2023

A stopping criterion for Bayesian optimization by the gap of expected minimum simple regrets

AISTATS 2023poster

Bayesian optimization (BO) improves the efficiency of black-box optimization; however, the associated computational cost and power consumption remain dominant in the application of machine learning methods. This paper proposes a method of determining the stopping time in BO. The proposed criterion i…

Cited by 16SourcePDFScholar
2023

Randomized Gaussian Process Upper Confidence Bound with Tighter Bayesian Regret Bounds

ICML 2023poster

Gaussian process upper confidence bound (GP-UCB) is a theoretically promising approach for black-box optimization; however, the confidence parameter $\beta$ is considerably large in the theorem and chosen heuristically in practice. Then, randomized GP-UCB (RGP-UCB) uses a randomized confidence param…

Cited by 16SourcePDFScholar
2023

Towards Practical Preferential Bayesian Optimization with Skew Gaussian Processes

ICML 2023poster

We study preferential Bayesian optimization (BO) where reliable feedback is limited to pairwise comparison called duels. An important challenge in preferential BO, which uses the preferential Gaussian process (GP) model to represent flexible preference structure, is that the posterior distribution i…

2022

Bayesian Optimization for Distributionally Robust Chance-constrained Problem

ICML 2022spotlight

In black-box function optimization, we need to consider not only controllable design variables but also uncontrollable stochastic environment variables. In such cases, it is necessary to solve the optimization problem by taking into account the uncertainty of the environmental variables. Chance-cons…

Cited by 14SourcePDFScholar
2022

Sequential and Parallel Constrained Max-value Entropy Search via Information Lower Bound

ICML 2022spotlight

Max-value entropy search (MES) is one of the state-of-the-art approaches in Bayesian optimization (BO). In this paper, we propose a novel variant of MES for constrained problems, called Constrained MES via Information lower BOund (CMES-IBO), that is based on a Monte Carlo (MC) estimator of a lower b…

2020

Multi-fidelity Bayesian Optimization with Max-value Entropy Search and its Parallelization

ICML 2020poster

In a standard setting of Bayesian optimization (BO), the objective function evaluation is assumed to be highly expensive. Multi-fidelity Bayesian optimization (MFBO) accelerates BO by incorporating lower fidelity observations available with a lower sampling cost. We propose a novel information-theor…

Cited by 150SourcePDFScholar
2020

Multi-objective Bayesian Optimization using Pareto-frontier Entropy

ICML 2020poster

This paper studies an entropy-based multi-objective Bayesian optimization (MBO). Existing entropy-based MBO methods need complicated approximations to evaluate entropy or employ over-simplification that ignores trade-off among objectives. We propose a novel entropy-based MBO called Pareto-frontier e…

Cited by 96SourcePDFScholar
2016

Simultaneous Safe Screening of Features and Samples in Doubly Sparse Modeling

ICML 2016poster

The problem of learning a sparse model is conceptually interpreted as the process of identifying active features/samples and then optimizing the model over them. Recently introduced safe screening allows us to identify a part of non-active features/samples. So far, safe screening has been individual…

2015

Regularization Path of Cross-Validation Error Lower Bounds

NeurIPS 2015poster

Careful tuning of a regularization parameter is indispensable in many machine learning tasks because it has a significant impact on generalization performances.Nevertheless, current practice of regularization parameter tuning is more of an art than a science, e.g., it is hard to tell how many grid-p…