基于扩散迁移的图对比学习用于跨域推荐系统

Graph Contrastive Learning With Diffusion-Based Transfer for Cross-Domain Recommender System

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2025
被引 0
ABS 3

中文导读

提出GCLD-CDR框架,用图对比学习和扩散迁移解决跨域推荐中的域内噪声和负迁移问题,提升推荐效果。

Abstract

Recommender systems often suffer from data sparsity, particularly when user interactions within a single domain are limited. Cross-domain recommender systems (CDRSs) address this challenge by transferring knowledge across related domains. However, existing approaches face two key limitations: 1) intra-domain noise, where skewed or unreliable interactions degrade representation quality and 2) negative transfer, where misaligned knowledge from the source domain harms target-domain performance. To tackle these issues, we propose GCLD-CDR, a novel cross-domain recommendation framework that integrates graph-based contrastive learning (CL) with diffusion-based knowledge transfer. To enhance intra-domain learning, GCLD-CDR incorporates two complementary augmentation modules: a feature perturbation generator that introduces controlled noise to improve representation diversity, and a denoising generator that prunes unreliable graph edges to refine structural signals. To mitigate negative transfer, we design a diffusion-based transfer mechanism that progressively perturbs source-domain user representations via a Gaussian diffusion process. A neural decoder then reverses this process, selectively recovering task-relevant information while filtering out noise and misaligned signals. Extensive experiments on real-world datasets demonstrate that GCLD-CDR consistently outperforms state-of-the-art baselines, underscoring its potential for advancing practical and trustworthy recommender systems.

推荐系统跨域推荐图对比学习知识迁移去噪