Combinatorial Optimization with Policy Adaptation Using Latent Space Search
Abstract
Combinatorial Optimization underpins many real-world applications and yet, designing performant algorithms to solve these complex, typically NP-hard, problems remains a significant research challenge. Reinforcement Learning (RL) provides a versatile framework for designing heuristics across a broad spectrum of problem domains. However, despite notable progress, RL has not yet supplanted industrial solvers as the go-to solution. Current approaches emphasize pre-training heuristics that construct solutions, but often rely on search procedures with limited variance, such as stochastically sampling numerous solutions from a single policy, or employing computationally expensive fine-tuning of the policy on individual problem instances. Building on the intuition that performant search at inference time should be anticipated during pre-training, we propose COMPASS, a novel RL approach that parameterizes a distribution of diverse and specialized policies conditioned on a continuous latent space. We evaluate COMPASS across three canonical problems - Travelling Salesman, Capacitated Vehicle Routing, and Job-Shop Scheduling - and demonstrate that our search strategy (i) outperforms state-of-the-art approaches in 9 out of 11 standard benchmarking tasks and (ii) generalizes better, surpassing all other approaches on a set of 18 procedurally transformed instance distributions.
Cite
Text
Chalumeau et al. "Combinatorial Optimization with Policy Adaptation Using Latent Space Search." Neural Information Processing Systems, 2023.Markdown
[Chalumeau et al. "Combinatorial Optimization with Policy Adaptation Using Latent Space Search." Neural Information Processing Systems, 2023.](https://mlanthology.org/neurips/2023/chalumeau2023neurips-combinatorial/)BibTeX
@inproceedings{chalumeau2023neurips-combinatorial,
title = {{Combinatorial Optimization with Policy Adaptation Using Latent Space Search}},
author = {Chalumeau, Felix and Surana, Shikha and Bonnet, Clément and Grinsztajn, Nathan and Pretorius, Arnu and Laterre, Alexandre and Barrett, Tom},
booktitle = {Neural Information Processing Systems},
year = {2023},
url = {https://mlanthology.org/neurips/2023/chalumeau2023neurips-combinatorial/}
}