paper-with-me

홈 › Papers

Graph Spectral Filtering with Chebyshev Interpolation for Recommendation

2025-05-01 · Chanwoo Kim, Jinkyu Sung, Yebonn Han, Joonseok Lee

Graph convolutional networks have recently gained prominence in collaborative filtering (CF) for recommendations. However, we identify potential bottlenecks in two foundational components. First, the embedding layer leads to a latent space with limited capacity, overlooking locally observed but potentially valuable preference patterns. Also, the widely-used neighborhood aggregation is limited in its ability to leverage diverse preference patterns in a fine-grained manner. Building on spectral graph theory, we reveal that these limitations stem from graph filtering with a cut-off in the frequency spectrum and a restricted linear form. To address these issues, we introduce ChebyCF, a CF framework based on graph spectral filtering. Instead of a learned embedding, it takes a user's raw interaction history to utilize the full spectrum of signals contained in it. Also, it adopts Chebyshev interpolation to effectively approximate a flexible non-linear graph filter, and further enhances it by using an additional ideal pass filter and degree-based normalization. Through extensive experiments, we verify that ChebyCF overcomes the aforementioned bottlenecks and achieves state-of-the-art performance across multiple benchmarks and reasonably fast inference. Our code is available at https://github.com/chanwoo0806/ChebyCF.

📄 PDF Abstract BibTeX arXiv:2505.00552

Code (1)

chanwoo0806/chebycf 공식 구현 pytorch

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

ChebMixer: Efficient Graph Representation Learning with MLP Mixer

2024-03-25 · Xiaoyan Kui, Haonan Yan, Qinsong Li, Liming Chen 외

Graph neural networks have achieved remarkable success in learning graph representations, especially graph Transformer, which has recently shown superior performance on various graph mining tasks. However, graph Transfor…

Graph MiningGraph Representation LearningImage SegmentationMedical Image Segmentation+3

Convolutional Neural Networks on Graphs with Chebyshev Approximation, Revisited

2022-02-04 · Mingguo He, Zhewei Wei, Ji-Rong Wen

Designing spectral convolutional networks is a challenging problem in graph learning. ChebNet, one of the early attempts, approximates the spectral graph convolutions using Chebyshev polynomials. GCN simplifies ChebNet b…

GPRGraph LearningNode Classification

From ChebNet to ChebGibbsNet

2024-12-02 · Jie Zhang, Min-Te Sun

Recent advancements in Spectral Graph Convolutional Networks (SpecGCNs) have led to state-of-the-art performance in various graph representation learning tasks. To exploit the potential of SpecGCNs, we analyze correspond…

Graph Representation LearningNode ClassificationRepresentation Learning

A General Graph Spectral Wavelet Convolution via Chebyshev Order Decomposition

2024-05-22 · Nian Liu, Xiaoxin He, Thomas Laurent, Francesco Di Giovanni 외

Spectral graph convolution, an important tool of data filtering on graphs, relies on two essential decisions: selecting spectral bases for signal transformation and parameterizing the kernel for frequency analysis. While…

Fast Approximate Spectral Clustering for Dynamic Networks

2017-06-12 · ICML 2018 7 · Lionel Martin, Andreas Loukas, Pierre Vandergheynst

Spectral clustering is a widely studied problem, yet its complexity is prohibitive for dynamic graphs of even modest size. We claim that it is possible to reuse information of past cluster assignments to expedite computa…

Clustering