GraphKAN: Enhancing Feature Extraction with Graph Kolmogorov Arnold Networks
Fan Zhang, Xin Zhang
TL;DR
GraphKAN replaces MLPs and activation functions in graph neural networks with Kolmogorov-Arnold Networks (KANs) to improve feature extraction on non-Euclidean data. The approach integrates KANs into a Graph Neural Network layer, using univariate spline-based activations and LayerNorm to stabilize training, and demonstrates superior node classification performance on graph-constructed 1-D signal datasets, particularly with limited labels. The results show stronger feature clustering and higher accuracy than traditional GCNs, albeit with increased computation time, suggesting GraphKAN's promise for few-shot graph tasks. Overall, the work provides a principled way to leverage KANs for enhanced graph-based representation learning and offers a potential path toward more data-efficient graph models.
Abstract
Massive number of applications involve data with underlying relationships embedded in non-Euclidean space. Graph neural networks (GNNs) are utilized to extract features by capturing the dependencies within graphs. Despite groundbreaking performances, we argue that Multi-layer perceptrons (MLPs) and fixed activation functions impede the feature extraction due to information loss. Inspired by Kolmogorov Arnold Networks (KANs), we make the first attempt to GNNs with KANs. We discard MLPs and activation functions, and instead used KANs for feature extraction. Experiments demonstrate the effectiveness of GraphKAN, emphasizing the potential of KANs as a powerful tool. Code is available at https://github.com/Ryanfzhang/GraphKan.
