Estimating the stability number of a random graph using convolutional neural networks
Randy Davila
TL;DR
This work addresses the challenge of estimating the stability number $\alpha(G)$, a classic NP-hard graph parameter, for random graphs. It introduces a graph-image representation by converting modified adjacency matrices with a degree heatmap into fixed-size images and trains a CNN to regress $\alpha(G)$, using $2{,}000$ Erdős–Rényi graphs $G(n,p)$ labeled by exact values from a linear-integer program. The model achieves MAE about $1.15$ and $R^2$ around $0.93$, while offering a large speedup over exact ILP computation (roughly $0.06$ s vs $2.88$ s per instance). The results support using CNN-based image representations to tackle graph combinatorial optimization problems, suggesting practical rapid estimations that can complement exact methods; code and data are made available for reproducibility.
Abstract
Graph combinatorial optimization problems are widely applicable and notoriously difficult to compute; for example, consider the traveling salesman or facility location problems. In this paper, we explore the feasibility of using convolutional neural networks (CNNs) on graph images to predict the cardinality of combinatorial properties of random graphs and networks. Specifically, we use image representations of modified adjacency matrices of random graphs as training samples for a CNN model to predict the stability number of random graphs; where the stability number is the cardinality of a maximum set of vertices in a graph that contains no pairwise adjacency between vertices. The model and results presented in this study suggest potential for applying deep learning in combinatorial optimization problems previously not considered by simple deep learning techniques.
