通过动态解耦提升跨域推荐的可迁移性与一致性
Enhancing Transferability and Consistency in Cross-Domain Recommendations via Supervised Disentanglement
- 先用GNN提取协同信号,再动态分离共享与特定特征
- 引入锚点监督,使跨域对齐和域内一致性提升11.59%
- 适合需要高可解释性的跨域推荐场景
跨域推荐旨在通过跨域知识迁移缓解数据稀疏问题。解耦表征学习通过分离域内特征(共享与特定)来建模复杂用户偏好,增强鲁棒性与可解释性。然而,基于生成建模或带有对比目标的GNN的解耦方法面临两大挑战:(i) 预分离策略在提取协同信号前即解耦特征,破坏域内交互并引入噪声;(ii) 无监督解耦目标缺乏任务导向,导致一致性不足、对齐效果差。为此,我们提出DGCDR——一种增强型编码器-解码器框架。为应对挑战(i),DGCDR先利用GNN提取高阶协同信号,提供稳健基础以支持解耦;编码器动态将特征解耦至共享与特定空间,保留协同信息。为应对挑战(ii),解码器引入基于锚点的监督机制,利用层级特征关系增强域内一致性与跨域对齐。在真实数据集上的大量实验表明,DGCDR在关键指标上达到最先进水平,性能提升最高达11.59%。定性分析进一步验证其优越的解耦质量与可迁移性。源代码与数据集已公开于GitHub。
原文摘要 · Abstract (English)
Cross-domain recommendation (CDR) aims to alleviate the data sparsity by transferring knowledge across domains. Disentangled representation learning provides an effective solution to model complex user preferences by separating intra-domain features (domain-shared and domain-specific features), thereby enhancing robustness and interpretability. However, disentanglement-based CDR methods employing generative modeling or GNNs with contrastive objectives face two key challenges: (i) pre-separation strategies decouple features before extracting collaborative signals, disrupting intra-domain interactions and introducing noise; (ii) unsupervised disentanglement objectives lack explicit task-specific guidance, resulting in limited consistency and suboptimal alignment. To address these challenges, we propose DGCDR, a GNN-enhanced encoder-decoder framework. To handle challenge (i), DGCDR first applies GNN to extract high-order collaborative signals, providing enriched representations as a robust foundation for disentanglement. The encoder then dynamically disentangles features into domain-shared and -specific spaces, preserving collaborative information during the separation process. To handle challenge (ii), the decoder introduces an anchor-based supervision that leverages hierarchical feature relationships to enhance intra-domain consistency and cross-domain alignment. Extensive experiments on real-world datasets demonstrate that DGCDR achieves state-of-the-art performance, with improvements of up to 11.59% across key metrics. Qualitative analyses further validate its superior disentanglement quality and transferability. Our source code and datasets are available on GitHub for further comparison.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。