English

Feature Augmentation of GNNs for ILPs: Local Uniqueness Suffices

Machine Learning 2026-05-12 v2 Optimization and Control

Abstract

Integer Linear Programs (ILPs) are central to real-world optimizations but notoriously difficult to solve. Learning to Optimize (L2O) has emerged as a promising paradigm, with Graph Neural Networks (GNNs) serving as the standard backbone. However, standard anonymous GNNs are limited in expressiveness for ILPs, and the common enhancement of augmenting nodes with globally unique identifiers (UIDs) typically introduces spurious correlations that severely harm generalization. To address this tradeoff, we propose a parsimonious Local-UID scheme based on d-hop uniqueness coloring, which ensures identifiers are unique only within each node's d-hop neighborhood. Building on this scheme, we introduce ColorGNN, which incorporates color information via color-conditioned embeddings, and ColorUID, a lightweight feature-level variant. We prove that for d-layer networks, Local-UIDs achieve the expressive power of Global-UIDs while offering stronger generalization. Extensive experiments show that our approach yields substantial and robust gains across ILP benchmarks.

Keywords

Cite

@article{arxiv.2509.21000,
  title  = {Feature Augmentation of GNNs for ILPs: Local Uniqueness Suffices},
  author = {Qingyu Han and Qian Li and Linxin Yang and Qian Chen and Qingjiang Shi and Ruoyu Sun},
  journal= {arXiv preprint arXiv:2509.21000},
  year   = {2026}
}

Comments

19 pages, 9 Tables