Graph Neural Networks for Hyperparameter Inference in Ising Solvers
Abstract
We propose a novel method to apply graph neural networks (GNNs) to combinatorial optimization problems. Unlike existing approaches that use GNNs to directly solve problem instances, our method instead uses them to predict hyperparameters for a heuristic solver. The model is trained in a supervised fashion on a small dataset of graphs, with corresponding hyperparameters obtained through conventional hyperparameter optimization routines. During inference, the model predicts near-optimal hyperparameters for unseen instances that minimize the runtime of the heuristic solver. Experiments show that our method generalizes well to much larger graphs, and outperforms manually hand-tuned parameters. The framework is flexible and can be applied to a wide variety of combinatorial optimization problems or heuristic solvers.
Cite
Text
Jiang et al. "Graph Neural Networks for Hyperparameter Inference in Ising Solvers." NeurIPS 2024 Workshops: OPT, 2024.Markdown
[Jiang et al. "Graph Neural Networks for Hyperparameter Inference in Ising Solvers." NeurIPS 2024 Workshops: OPT, 2024.](https://mlanthology.org/neuripsw/2024/jiang2024neuripsw-graph/)BibTeX
@inproceedings{jiang2024neuripsw-graph,
title = {{Graph Neural Networks for Hyperparameter Inference in Ising Solvers}},
author = {Jiang, Edward and Reifenstein, Sam and Doppalapudi, Milin and Leleu, Timothee},
booktitle = {NeurIPS 2024 Workshops: OPT},
year = {2024},
url = {https://mlanthology.org/neuripsw/2024/jiang2024neuripsw-graph/}
}