IRAIMay 15, 2025

GSPRec: Temporal-Aware Graph Spectral Filtering for Recommendation

arXiv:2505.11552v21 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the problem of improving recommendation accuracy for users by incorporating temporal dynamics and spectral filtering, representing an incremental advancement in graph-based recommendation methods.

The paper tackles the limitations of graph-based recommendation systems, specifically overreliance on low-pass filtering and omission of sequential dynamics, by introducing GSPRec, a model that integrates temporal transitions and frequency-aware filtering, resulting in an average improvement of 6.77% in NDCG@10 across four datasets.

Graph-based recommendation systems are effective at modeling collaborative patterns but often suffer from two limitations: overreliance on low-pass filtering, which suppresses user-specific signals, and omission of sequential dynamics in graph construction. We introduce GSPRec, a graph spectral model that integrates temporal transitions through sequentially-informed graph construction and applies frequency-aware filtering in the spectral domain. GSPRec encodes item transitions via multi-hop diffusion to enable the use of symmetric Laplacians for spectral processing. To capture user preferences, we design a dual-filtering mechanism: a Gaussian bandpass filter to extract mid-frequency, user-level patterns, and a low-pass filter to retain global trends. Extensive experiments on four public datasets show that GSPRec consistently outperforms baselines, with an average improvement of 6.77% in NDCG@10. Ablation studies show the complementary benefits of both sequential graph augmentation and bandpass filtering.

Foundations

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

Your Notes