Journal of Computer Applications ›› 2025, Vol. 45 ›› Issue (9): 2827-2837.DOI: 10.11772/j.issn.1001-9081.2024081225

• Data science and technology • Previous Articles    

Knowledge-aware recommendation model combining denoising strategy and multi-view contrastive learning

Chao LIU, Yanhua YU()   

  1. College of Computer Science and Engineering,Chongqing University of Technology,Chongqing 400054,China
  • Received:2024-08-29 Revised:2024-10-26 Accepted:2024-10-31 Online:2025-09-10 Published:2025-09-10
  • Contact: Yanhua YU
  • About author:LIU Chao, born in 1983, Ph. D., associate professor. His research interests include recommender system.
  • Supported by:
    General Project of Chongqing Social Science Planning in 2021(2021NDYB101);Youth Project of Humanities and Social Sciences Research by Chongqing Municipal Education Commission in 2023(23SKGH264);High-Quality Development Action Program at Chongqing University of Technology in 2024(gzlcx20243196)

融合降噪策略与多视图对比学习的知识感知推荐模型

刘超, 余岩化()   

  1. 重庆理工大学 计算机科学与工程学院,重庆 400054
  • 通讯作者: 余岩化
  • 作者简介:刘超(1983—),男,四川广安人,副教授,博士,CCF会员,主要研究方向:推荐系统
  • 基金资助:
    2021年重庆市社会科学规划一般项目(2021NDYB101);2023年重庆市教育委员会人文社会科学研究青年项目(23SKGH264);2024年重庆理工大学高质量发展行动计划项目(gzlcx20243196)

Abstract:

A knowledge-aware recommendation model called Fusion of Denoising Strategies and Multi-View Contrastive learning (FDSMVC), was proposed to address the issues of poor noise reduction, inadequate extraction of semantic information between items, and imbalanced utilization of information in the Knowledge Graph (KG)-based recommendation models. Firstly, noise reduction was performed on the user-item interaction graph and the knowledge graph through dropping edges selectively and masking low-weight triplets with a weighted function, respectively. Secondly, random Singular Value Decomposition (SVD), cosine similarity, k-Nearest Neighbors (kNN) sparsity, and path-based graph attention network were used to construct collaborative view, semantic view between items, and structural view, respectively. Thirdly, intra-graph, local, and global contrastive learnings were applied to multiple views. Finally, a multi-task strategy was applied to optimize the recommendation task and the contrastive learning task jointly, resulting in probability of user-item interactions. Experimental results show that on five real-world datasets: Book-Crossing, MovieLens-1M, Last.FM, Alibaba-iFashion, and Yelp2018, compared to the best baseline model, FDSMVC model achieves improvements of 1.06%-2.04% in Area Under the Curve (AUC) and 1.52%-2.06% in F1 score, and has the Recall@K also better than the best baseline model.

Key words: recommender system, Knowledge Graph (KG), contrastive learning, Graph Neural Network (GNN), self-supervised learning

摘要:

针对基于知识图谱(KG)的推荐模型中存在的降噪效果不佳、项目间语义信息提取不足和信息利用不平衡的问题,提出一种融合降噪策略与多视图对比学习(FDSMVC)的知识感知推荐模型。首先,分别以选择性丢边和加权函数掩盖低权重三元组的方式对用户项目交互图与知识图进行降噪;其次,分别采用随机奇异值分解(SVD)、余弦相似度与k-最近邻(kNN)稀疏法和基于路径的图注意力网络构建协同视图、项目间的语义视图和结构视图;再次,将多个视图进行图内、局部和全局这3种对比学习;最后,利用多任务策略联合优化推荐任务和对比学习任务,从而得到用户与项目交互的可能性。实验结果表明,相较于最优的基线模型,在Book-Crossing、MovieLens-1M、Last.FM、Alibaba-iFashion和Yelp2018共5个真实数据集上,FDSMVC模型的曲线下面积(AUC)和F1分数分别提升了1.06%~2.04%和1.52%~2.06%,且Recall@K也优于最优的基线模型。

关键词: 推荐系统, 知识图谱, 对比学习, 图神经网络, 自监督学习

CLC Number: