KA-GNN: Kolmogorov-Arnold Graph Neural Networks for Molecular Property Prediction
Longlong Li, Yipeng Zhang, Guanghui Wang, Kelin Xia
TL;DR
This work addresses molecular property prediction with graph neural networks by introducing KA-GNNs, which embed Kolmogorov-Arnold Networks (KAN) into GCN and GAT architectures to optimize node embedding, message passing, and readout. A Fourier-series variant of KAN is developed, and its robust approximation capability is theoretically supported. Empirically, KA-GNNs achieve state-of-the-art ROC-AUC across seven MoleculeNet datasets, with notable gains on challenging tasks and improved efficiency due to the Fourier basis. The results establish a new geometric-deep-learning framework for non-Euclidean data and demonstrate how Fourier-based KAN can enhance both accuracy and computational performance in molecular-property prediction.
Abstract
As key models in geometric deep learning, graph neural networks have demonstrated enormous power in molecular data analysis. Recently, a specially-designed learning scheme, known as Kolmogorov-Arnold Network (KAN), shows unique potential for the improvement of model accuracy, efficiency, and explainability. Here we propose the first non-trivial Kolmogorov-Arnold Network-based Graph Neural Networks (KA-GNNs), including KAN-based graph convolutional networks(KA-GCN) and KAN-based graph attention network (KA-GAT). The essential idea is to utilizes KAN's unique power to optimize GNN architectures at three major levels, including node embedding, message passing, and readout. Further, with the strong approximation capability of Fourier series, we develop Fourier series-based KAN model and provide a rigorous mathematical prove of the robust approximation capability of this Fourier KAN architecture. To validate our KA-GNNs, we consider seven most-widely-used benchmark datasets for molecular property prediction and extensively compare with existing state-of-the-art models. It has been found that our KA-GNNs can outperform traditional GNN models. More importantly, our Fourier KAN module can not only increase the model accuracy but also reduce the computational time. This work not only highlights the great power of KA-GNNs in molecular property prediction but also provides a novel geometric deep learning framework for the general non-Euclidean data analysis.
