From GNNs to Symbolic Surrogates via Kolmogorov-Arnold Networks for Delay Prediction
Sami Marouani, Kamal Singh, Baptiste Jeudy, Amaury Habrard
TL;DR
This paper addresses the challenge of predicting per-flow delay in complex networks, where traditional analytical models and DES are impractical and data-driven GNNs suffer from large parameter counts and limited transparency. It introduces FlowKANet, a GNN where all transformations are implemented with Kolmogorov-Arnold Network (KAN) layers and KAMP-Attn for integrated transformation and attention, plus a symbolic distillation step that yields a fully analytical, graph-aware surrogate. The contributions include a strong heterogeneous GNN baseline, a compact KAN-based FlowKANet with competitive accuracy, and a progressive symbolic surrogate pipeline that preserves graph structure while eliminating trainable weights. The results highlight a clear efficiency–transparency trade-off: FlowKANet approaches the neural baseline in predictive power with significantly fewer parameters, while the symbolic surrogates enable lightweight and transparent deployment suitable for resource-constrained or safety-critical environments.
Abstract
Accurate prediction of flow delay is essential for optimizing and managing modern communication networks. We investigate three levels of modeling for this task. First, we implement a heterogeneous GNN with attention-based message passing, establishing a strong neural baseline. Second, we propose FlowKANet in which Kolmogorov-Arnold Networks replace standard MLP layers, reducing trainable parameters while maintaining competitive predictive performance. FlowKANet integrates KAMP-Attn (Kolmogorov-Arnold Message Passing with Attention), embedding KAN operators directly into message-passing and attention computation. Finally, we distill the model into symbolic surrogate models using block-wise regression, producing closed-form equations that eliminate trainable weights while preserving graph-structured dependencies. The results show that KAN layers provide a favorable trade-off between efficiency and accuracy and that symbolic surrogates emphasize the potential for lightweight deployment and enhanced transparency.
