Graph Collaborative Signals Denoising and Augmentation for Recommendation
Ziwei Fan, Ke Xu, Zhang Dong, Hao Peng, Jiawei Zhang, Philip S. Yu

TL;DR
This paper introduces a novel graph adjacency matrix for recommendation systems that incorporates user-user and item-item correlations, along with a balanced user-item interaction matrix, to improve recommendation accuracy especially for users with varying interaction levels.
Contribution
The work proposes a new graph adjacency matrix and interaction matrix that enhance neighbor quality and diversity, improving recommendation performance for all users.
Findings
Enhanced adjacency matrix improves recommendation accuracy.
Inclusion of user-user and item-item correlations benefits users with different interaction levels.
Balanced interaction matrix reduces noise and improves neighbor relevance.
Abstract
Graph collaborative filtering (GCF) is a popular technique for capturing high-order collaborative signals in recommendation systems. However, GCF's bipartite adjacency matrix, which defines the neighbors being aggregated based on user-item interactions, can be noisy for users/items with abundant interactions and insufficient for users/items with scarce interactions. Additionally, the adjacency matrix ignores user-user and item-item correlations, which can limit the scope of beneficial neighbors being aggregated. In this work, we propose a new graph adjacency matrix that incorporates user-user and item-item correlations, as well as a properly designed user-item interaction matrix that balances the number of interactions across all users. To achieve this, we pre-train a graph-based recommendation method to obtain users/items embeddings, and then enhance the user-item interaction matrix…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Complex Network Analysis Techniques
