SymILO: A Symmetry-Aware Learning Framework for Integer Linear Optimization

Abstract

Integer linear programs (ILPs) are commonly employed to model diverse practical problems such as scheduling and planning. Recently, machine learning techniques have been utilized to solve ILPs. A straightforward idea is to train a model via supervised learning, with an ILP as the input and an optimal solution as the label. An ILP is symmetric if its variables can be permuted without changing the problem structure, resulting in numerous equivalent and optimal solutions. Randomly selecting an optimal solution as the label can introduce variability in the training data, which may hinder the model from learning stable patterns. In this work, we incorporate the intrinsic symmetry of ILPs and propose a novel training framework called SymILO. Specifically, we modify the learning task by introducing solution permutation along with neural network weights as learnable parameters and then design an alternating algorithm to jointly optimize the loss function.We conduct extensive experiments on ILPs involving different symmetries and the computational results demonstrate that our symmetry-aware approach significantly outperforms three existing methods----achieving $50.3\\%$, $66.5\\%$, and $45.4\\%$ average improvements, respectively.

Cite

Text

Chen et al. "SymILO: A Symmetry-Aware Learning Framework for Integer Linear Optimization." Neural Information Processing Systems, 2024. doi:10.52202/079017-0769

Markdown

[Chen et al. "SymILO: A Symmetry-Aware Learning Framework for Integer Linear Optimization." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/chen2024neurips-symilo/) doi:10.52202/079017-0769

BibTeX

@inproceedings{chen2024neurips-symilo,
  title     = {{SymILO: A Symmetry-Aware Learning Framework for Integer Linear Optimization}},
  author    = {Chen, Qian and Zhang, Tianjian and Yang, Linxin and Han, Qingyu and Wang, Akang and Sun, Ruoyu and Luo, Xiaodong and Chang, Tsung-Hui},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-0769},
  url       = {https://mlanthology.org/neurips/2024/chen2024neurips-symilo/}
}