Zum Hauptinhalt springen

Showing 1–23 of 23 results for author: Nomura, M

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

    math.OC cs.NE

    CMA-ES for Discrete and Mixed-Variable Optimization on Sets of Points

    Authors: Kento Uchida, Ryoki Hamano, Masahiro Nomura, Shota Saito, Shinichi Shirakawa

    Abstract: Discrete and mixed-variable optimization problems have appeared in several real-world applications. Most of the research on mixed-variable optimization considers a mixture of integer and continuous variables, and several integer handlings have been developed to inherit the optimization performance of the continuous optimization methods to mixed-integer optimization. In some applications, acceptabl… ▽ More

    Submitted 23 August, 2024; originally announced August 2024.

    Comments: This paper has been accepted for presentation at PPSN2024

  2. arXiv:2408.11202  [pdf, other

    stat.ML cs.AI cs.LG

    Effective Off-Policy Evaluation and Learning in Contextual Combinatorial Bandits

    Authors: Tatsuhiro Shimizu, Koichi Tanaka, Ren Kishimoto, Haruka Kiyohara, Masahiro Nomura, Yuta Saito

    Abstract: We explore off-policy evaluation and learning (OPE/L) in contextual combinatorial bandits (CCB), where a policy selects a subset in the action space. For example, it might choose a set of furniture pieces (a bed and a drawer) from available items (bed, drawer, chair, etc.) for interior design sales. This setting is widespread in fields such as recommender systems and healthcare, yet OPE/L of CCB r… ▽ More

    Submitted 20 August, 2024; originally announced August 2024.

    Comments: accepted at RecSys2024

  3. arXiv:2406.16506  [pdf, other

    cs.NE

    Natural Gradient Interpretation of Rank-One Update in CMA-ES

    Authors: Ryoki Hamano, Shinichi Shirakawa, Masahiro Nomura

    Abstract: The covariance matrix adaptation evolution strategy (CMA-ES) is a stochastic search algorithm using a multivariate normal distribution for continuous black-box optimization. In addition to strong empirical results, part of the CMA-ES can be described by a stochastic natural gradient method and can be derived from information geometric optimization (IGO) framework. However, there are some component… ▽ More

    Submitted 9 August, 2024; v1 submitted 24 June, 2024; originally announced June 2024.

    Comments: This paper has been accepted for presentation at PPSN2024. Updated experimental results and related sentences in Sections 6 and 7

  4. arXiv:2405.10534  [pdf, other

    cs.NE

    CMA-ES for Safe Optimization

    Authors: Kento Uchida, Ryoki Hamano, Masahiro Nomura, Shota Saito, Shinichi Shirakawa

    Abstract: In several real-world applications in medical and control engineering, there are unsafe solutions whose evaluations involve inherent risk. This optimization setting is known as safe optimization and formulated as a specialized type of constrained optimization problem with constraints for safety functions. Safe optimization requires performing efficient optimization without evaluating unsafe soluti… ▽ More

    Submitted 17 May, 2024; originally announced May 2024.

    Comments: This paper has been accepted as a full paper at GECCO2024

  5. CatCMA : Stochastic Optimization for Mixed-Category Problems

    Authors: Ryoki Hamano, Shota Saito, Masahiro Nomura, Kento Uchida, Shinichi Shirakawa

    Abstract: Black-box optimization problems often require simultaneously optimizing different types of variables, such as continuous, integer, and categorical variables. Unlike integer variables, categorical variables do not necessarily have a meaningful order, and the discretization approach of continuous variables does not work well. Although several Bayesian optimization methods can deal with mixed-categor… ▽ More

    Submitted 7 August, 2024; v1 submitted 16 May, 2024; originally announced May 2024.

    Comments: This paper has been accepted for presentation at GECCO2024. We have modified the equations in Table 1

  6. arXiv:2404.15084  [pdf, other

    cs.LG

    Hyperparameter Optimization Can Even be Harmful in Off-Policy Learning and How to Deal with It

    Authors: Yuta Saito, Masahiro Nomura

    Abstract: There has been a growing interest in off-policy evaluation in the literature such as recommender systems and personalized medicine. We have so far seen significant progress in developing estimators aimed at accurately estimating the effectiveness of counterfactual policies based on biased logged data. However, there are many cases where those estimators are used not only to evaluate the value of d… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

    Comments: IJCAI'24

  7. Off-Policy Evaluation of Slate Bandit Policies via Optimizing Abstraction

    Authors: Haruka Kiyohara, Masahiro Nomura, Yuta Saito

    Abstract: We study off-policy evaluation (OPE) in the problem of slate contextual bandits where a policy selects multi-dimensional actions known as slates. This problem is widespread in recommender systems, search engines, marketing, to medical applications, however, the typical Inverse Propensity Scoring (IPS) estimator suffers from substantial variance due to large action spaces, making effective OPE a si… ▽ More

    Submitted 17 February, 2024; v1 submitted 3 February, 2024; originally announced February 2024.

    Comments: WWW2024

  8. arXiv:2402.01373  [pdf, other

    cs.NE cs.MS

    cmaes : A Simple yet Practical Python Library for CMA-ES

    Authors: Masahiro Nomura, Masashi Shibata

    Abstract: The covariance matrix adaptation evolution strategy (CMA-ES) has been highly effective in black-box continuous optimization, as demonstrated by its success in both benchmark problems and various real-world applications. To address the need for an accessible yet potent tool in this domain, we developed cmaes, a simple and practical Python library for CMA-ES. cmaes is characterized by its simplicity… ▽ More

    Submitted 2 February, 2024; originally announced February 2024.

  9. arXiv:2401.15876  [pdf, other

    cs.NE math.OC

    CMA-ES with Learning Rate Adaptation

    Authors: Masahiro Nomura, Youhei Akimoto, Isao Ono

    Abstract: The covariance matrix adaptation evolution strategy (CMA-ES) is one of the most successful methods for solving continuous black-box optimization problems. A practically useful aspect of the CMA-ES is that it can be used without hyperparameter tuning. However, the hyperparameter settings still have a considerable impact on performance, especially for difficult tasks, such as solving multimodal or n… ▽ More

    Submitted 28 January, 2024; originally announced January 2024.

    Comments: Under review for ACM TELO

  10. arXiv:2305.00849  [pdf, other

    cs.NE

    (1+1)-CMA-ES with Margin for Discrete and Mixed-Integer Problems

    Authors: Yohei Watanabe, Kento Uchida, Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

    Abstract: The covariance matrix adaptation evolution strategy (CMA-ES) is an efficient continuous black-box optimization method. The CMA-ES possesses many attractive features, including invariance properties and a well-tuned default hyperparameter setting. Moreover, several components to specialize the CMA-ES have been proposed, such as noise handling and constraint handling. To utilize these advantages in… ▽ More

    Submitted 1 May, 2023; originally announced May 2023.

  11. CMA-ES with Learning Rate Adaptation: Can CMA-ES with Default Population Size Solve Multimodal and Noisy Problems?

    Authors: Masahiro Nomura, Youhei Akimoto, Isao Ono

    Abstract: The covariance matrix adaptation evolution strategy (CMA-ES) is one of the most successful methods for solving black-box continuous optimization problems. One practically useful aspect of the CMA-ES is that it can be used without hyperparameter tuning. However, the hyperparameter settings still have a considerable impact, especially for difficult tasks such as solving multimodal or noisy problems.… ▽ More

    Submitted 14 September, 2023; v1 submitted 7 April, 2023; originally announced April 2023.

    Comments: Nominated for the best paper of GECCO'23 ENUM Track. We have corrected the error of Eq.(7)

  12. arXiv:2302.01513  [pdf, other

    cs.LG

    Towards Practical Preferential Bayesian Optimization with Skew Gaussian Processes

    Authors: Shion Takeno, Masahiro Nomura, Masayuki Karasuyama

    Abstract: 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 is a computationally intractable skew GP. The most widely used approach for preferential BO is Gaussi… ▽ More

    Submitted 11 June, 2023; v1 submitted 2 February, 2023; originally announced February 2023.

    Comments: 25 pages, 9 figures, Accepted to ICML2023

  13. arXiv:2212.09260  [pdf, other

    cs.NE math.OC

    Marginal Probability-Based Integer Handling for CMA-ES Tackling Single-and Multi-Objective Mixed-Integer Black-Box Optimization

    Authors: Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

    Abstract: This study targets the mixed-integer black-box optimization (MI-BBO) problem where continuous and integer variables should be optimized simultaneously. The CMA-ES, our focus in this study, is a population-based stochastic search method that samples solution candidates from a multivariate Gaussian distribution (MGD), which shows excellent performance in continuous BBO. The parameters of MGD, mean a… ▽ More

    Submitted 11 January, 2024; v1 submitted 19 December, 2022; originally announced December 2022.

    Comments: Camera-ready version for ACM Transactions on Evolutionary Learning and Optimization (TELO). This paper is an extended version of the work presented in arXiv:2205.13482

  14. CMA-ES with Margin: Lower-Bounding Marginal Probability for Mixed-Integer Black-Box Optimization

    Authors: Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

    Abstract: This study targets the mixed-integer black-box optimization (MI-BBO) problem where continuous and integer variables should be optimized simultaneously. The CMA-ES, our focus in this study, is a population-based stochastic search method that samples solution candidates from a multivariate Gaussian distribution (MGD), which shows excellent performance in continuous BBO. The parameters of MGD, mean a… ▽ More

    Submitted 12 January, 2023; v1 submitted 26 May, 2022; originally announced May 2022.

    Comments: Nominated for the best paper of GECCO'22 ENUM Track. We have corrected the error of Algorithm 1 in the Appendix. In addition, an extended version is published at arXiv:2212.09260 that describes support for the multi-objective MI-BBO

  15. arXiv:2201.11422  [pdf, other

    cs.NE cs.LG stat.ML

    Fast Moving Natural Evolution Strategy for High-Dimensional Problems

    Authors: Masahiro Nomura, Isao Ono

    Abstract: In this work, we propose a new variant of natural evolution strategies (NES) for high-dimensional black-box optimization problems. The proposed method, CR-FM-NES, extends a recently proposed state-of-the-art NES, Fast Moving Natural Evolution Strategy (FM-NES), in order to be applicable in high-dimensional problems. CR-FM-NES builds on an idea using a restricted representation of a covariance matr… ▽ More

    Submitted 8 May, 2022; v1 submitted 27 January, 2022; originally announced January 2022.

    Comments: Accepted for CEC 2022

  16. arXiv:2201.04469  [pdf, other

    stat.ML cs.LG econ.EM math.ST

    Optimal Best Arm Identification in Two-Armed Bandits with a Fixed Budget under a Small Gap

    Authors: Masahiro Kato, Kaito Ariu, Masaaki Imaizumi, Masahiro Nomura, Chao Qin

    Abstract: We consider fixed-budget best-arm identification in two-armed Gaussian bandit problems. One of the longstanding open questions is the existence of an optimal strategy under which the probability of misidentification matches a lower bound. We show that a strategy following the Neyman allocation rule (Neyman, 1934) is asymptotically optimal when the gap between the expected rewards is small. First,… ▽ More

    Submitted 28 December, 2022; v1 submitted 12 January, 2022; originally announced January 2022.

  17. arXiv:2112.10680  [pdf, other

    cs.NE cs.LG math.OC

    Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies

    Authors: Masahiro Nomura, Isao Ono

    Abstract: Natural Evolution Strategies (NES) is a promising framework for black-box continuous optimization problems. NES optimizes the parameters of a probability distribution based on the estimated natural gradient, and one of the key parameters affecting the performance is the learning rate. We argue that from the viewpoint of the natural gradient method, the learning rate should be determined according… ▽ More

    Submitted 4 February, 2022; v1 submitted 22 November, 2021; originally announced December 2021.

    Comments: accepted at EvoApplications2022

  18. arXiv:2108.09455  [pdf, other

    cs.NE

    Natural Evolution Strategy for Unconstrained and Implicitly Constrained Problems with Ridge Structure

    Authors: Masahiro Nomura, Isao Ono

    Abstract: In this paper, we propose a new natural evolution strategy for unconstrained black-box function optimization (BBFO) problems and implicitly constrained BBFO problems. BBFO problems are known to be difficult because explicit representations of objective functions are not available. Implicit constraints make the problems more difficult because whether or not a solution is feasible is revealed when t… ▽ More

    Submitted 16 October, 2021; v1 submitted 21 August, 2021; originally announced August 2021.

    Comments: accepted at IEEE Symposium Series on Computational Intelligence (IEEE SSCI 2021)

  19. arXiv:2012.06932  [pdf, other

    cs.LG

    Warm Starting CMA-ES for Hyperparameter Optimization

    Authors: Masahiro Nomura, Shuhei Watanabe, Youhei Akimoto, Yoshihiko Ozaki, Masaki Onishi

    Abstract: Hyperparameter optimization (HPO), formulated as black-box optimization (BBO), is recognized as essential for automation and high performance of machine learning approaches. The CMA-ES is a promising BBO approach with a high degree of parallelism, and has been applied to HPO tasks, often under parallel implementation, and shown superior performance to other approaches including Bayesian optimizati… ▽ More

    Submitted 12 December, 2020; originally announced December 2020.

    Comments: accepted at AAAI2021

  20. arXiv:2006.13600  [pdf, other

    stat.ML cs.LG

    Simple and Scalable Parallelized Bayesian Optimization

    Authors: Masahiro Nomura

    Abstract: In recent years, leveraging parallel and distributed computational resources has become essential to solve problems of high computational cost. Bayesian optimization (BO) has shown attractive results in those expensive-to-evaluate problems such as hyperparameter optimization of machine learning algorithms. While many parallel BO methods have been developed to search efficiently utilizing these com… ▽ More

    Submitted 24 June, 2020; originally announced June 2020.

    Comments: accepted to the NewInML forum (co-located with NeurIPS 2019)

  21. Efficient Hyperparameter Optimization under Multi-Source Covariate Shift

    Authors: Masahiro Nomura, Yuta Saito

    Abstract: A typical assumption in supervised machine learning is that the train (source) and test (target) datasets follow completely the same distribution. This assumption is, however, often violated in uncertain real-world applications, which motivates the study of learning under covariate shift. In this setting, the naive use of adaptive hyperparameter optimization methods such as Bayesian optimization d… ▽ More

    Submitted 16 August, 2021; v1 submitted 18 June, 2020; originally announced June 2020.

    Comments: equal contribution

  22. arXiv:1911.07790  [pdf, ps, other

    stat.ML cs.LG

    A Simple Heuristic for Bayesian Optimization with A Low Budget

    Authors: Masahiro Nomura, Kenshi Abe

    Abstract: The aim of black-box optimization is to optimize an objective function within the constraints of a given evaluation budget. In this problem, it is generally assumed that the computational cost for evaluating a point is large; thus, it is important to search efficiently with as low budget as possible. Bayesian optimization is an efficient method for black-box optimization and provides exploration-e… ▽ More

    Submitted 30 November, 2019; v1 submitted 18 November, 2019; originally announced November 2019.

  23. arXiv:1910.07295  [pdf, other

    stat.ML cs.IR cs.LG

    Towards Resolving Propensity Contradiction in Offline Recommender Learning

    Authors: Yuta Saito, Masahiro Nomura

    Abstract: We study offline recommender learning from explicit rating feedback in the presence of selection bias. A current promising solution for the bias is the inverse propensity score (IPS) estimation. However, the performance of existing propensity-based methods can suffer significantly from the propensity estimation bias. In fact, most of the previous IPS-based methods require some amount of missing-co… ▽ More

    Submitted 20 April, 2022; v1 submitted 16 October, 2019; originally announced October 2019.

    Comments: IJCAI2022