[论文阅读笔记]2022_TKDE_A Survey on Accuracy-oriented Neural Recommendation: From Collaborative Filtering to Information-rich Recommendation

论文下载地址: https://ieeexplore.ieee.org/abstract/document/9693280/
发表期刊:TKDE
Publish time: 2022
作者及单位:

  • Le Wu Member, IEEE, Xiangnan He Member, IEEE, Xiang Wang Member, IEEE, Kun Zhang Member, IEEE, and Meng Wang, Fellow, IEEE

数据集:

  • 代码:

其他:

    其他人写的文章

    • TKDE2022 | 最新深度学习推荐系统综述:从协同过滤到信息增强的推荐系统 ------有论文的链接 github

    简要概括创新点: 覆盖范围很全面

    Abstract

    • Influenced by the great success of deep learning in computer vision and language understanding, research in recommendation has shifted to inventing new recommender models based on neural networks. In recent years, we have witnessed significant progress in developing neural recommender models, which generalize and surpass traditional recommender models owing to the strong representation power of neural networks. In this survey paper, we conduct a systematic review on neural recommender models from the perspective of recommendation modeling with the accuracy goal, aiming to summarize this field to facilitate researchers and practitioners working on recommender systems. Specifically, based on the data usage during recommendation modeling, we divide the work into collaborative filtering and information-rich recommendation: (受计算机视觉和语言理解深度学习的巨大成功影响,推荐研究已转向基于神经网络的新推荐模型。近年来,我们在开发神经推荐模型方面取得了重大进展,由于神经网络强大的表示能力,它推广并超越了传统的推荐模型。在这篇综述文章中,我们从推荐模型的角度,以准确度为目标,对神经推荐模型进行了系统的回顾,旨在总结这一领域,以便于研究人员和实践者研究推荐系统。具体来说,根据推荐建模过程中的数据使用情况,我们将工作分为协同过滤和信息丰富的推荐:)

      • (1) collaborative filtering, which leverages the key source of user-item interaction data; (协同过滤,利用用户项目交互数据的关键来源;)
      • (2) content enriched recommendation, which additionally utilizes the side information associated with users and items, like user profile and item knowledge graph; and (内容丰富的推荐,它还利用了与用户和项目相关的辅助信息,如用户配置文件和项目知识图;和)
      • (3) temporal/sequential recommendation, which accounts for the contextual information associated with an interaction, such as time, location, and the past interactions. After reviewing representative work for each type, we finally discuss some promising directions in this field (时间/顺序建议,用于说明与交互相关的上下文信息,例如时间、位置和过去的交互。在回顾了每种类型的代表性工作之后,我们最后讨论了该领域一些有前途的方向)

    1 Intruduction

    1.1 Differences with Existing Surveys.

    1.2 How Do We Collect the Papers?

    1.3 Scope and Organization of This Survey

    2 COLLABORATIVE FILTERING MODELS

    2.1 Representation Learning

    2.1.1 History Behavior Attention Aggregation Models

    2.1.2 Autoencoder based Representation Learning

    2.1.3 Graph based Representation Learning

    2.2 Interaction Modeling

    2.2.1 Distance based Metrics

    2.2.2 Neural Network based Metrics

    3 CONTENT-ENRICHED RECOMMENDATION

    3.1 Modeling General Feature Interactions

    MLP based High Order Modeling.

    Cross Network for K-th Order Modeling

    T ree Enhanced Modeling

    3.2 Modeling Textual Content

    Autoencoder based Models

    Leveraging Word Embeddings for Recommendation

    Attention Models

    T ext Explanations for Recommendation

    3.3 Modeling Multimedia Content

    3.3.1 Modeling Image Information

    Image Content based Models

    Hybrid Recommendation Models

    3.3.2 Video Recommendation

    3.4 Modeling Social Network

    Social Correlation Enhancement and Regularization.

    GNN Based Approaches

    3.5 Modeling Knowledge Graph

    Path Based Methods

    Regularization Based Methods

    GNN Based Methods

    4 TEMPORAL/SEQUENTIAL MODELS

    4.1 Temporal based Recommendation

    4.2 Session based Recommendation

    4.3 Temporal and Session based Recommendation

    5 DISCUSSION AND FUTURE DIRECTIONS

    Basis: Recommendation Benchmarking

    Models: Graph Reasoning & Self-supervised Learning

    Evaluation: Multi-Objective Goals for Social Good Recommendation.

    Discussion: Reproducibility

    6 CONCLUSION

    2022_TKDE_A Survey on Accuracy-oriented Neural Recommendation: From Collaborative Filtering to Infor相关推荐

    1. #Reading Paper# Profiling the Design Space for Graph Neural Networks based Collaborative Filtering

      #论文题目:Profiling the Design Space for Graph Neural Networks based Collaborative Filtering(基于协同过滤的图神经网 ...

    2. 推荐系统- NCF(Neural Collaborative Filtering)的推荐模型与python实现

      引言: 本文主要表述隐式反馈的基础上解决推荐算法中的关键问题协同过滤. 尽管最近的一些工作已经将深度学习用于推荐系统中,但他们主要将其用于辅助信息建模,例如物品的文字描述和音乐的声学特征. 当涉及到协 ...

    3. Neural Collaborative Filtering【论文笔记】

      文章目录 1 文章为了解决什么问题? 2 文章提出了什么方法? 3 模型架构以及原理? 3.1 推荐问题基本描述 3.2 矩阵分解(Matrix Factorization, MF) 3.3 NCF通 ...

    4. 推荐中的序列化建模:Session-based neural recommendation

      原文网址:https://zhuanlan.zhihu.com/p/30720579?from=timeline 前言:本文对Recurrent Neural Network在推荐领域的序列数据建模进 ...

    5. 矩池云上复现论文 Neural Graph Collaborative Filtering 环境复现

      矩池云上复现论文 Neural Graph Collaborative Filtering 环境复现 Neural Graph Collaborative Filtering (NGCF) is a ...

    6. 【推荐系统论文精读系列】(五)--Neural Collaborative Filtering

      文章目录 一.摘要 二.介绍 三.准备知识 3.1 从隐式数据中进行学习 3.2 矩阵分解 四.神经协同过滤 4.1 总体框架 4.1.1 学习NCF 4.2 广义矩阵分解(GMF) 4.3 多层感知 ...

    7. 论文笔记:Neural Collaborative Filtering

      一.基本信息 论文题目:<Neural Collaborative Filtering> 发表时间:WWW 2017 作者及单位: 二.摘要 In recent years, deep n ...

    8. 知识图谱论文阅读(二十一)【SIGIR2019】NGCF: Neural Graph Collaborative Filtering

      题目:Neural Graph Collaborative Filtering 代码: https://github.com/xiangwang1223/neural_graph_collaborat ...

    9. 论文笔记(Neural Collaborative Filtering)

      神经协同过滤 论文链接:Neural Collaborative Filtering, WWW'17 原理:融合 GMF 和 MLP 1. 摘要 虽然最近的一些研究使用深度学习作为推荐,但他们主要是用 ...

    最新文章

    1. 使用 .NET 实现 Ajax 长连接 (Part 1 - Comet Web Service)
    2. vim 插件_vim插件YouCompleteMe配置
    3. JVM_03 运行时数据区 [ 虚拟机栈 ]
    4. android微信电话锁屏,iPhone的微信更新锁屏下呼叫提醒,终于可以直接代替电话了...
    5. 【VBA】查看窗口当前状态
    6. HDU 2234 IDA*
    7. TypeScript入门教程 之 classes-emit
    8. brew 无法安装iterm2_Mac安装sshpass 替代spawn自动登录脚本(解决rz sz问题)
    9. 解释java程序所使用的命令是,Java程序的执行原理以及解释说明
    10. 我为什么不无偿加班,你也不应该
    11. 如何找到网站服务器的源代码_企业网站如何选择服务器?
    12. webqq linux,Ubuntu 11.10安装WebQQ
    13. 定义一个list对象数组 java_javascript定义一个list
    14. 微信公众号通知和服务通知
    15. android跳一跳作弊编程,跳一跳辅助器作弊刷分 微信跳一跳辅助工具(安卓/iOS苹果)-优基地...
    16. Android 4高级编程(第3版)
    17. 【IoT】什么是动态密码及其用途
    18. 猜数字游戏,用户充值版(Java)
    19. java pdf 修改内容_生成PDF全攻略之在已有PDF上添加内容的实现方法
    20. 7-1 页面置换算法--FIFO (50 分)(思路详解)

    热门文章

    1. 河南2002年计算机比赛,2004-2005学年我校国际、全国竞赛获奖情况统计
    2. An active and verifiable trust evaluation approach for edge computing
    3. 应用统计学与计算机论文2000字,应用统计学专业论文范文
    4. 华为、飞腾、海光、兆芯、龙芯、申威这六大国产CPU发展得怎么样?
    5. 重启Vcenter命令
    6. 角膜溃疡可能严重影响视力,需要尽早治疗
    7. JAVA解析pdf文件
    8. 产品经理-联通手机营业厅app产品分析
    9. HTML5小游戏~五指棋
    10. springBoot+AOP收集日志信息,自定义接口实现日志收集