Kolmogorov-Arnold Graph Neural Networks
Gianluca De Carlo, Andrea Mastropietro, Aris Anagnostopoulos
TL;DR
<3-5 sentence high-level summary> The paper tackles the interpretability gap in graph neural networks by introducing Graph Kolmogorov-Arnold Network (GKAN), which leverages spline-based (or RBF) activations within a Kolmogorov-Arnold framework to enable transparent, data-adaptive message passing on graphs. It presents KANG and KAND as core components, with KANGConvolution enabling data-driven nonlinearities in graph updates and a data-aligned initialisation strategy for spline control points. Across node classification, link prediction, and graph classification on five datasets, KANG demonstrates competitive or superior performance to established GNNs while providing intrinsic interpretability through learnable activations and their evolution during training. The work also analyzes oversmoothing robustness and scalability, acknowledging memory trade-offs for high-complexity activations and outlining future improvements for scalable, self-explanatory KAN-based graph models.
Abstract
Graph neural networks (GNNs) excel in learning from network-like data but often lack interpretability, making their application challenging in domains requiring transparent decision-making. We propose the Graph Kolmogorov-Arnold Network (GKAN), a novel GNN model leveraging spline-based activation functions on edges to enhance both accuracy and interpretability. Our experiments on five benchmark datasets demonstrate that GKAN outperforms state-of-the-art GNN models in node classification, link prediction, and graph classification tasks. In addition to the improved accuracy, GKAN's design inherently provides clear insights into the model's decision-making process, eliminating the need for post-hoc explainability techniques. This paper discusses the methodology, performance, and interpretability of GKAN, highlighting its potential for applications in domains where interpretability is crucial.
