Cross-Entropy Method Variants for Optimization
Robert J. Moss

TL;DR
This paper introduces novel variants of the cross-entropy method that incorporate surrogate models and Gaussian mixture models to improve optimization efficiency and avoid local minima, especially for expensive and complex objective functions.
Contribution
The paper proposes integrating Gaussian process surrogates and Gaussian mixture models into the CE-method to enhance exploration and reduce local minima trapping.
Findings
Surrogate models decrease local minima convergence.
Evaluation scheduling improves optimization efficiency.
Gaussian mixture models promote exploration.
Abstract
The cross-entropy (CE) method is a popular stochastic method for optimization due to its simplicity and effectiveness. Designed for rare-event simulations where the probability of a target event occurring is relatively small, the CE-method relies on enough objective function calls to accurately estimate the optimal parameters of the underlying distribution. Certain objective functions may be computationally expensive to evaluate, and the CE-method could potentially get stuck in local minima. This is compounded with the need to have an initial covariance wide enough to cover the design space of interest. We introduce novel variants of the CE-method to address these concerns. To mitigate expensive function calls, during optimization we use every sample to build a surrogate model to approximate the objective function. The surrogate model augments the belief of the objective function with…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Statistical Methods and Bayesian Inference · Simulation Techniques and Applications
MethodsGaussian Process
