paper-with-me

홈 › Papers

GKAN: Graph Kolmogorov-Arnold Networks

2024-06-10 · Mehrdad Kiamari, Mohammad Kiamari, Bhaskar Krishnamachari

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 aggregation. We evaluate GKAN empirically using a semi-supervised graph learning task on a real-world dataset (Cora). We find that architecture generally performs better. We find that GKANs achieve higher accuracy in semi-supervised learning tasks on graphs compared to the traditional GCN model. For example, when considering 100 features, GCN provides an accuracy of 53.5 while a GKAN with a comparable number of parameters gives an accuracy of 61.76; with 200 features, GCN provides an accuracy of 61.24 while a GKAN with a comparable number of parameters gives an accuracy of 67.66. We also present results on the impact of various parameters such as the number of hidden nodes, grid-size, and the polynomial-degree of the spline on the performance of GKAN.

📄 PDF Abstract BibTeX arXiv:2406.06470

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningKolmogorov-Arnold Networks

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Kolmogorov-Arnold Graph Neural Networks

2024-06-26 · Gianluca De Carlo, Andrea Mastropietro, Aris Anagnostopoulos

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 Kolmogoro…

Decision MakingGraph ClassificationLink PredictionNode Classification

MGKAN: Predicting Asymmetric Drug-Drug Interactions via a Multimodal Graph Kolmogorov-Arnold Network

2026-02-02 · Kunyi Fan, Mengjie Chen, Longlong Li, Cunquan Qu arxiv

Predicting drug-drug interactions (DDIs) is essential for safe pharmacological treatments. Previous graph neural network (GNN) models leverage molecular structures and interaction networks but mostly rely on linear aggre…

Graph Neural Network

Graph Kolmogorov-Arnold Networks for Multi-Cancer Classification and Biomarker Identification, An Interpretable Multi-Omics Approach

2025-03-29 · Fadi Alharbi, Nishant Budhiraja, Aleksandar Vakanski, Boyu Zhang 외

The integration of heterogeneous multi-omics datasets at a systems level remains a central challenge for developing analytical and computational models in precision cancer diagnostics. This paper introduces Multi-Omics G…

Cancer ClassificationDeep LearningKolmogorov-Arnold Networks

SigKAN: Signature-Weighted Kolmogorov-Arnold Networks for Time Series

2024-06-25 · Hugo Inzirillo, Remi Genet

We propose a novel approach that enhances multivariate function approximation using learnable path signatures and Kolmogorov-Arnold networks (KANs). We enhance the learning capabilities of these networks by weighting the…

Kolmogorov-Arnold NetworksTime SeriesTime Series AnalysisTime Series Forecasting

Discovering Generalizable Governing Equations for Graph Dynamical Systems with Interpretable Neural Networks

2025-08-25 · Riccardo Cappi, Paolo Frazzetto, Nicolò Navarin, Alessandro Sperduti arxiv

The discovery of symbolic governing equations is a central goal in science; yet, it remains challenging particularly for graph dynamical systems, where the network topology further shapes the system behavior. While artif…