Learning Mixture-of-Experts for General-Purpose Black-Box Discrete Optimization
Shengcai Liu, Zhiyuan Wang, Yew-Soon Ong, Xin Yao, Ke Tang

TL;DR
MEGO is a data-driven, mixture-of-experts neural optimizer that generalizes across various discrete optimization problems, outperforming existing methods in quality and efficiency, and offers insights into problem similarity.
Contribution
Introduces MEGO, a novel mixture-of-experts neural optimizer trained via learning-to-optimize, capable of solving diverse discrete problems with high efficiency and quality.
Findings
MEGO outperforms traditional general-purpose optimizers in multiple problem classes.
MEGO surpasses some specialized state-of-the-art optimizers.
Provides a new problem similarity measure for classification.
Abstract
Real-world applications involve various discrete optimization problems. Designing a specialized optimizer for each of these problems is challenging, typically requiring significant domain knowledge and human efforts. Hence, developing general-purpose optimizers as an off-the-shelf tool for a wide range of problems has been a long-standing research target. This article introduces MEGO, a novel general-purpose neural optimizer trained through a fully data-driven learning-to-optimize (L2O) approach. MEGO consists of a mixture-of-experts trained on experiences from solving training problems and can be viewed as a foundation model for optimization problems with binary decision variables. When presented with a problem to solve, MEGO actively selects relevant expert models to generate high-quality solutions. MEGO can be used as a standalone sample-efficient optimizer or in conjunction 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
TopicsFace and Expression Recognition · Machine Learning and Algorithms · Metaheuristic Optimization Algorithms Research
