ROOCJul 9, 2021

Learning structured approximations of combinatorial optimization problems

arXiv:2107.04323v25 citations
Originality Highly original
AI Analysis

This work addresses the problem of creating efficient and provably good heuristics for combinatorial optimization, which is incremental by building on geometric deep learning and approximation algorithms.

The paper tackles the challenge of designing machine learning pipelines with combinatorial optimization layers by proposing equivariant architectures and a learning method that works without optimal solutions, achieving the best-known approximation ratio and heuristic efficiency on a network design problem.

Machine learning pipelines that include a combinatorial optimization layer can give surprisingly efficient heuristics for difficult combinatorial optimization problems. Three questions remain open: which architecture should be used, how should the parameters of the machine learning model be learned, and what performance guarantees can we expect from the resulting algorithms? Following the intuitions of geometric deep learning, we explain why equivariant layers should be used when designing such pipelines, and illustrate how to build such layers on routing, scheduling, and network design applications. We introduce a learning approach that enables to learn such pipelines when the training set contains only instances of the difficult optimization problem and not their optimal solutions, and show its numerical performance on our three applications. Finally, using tools from statistical learning theory, we prove a theorem showing the convergence speed of the estimator. As a corollary, we obtain that, if an approximation algorithm can be encoded by the pipeline for some parametrization, then the learned pipeline will retain the approximation ratio guarantee. On our network design problem, our machine learning pipeline has the approximation ratio guarantee of the best approximation algorithm known and the numerical efficiency of the best heuristic.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes