paper-with-me

Papers

CatCMA : Stochastic Optimization for Mixed-Category Problems

2024-05-16 · Ryoki Hamano, Shota Saito, Masahiro Nomura, Kento Uchida, Shinichi Shirakawa

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-category black-box optimization (MC-BBO), they suffer from a lack of scalability to high-dimensional problems and internal computational cost. This paper proposes CatCMA, a stochastic optimization method for MC-BBO problems, which employs the joint probability distribution of multivariate Gaussian and categorical distributions as the search distribution. CatCMA updates the parameters of the joint probability distribution in the natural gradient direction. CatCMA also incorporates the acceleration techniques used in the covariance matrix adaptation evolution strategy (CMA-ES) and the stochastic natural gradient method, such as step-size adaptation and learning rate adaptation. In addition, we restrict the ranges of the categorical distribution parameters by margin to prevent premature convergence and analytically derive a promising margin setting. Numerical experiments show that the performance of CatCMA is superior and more robust to problem dimensions compared to state-of-the-art Bayesian optimization algorithms.

📄 PDF Abstract BibTeX arXiv:2405.09962

Code (1)

CyberAgentAILab/cmaes 공식 구현 jax

Tasks

Bayesian OptimizationStochastic Optimization

Similar Papers 제목 키워드 기반

CatCMA with Margin: Stochastic Optimization for Continuous, Integer, and Categorical Variables

2025-04-10 · Ryoki Hamano, Masahiro Nomura, Shota Saito, Kento Uchida 외

This study focuses on mixed-variable black-box optimization (MV-BBO), addressing continuous, integer, and categorical variables. Many real-world MV-BBO problems involve dependencies among these different types of variabl…

Bayesian OptimizationStochastic Optimization

Challenges of Interaction in Optimizing Mixed Categorical-Continuous Variables

2025-04-01 · Youhei Akimoto, Xilin Gao, Ze Kai Ng, Daiki Morinaga

Optimization of mixed categorical-continuous variables is prevalent in real-world applications of black-box optimization. Recently, CatCMA has been proposed as a method for optimizing such variables and has demonstrated …

Stochastic Cutting Planes for Data-Driven Optimization

2021-03-03 · Dimitris Bertsimas, Michael Lingzhi Li

We introduce a stochastic version of the cutting-plane method for a large class of data-driven Mixed-Integer Nonlinear Optimization (MINLO) problems. We show that under very weak assumptions the stochastic algorithm is a…

PI-VEGAN: Physics Informed Variational Embedding Generative Adversarial Networks for Stochastic Differential Equations

2023-07-21 · Ruisong Gao, Yufeng Wang, Min Yang, Chuanjun Chen

We present a new category of physics-informed neural networks called physics informed variational embedding generative adversarial network (PI-VEGAN), that effectively tackles the forward, inverse, and mixed problems of …

Generative Adversarial Network

Model-based feature selection for neural networks: A mixed-integer programming approach

2023-02-20 · Shudian Zhao, Calvin Tsay, Jan Kronqvist

In this work, we develop a novel input feature selection framework for ReLU-based deep neural networks (DNNs), which builds upon a mixed-integer optimization approach. While the method is generally applicable to various …

Classificationfeature selectionimage-classificationImage Classification