SymILO: A Symmetry-Aware Learning Framework for Integer Linear Optimization
Qian Chen, Tianjian Zhang, Linxin Yang, Qingyu Han, Akang Wang, Ruoyu Sun, Xiaodong Luo, Tsung-Hui Chang
TL;DR
SymILO introduces a symmetry-aware learning framework for ILPs by treating symmetry-induced permutation of optimal solutions as learnable operators and optimizing them jointly with a neural predictor via alternating minimization. The method reformulates the learning objective to minimize a symmetry-aware risk, $r_s$, and provides concrete optimization strategies for cyclic, dihedral, and symmetric groups, including a linear-assignment formulation for large symmetric groups. Empirical results on four ILP benchmarks with varying symmetries show that SymILO substantially improves downstream tasks (fix-and-optimize, local branching, node selection), achieving notable relative primal-gap reductions and significant performance gains over symmetry-agnostic baselines. The work demonstrates that explicitly leveraging intrinsic ILP symmetry can markedly enhance solution-prediction quality and downstream optimization efficiency, with practical implications for ML-assisted combinatorial 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.
