GKAN: Graph Kolmogorov-Arnold Networks
Mehrdad Kiamari, Mohammad Kiamari, Bhaskar Krishnamachari

TL;DR
GKAN introduces a novel graph neural network architecture that employs learnable spline-based functions inspired by Kolmogorov-Arnold Networks, leading to improved semi-supervised learning accuracy on graph datasets like Cora.
Contribution
This paper extends Kolmogorov-Arnold Networks to graph data, implementing learnable functions between layers, which enhances flexibility over traditional GCNs.
Findings
GKAN outperforms traditional GCNs in accuracy on Cora dataset.
Architecture with functions applied after aggregation performs better.
Performance improves with increased features and optimized parameters.
Abstract
We introduce Graph Kolmogorov-Arnold Networks (GKAN), an innovative neural network architecture that extends the principles of the recently proposed Kolmogorov-Arnold Networks (KAN) to graph-structured data. By adopting the unique characteristics of KANs, notably the use of learnable univariate functions instead of fixed linear weights, we develop a powerful model for graph-based learning tasks. Unlike traditional Graph Convolutional Networks (GCNs) that rely on a fixed convolutional architecture, GKANs implement learnable spline-based functions between layers, transforming the way information is processed across the graph structure. We present two different ways to incorporate KAN layers into GKAN: architecture 1 -- where the learnable functions are applied to input features after aggregation and architecture 2 -- where the learnable functions are applied to input features before…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Cognitive Computing and Networks · Semantic Web and Ontologies
MethodsGraph Convolutional Network
