Enhancing Graph Collaborative Filtering with FourierKAN Feature Transformation
Jinfeng Xu, Zheyu Chen, Jinze Li, Shuo Yang, Wei Wang, Xiping Hu, Edith Ngai

TL;DR
This paper introduces FourierKAN-GCF, a novel graph convolutional framework that improves recommendation accuracy by incorporating Fourier Kolmogorov-Arnold Networks for feature transformation, balancing model expressiveness and training complexity.
Contribution
It proposes FourierKAN-GCF, a new GCN framework using Fourier Kolmogorov-Arnold Networks to enhance feature transformation in graph collaborative filtering models.
Findings
FourierKAN-GCF outperforms existing GCF models on public datasets.
The framework can be integrated into self-supervised models for improved performance.
Enhanced feature transformation reduces training difficulty while boosting recommendation accuracy.
Abstract
Graph Collaborative Filtering (GCF) has emerged as a dominant paradigm in modern recommendation systems, excelling at modeling complex user-item interactions and capturing high-order collaborative signals through graph-structured learning. Most existing GCF models predominantly rely on simplified graph architectures like LightGCN, which strategically remove feature transformation and activation functions from vanilla graph convolution networks. Through systematic analysis, we reveal that feature transformation in message propagation can enhance model representation, though at the cost of increased training difficulty. To this end, we propose FourierKAN-GCF, a novel GCN framework that adopts Fourier Kolmogorov-Arnold Networks as efficient transformation modules within graph propagation layers. This design enhances model representation while decreasing training difficulty. Our…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Advanced Clustering Algorithms Research
MethodsGraph Convolutional Network · Convolution · Dropout
