Denoised Recommendation Model with Collaborative Signal Decoupling
By: Zefeng Li, Ning Yang
Potential Business Impact:
Improves movie suggestions by cleaning up bad data.
Although the collaborative filtering (CF) algorithm has achieved remarkable performance in recommendation systems, it suffers from suboptimal recommendation performance due to noise in the user-item interaction matrix. Numerous noise-removal studies have improved recommendation models, but most existing approaches conduct denoising on a single graph. This may cause attenuation of collaborative signals: removing edges between two nodes can interrupt paths between other nodes, weakening path-dependent collaborative information. To address these limitations, this study proposes a novel GNN-based CF model called DRCSD for denoising unstable interactions. DRCSD includes two core modules: a collaborative signal decoupling module (decomposes signals into distinct orders by structural characteristics) and an order-wise denoising module (performs targeted denoising on each order). Additionally, the information aggregation mechanism of traditional GNN-based CF models is modified to avoid cross-order signal interference until the final pooling operation. Extensive experiments on three public real-world datasets show that DRCSD has superior robustness against unstable interactions and achieves statistically significant performance improvements in recommendation accuracy metrics compared to state-of-the-art baseline models.
Similar Papers
Collaborative Diffusion Model for Recommender System
Information Retrieval
Helps websites suggest better things you'll like.
Graph-based Diffusion Model for Collaborative Filtering
Social and Information Networks
Finds better movie and song suggestions.
CrossDenoise: Denoising Implicit Feedback via a Lightweight Entity-Aware Synergistic Framework
Information Retrieval
Makes movie suggestions more accurate by cleaning bad data.