Towards General Algorithm Discovery for Combinatorial Optimization: Learning Symbolic Branching Policy from Bipartite Graph

Abstract

Machine learning (ML) approaches have been successfully applied to accelerating exact combinatorial optimization (CO) solvers. However, many of them fail to explain what patterns they have learned that accelerate the CO algorithms due to the black-box nature of ML models like neural networks, and thus they prevent researchers from further understanding the tasks they are interested in. To tackle this problem, we propose the first graph-based algorithm discovery framework—namely, graph symbolic discovery for exact combinatorial optimization solver (GS4CO)—that learns interpretable branching policies directly from the general bipartite graph representation of CO problems. Specifically, we design a unified representation for symbolic policies with graph inputs, and then we employ a Transformer with multiple tree-structural encodings to generate symbolic trees end-to-end, which effectively reduces the cumulative error from iteratively distilling graph neural networks. Experiments show that GS4CO learned interpretable and lightweight policies outperform all the baselines on CPU machines, including both the human-designed and the learning-based. GS4CO shows an encouraging step towards general algorithm discovery on modern CO solvers.

Cite

Text

Kuang et al. "Towards General Algorithm Discovery for Combinatorial Optimization: Learning Symbolic Branching Policy from Bipartite Graph." International Conference on Machine Learning, 2024.

Markdown

[Kuang et al. "Towards General Algorithm Discovery for Combinatorial Optimization: Learning Symbolic Branching Policy from Bipartite Graph." International Conference on Machine Learning, 2024.](https://mlanthology.org/icml/2024/kuang2024icml-general/)

BibTeX

@inproceedings{kuang2024icml-general,
  title     = {{Towards General Algorithm Discovery for Combinatorial Optimization: Learning Symbolic Branching Policy from Bipartite Graph}},
  author    = {Kuang, Yufei and Wang, Jie and Zhou, Yuyan and Li, Xijun and Zhu, Fangzhou and Hao, Jianye and Wu, Feng},
  booktitle = {International Conference on Machine Learning},
  year      = {2024},
  pages     = {25623-25641},
  volume    = {235},
  url       = {https://mlanthology.org/icml/2024/kuang2024icml-general/}
}