Denoised Recommendation Model with Collaborative Signal Decoupling
Zefeng Li, Ning Yang
TL;DR
The paper tackles noise in user-item interaction graphs that degrades collaborative filtering performance. It introduces DRCSD, a GNN-based framework with a Collaborative Signal Decoupling module to isolate signals by order and an Order-wise Denoising module to denoise each order, coupled with a revised propagation scheme that prevents cross-order interference. Through experiments on three real-world datasets with synthetic noise, DRCSD consistently outperforms strong baselines and shows superior robustness to unstable interactions. The approach enables node-level personalized denoising and demonstrates practical potential for improving robustness and accuracy in noisy recommendation settings.
Abstract
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.
