IRAILGMay 24, 2024

DFGNN: Dual-frequency Graph Neural Network for Sign-aware Feedback

arXiv:2405.15280v18 citationsh-index: 32KDD
Originality Incremental advance
AI Analysis

This work addresses a gap in graph-based recommender systems by effectively utilizing negative feedback, which is incremental but important for real-world applications.

The paper tackles the problem of incorporating negative feedback in graph-based recommendations by proposing DFGNN, which uses a dual-frequency graph filter to capture both positive and negative signals and addresses representation degeneration, achieving improved performance on real-world datasets.

The graph-based recommendation has achieved great success in recent years. However, most existing graph-based recommendations focus on capturing user preference based on positive edges/feedback, while ignoring negative edges/feedback (e.g., dislike, low rating) that widely exist in real-world recommender systems. How to utilize negative feedback in graph-based recommendations still remains underexplored. In this study, we first conducted a comprehensive experimental analysis and found that (1) existing graph neural networks are not well-suited for modeling negative feedback, which acts as a high-frequency signal in a user-item graph. (2) The graph-based recommendation suffers from the representation degeneration problem. Based on the two observations, we propose a novel model that models positive and negative feedback from a frequency filter perspective called Dual-frequency Graph Neural Network for Sign-aware Recommendation (DFGNN). Specifically, in DFGNN, the designed dual-frequency graph filter (DGF) captures both low-frequency and high-frequency signals that contain positive and negative feedback. Furthermore, the proposed signed graph regularization is applied to maintain the user/item embedding uniform in the embedding space to alleviate the representation degeneration problem. Additionally, we conduct extensive experiments on real-world datasets and demonstrate the effectiveness of the proposed model. Codes of our model will be released upon acceptance.

Foundations

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

Your Notes