LGQMOct 15, 2024

KA-GNN: Kolmogorov-Arnold Graph Neural Networks for Molecular Property Prediction

arXiv:2410.11323v24 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses molecular property prediction for computational chemistry and drug discovery, presenting an incremental improvement by adapting KANs to GNNs.

The authors tackled molecular property prediction by proposing KA-GNNs, which integrate Kolmogorov-Arnold Networks into graph neural networks, and found that these models outperform traditional GNNs on seven benchmark datasets while also reducing computational time with a Fourier KAN module.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes