Beyond Simple Graphs: Neural Multi-Objective Routing on Multigraphs
Abstract
Learning-based methods for routing have gained significant attention in recent years, both in single-objective and multi-objective contexts. Yet, existing methods are unsuitable for routing on multigraphs, which feature multiple edges with distinct attributes between node pairs, despite their strong relevance in real-world scenarios. In this paper, we propose two graph neural network-based methods to address multi-objective routing on multigraphs. Our first approach operates directly on the multigraph by autoregressively selecting edges until a tour is completed. The second model, which is more scalable, first simplifies the multigraph via a learned pruning strategy and then performs autoregressive routing on the resulting simple graph. We evaluate both models empirically, across a wide range of problems and graph distributions, and demonstrate their competitive performance compared to strong heuristics and neural baselines.
Cite
Text
Rydin et al. "Beyond Simple Graphs: Neural Multi-Objective Routing on Multigraphs." International Conference on Learning Representations, 2026.Markdown
[Rydin et al. "Beyond Simple Graphs: Neural Multi-Objective Routing on Multigraphs." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/rydin2026iclr-beyond/)BibTeX
@inproceedings{rydin2026iclr-beyond,
title = {{Beyond Simple Graphs: Neural Multi-Objective Routing on Multigraphs}},
author = {Rydin, Filip and Lischka, Attila and Wu, Jiaming and Chehreghani, Morteza Haghir and Kulcsar, Balazs},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/rydin2026iclr-beyond/}
}