解决多模态推荐中的冗余信息与行为噪声问题,提升推荐准确性。
Joint Behavior-guided and Modality-coherence Conditional Graph Diffusion Denoising for Multi Modal Recommendation
- 用条件扩散模型去除模态特征中与用户偏好无关的冗余信息。
- 通过多视图消息传播增强协同特征与模态语义的一致性,提升融合效果。
- 基于行为偏好检测样本对一致性,动态赋信并实现数据增强,适合工业级推荐场景。
近年来,基于GCN的多模态推荐取得了显著进展,但仍面临两大挑战:(1) 多模态特征中存在大量与用户偏好无关的冗余信息,直接注入交互图会干扰用户与物品间的协同特征学习;(2) 系统错误(如误点击、未曝光)导致虚假正负行为,反馈偏差影响训练样本对的排序准确性,降低模型推荐性能。为此,本文提出一种联合行为引导与模态一致性的条件图扩散去噪模型(JBM-Diff),针对每类模态特征设计基于协同特征的扩散模型以剔除无关信息,并通过多视图消息传播与特征融合增强协同特征与模态语义的一致性。最后,从行为角度检测样本对的部分顺序一致性,赋予样本对可信度,实现数据增强。在三个公开数据集上的大量实验验证了该方法的有效性。代码已开源于https://github.com/pxcstart/JBMDiff。
原文摘要 · Abstract (English)
In recent years, multimodal recommendation has received significant attention and achieved remarkable success in GCN-based recommendation methods. However, there are two key challenges here: (1) There is a significant amount of redundant information in multimodal features that is unrelated to user preferences. Directly injecting multimodal features into the interaction graph can affect the collaborative feature learning between users and items. (2) There are false negative and false positive behaviors caused by system errors such as accidental clicks and non-exposure. This feedback bias can affect the ranking accuracy of training sample pairs, thereby reducing the recommendation accuracy of the model. To address these challenges, this work proposes a Joint Behavior-guided and Modal-consistent Conditional Graph Diffusion Model (JBM-Diff) for joint denoising of multimodal features and user feedback. We design a diffusion model conditioned on collaborative features for each modal feature to remove preference-irrelevant information, and enhance the alignment between collaborative features and modal semantic information through multi-view message propagation and feature fusion. Finally, we detect the partial order consistency of sample pairs from a behavioral perspective based on learned modal preferences, set the credibility for sample pairs, and achieve data augmentation. Extensive experiments on three public datasets demonstrate the effectiveness of this work. Codes are available at https://github.com/pxcstart/JBMDiff.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。