论文题目: Efficient Heterogeneous Collaborative Filtering without Negative Sampling for Recommendation
论文地址: https://ojs.aaai.org/index.php/AAAI/article/view/5329
论文发表于: AAAI 2020(CCF A类会议)
论文所属单位: 清华大学

论文大体内容:
本文主要提出了EHCF(Efficient Heterogeneous Collaborative Filtering)算法,用于解决推荐中的问题。

Motivation:
传统的做法一般会进行负采样来做,但是负采样存在不足之处(样本分布偏差),同时没有考虑到用户行为类型(label)之间存在递进的关系性;

Contribution:
①提出了时间复杂度可控的算法,应用正样本数据来解决问题;
②提出了EHCF算法,通过传递各种行为的预测,来捕捉行为间的复杂关系;
③实验证明有效;

1. EHCF的框架,主要思考点是各个label之间的转移矩阵;

2. Loss可以化简为仅使用正样本数据去计算,从而降低算法复杂度;

实验
3. Dataset

4. Baseline

5. 实验结果

稀疏label下EHCF的作用更大

参考资料: 
[1] https://github.com/chenchongthu/EHCF

以上均为个人见解,因本人水平有限,如发现有所错漏,敬请指出,谢谢!

#Paper Reading# Efficient Heterogeneous Collaborative Filtering without NS for Recommendation相关推荐

  1. Efficient Heterogeneous Collaborative Filtering without Negative Sampling for Recommendation (2020)

    文章目录 1. Efficient Heterogeneous Collaborative Filtering without Negative Sampling for Recommendation ...

  2. #Reading Paper#Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learni

    #论文题目:Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning(推荐系统:基 ...

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

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

  4. #Reading Paper# 【曝光偏差】MCL: Mixed-Centric Loss for Collaborative Filtering

    #论文题目:MCL: Mixed-Centric Loss for Collaborative Filtering(MCL:混合中心损失用于协同过滤) #论文地址:https://www.cs.tor ...

  5. 2022_WWW_Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning

    [论文阅读笔记]2022_WWW_Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Lear ...

  6. #Paper reading#DeepInf: Social Influence Prediction with Deep Learning

    #Paper reading# DeepInf: Social Influence Prediction with Deep Learning 设计了一个端到端的框架DeepInf,研究用户层面的社会 ...

  7. 2020_KDD_Dual Channel Hypergraph Collaborative Filtering

    [论文阅读笔记]2020_KDD_Dual Channel Hypergraph Collaborative Filtering 论文下载地址: https://doi.org/10.1145/339 ...

  8. 【RS】Amazon.com recommendations: item-to-item collaborative filtering - 亚马逊推荐:基于物品的协同过滤...

    [论文标题]Amazon.com recommendations: item-to-item collaborative filtering (2003,Published by the IEEE C ...

  9. [paper reading] FCOS

    [paper reading] FCOS GitHub:Notes of Classic Detection Papers 2020.11.09更新:更新了Use Yourself,即对于本文的理解和 ...

最新文章

  1. 自动调试用于移动GPU的卷积网络
  2. 周志华等人新著!国内第一部AI本科专业教育培养体系出炉
  3. NASA艾姆斯研究中心将跟Uber团队展开合作
  4. 蚂蚁金服面试经历!临场发挥!
  5. python3猜数字小游戏代码示例
  6. UML 类图几种关系的总结
  7. jQuery 操作 CSS
  8. Restlet框架– Hello World示例
  9. PyQt5的信号和槽
  10. 如何阻止事件冒泡和默认事件
  11. 在JavaScript中仿真Java的enum
  12. mysql数据库中的分组查询语句_详解MySQL中的分组查询与连接查询语句
  13. java 获取yyyymmdd_从JS日期对象获取YYYYMMDD格式的字符串?
  14. python内置数值运算函数有哪几个_Python这68个内置函数,建议你吃透!
  15. 跟着小哈一起读AHT20温湿度传感器驱动源码
  16. 分享143个ASP源码,总有一款适合您
  17. Android和风天气sdk
  18. vuepress引入外部组件后build报错window is not defined
  19. 使用python计算行列式
  20. 交易猫链接搭建/带完整版源码

热门文章

  1. HEVC新技术(一):基于MVC的AMVP技术
  2. pandas等导入excel后 日期时间无法直接运算的问题 (str转datetime的方法)
  3. 计算机操作系统底层相关知识
  4. MATLAB:未来搜索算法(FSA)优化BP神经网络权值、阈值用于降水预测
  5. vscode插件不兼容无法安装
  6. USDCNY--USDCNH 配对交易___境内及离岸人民币即期的协整关系及配对交易策略分析
  7. Spring学习笔记 之 Spring<全>
  8. 飞腾cpu服务器浪潮信息,浪潮发布国产飞腾CPU服务器
  9. C#操作Word模板并且修改书签
  10. Pandas 对DataFrame的缺失值NA值处理4种方法总结