嘿,记得给“机器学习与推荐算法”添加星标


第31届国际人工智能联合会议(International Joint Conference on Artificial Intelligence, 简称为IJCAI)是人工智能领域最顶级的国际学术会议之一,也是CCF-A类会议。今年的IJCAI将于2022年7月23-29日在奥地利维也纳举办。在今年的4535篇投稿论文中,有大约15%的论文被接收,其中跟推荐系统相关的论文大约14篇。通过对今年的论文题目进行分析发现,对于图数据的挖掘仍然是主流,所涉及的技术涵盖多模态、多行为分析以及基于强化学习、Transformer、对抗学习等技术

通过对14篇推荐系统论文进行总结,其中包含2篇综述类论文,分别涉及推荐系统中的重排序技术[1]以及基于因果的推荐系统综述[2]。另外12篇算法类论文则包含去偏的协同过滤技术[3]、联邦推荐系统中的中毒攻击[4]、离线推荐中的选择偏差问题[5]、基于MLP结构的序列化推荐[6]、基于哈希学习的推荐算法[7,9]、结合对比学习的序列推荐[8]、异质图上的食谱推荐[10]、POI推荐[11,13]、股票分析和推荐的结合算法[12]、结合自监督与图神经网络的多行为推荐算法[14]。更具体的内容可参考下文的部分摘要内容。

1. Neural Re-ranking in Multi-stage Recommender Systems: A Review

Weiwen Liu, Yunjia Xi, Jiarui Qin, Fei Sun, Bo Chen, Weinan Zhang, Rui Zhang, Ruiming Tang

https://arxiv.org/abs/2202.06602

As the final stage of the multi-stage recommender system (MRS), re-ranking directly affects user experience and satisfaction by rearranging the input ranking lists, and thereby plays a critical role in MRS. With the advances in deep learning, neural re-ranking has become a trending topic and been widely applied in industrial applications. This review aims at integrating re-ranking algorithms into a broader picture, and paving ways for more comprehensive solutions for future research. For this purpose, we first present a taxonomy of current methods on neural re-ranking. Then we give a description of these methods along with the historic development according to their objectives. The network structure, personalization, and complexity are also discussed and compared. Next, we provide benchmarks of the major neural re-ranking models and quantitatively analyze their re-ranking performance. Finally, the review concludes with a discussion on future prospects of this field. A list of papers discussed in this review, the benchmark datasets, our re-ranking library LibRerank, and detailed parameter settings are publicly available at https://github.com/LibRerank-Community/LibRerank.

2. On the Opportunity of Causal Learning in Recommendation Systems: Foundation, Estimation, Prediction and Challenges

Peng Wu, Haoxuan Li, Yuhao Deng, Wenjie Hu, Quanyu Dai, Zhenhua Dong, Jie Sun, Rui Zhang, Xiao-Hua Zhou

https://arxiv.org/abs/2201.06716

Recently, recommender system (RS) based on causal inference has gained much attention in the industrial community, as well as the states of the art performance in many prediction and debiasing tasks. Nevertheless, a unified causal analysis framework has not been established yet. Many causal-based prediction and debiasing studies rarely discuss the causal interpretation of various biases and the rationality of the corresponding causal assumptions. In this paper, we first provide a formal causal analysis framework to survey and unify the existing causal-inspired recommendation methods, which can accommodate different scenarios in RS. Then we propose a new taxonomy and give formal causal definitions of various biases in RS from the perspective of violating the assumptions adopted in causal analysis. Finally, we formalize many debiasing and prediction tasks in RS, and summarize the statistical and machine learning-based causal estimation methods, expecting to provide new research opportunities and perspectives to the causal RS community.

3. Trading Hard Negatives and True Negatives: A Debiased Contrastive Collaborative Filtering Approach

Chenxiao Yang, Qitian Wu, Jipeng Jin, Xiaofeng Gao, Junwei Pan, Guihai Chen

https://arxiv.org/abs/2204.11752

Collaborative filtering (CF), as a standard method for recommendation with implicit feedback, tackles a semi-supervised learning problem where most interaction data are unobserved. Such a nature makes existing approaches highly rely on mining negatives for providing correct training signals. However, mining proper negatives is not a free lunch, encountering with a tricky trade-off between mining informative hard negatives and avoiding false ones. We devise a new approach named as Hardness-Aware Debiased Contrastive Collaborative Filtering (HDCCF) to resolve the dilemma. It could sufficiently explore hard negatives from two-fold aspects: 1) adaptively sharpening the gradients of harder instances through a set-wise objective, and 2) implicitly leveraging item/user frequency information with a new sampling strategy. To circumvent false negatives, we develop a principled approach to improve the reliability of negative instances and prove that the objective is an unbiased estimation of sampling from the true negative distribution. Extensive experiments demonstrate the superiority of the proposed model over existing CF models and hard negative mining methods.

4. Poisoning Deep Learning Based Recommender Model in Federated Learning Scenarios

Dazhong Rong, Qinming He, Jianhai Chen

https://arxiv.org/abs/2204.13594

Various attack methods against recommender systems have been proposed in the past years, and the security issues of recommender systems have drawn considerable attention. Traditional attacks attempt to make target items recommended to as many users as possible by poisoning the training data. Benifiting from the feature of protecting users' private data, federated recommendation can effectively defend such attacks. Therefore, quite a few works have devoted themselves to developing federated recommender systems. For proving current federated recommendation is still vulnerable, in this work we probe to design attack approaches targeting deep learning based recommender models in federated learning scenarios. Specifically, our attacks generate poisoned gradients for manipulated malicious users to upload based on two strategies (i.e., random approximation and hard user mining). Extensive experiments show that our well-designed attacks can effectively poison the target models, and the attack effectiveness sets the state-of-the-art.

5. Towards Resolving Propensity Contradiction in Offline Recommender Learning

Yuta Saito, Masahiro Nomura

https://arxiv.org/abs/1910.07295

We study offline recommender learning from explicit rating feedback in the presence of selection bias. A current promising solution for the bias is the inverse propensity score (IPS) estimation. However, the performance of existing propensity-based methods can suffer significantly from the propensity estimation bias. In fact, most of the previous IPS-based methods require some amount of missing-completely-at-random (MCAR) data to accurately estimate the propensity. This leads to a critical self-contradiction; IPS is ineffective without MCAR data, even though it originally aims to learn recommenders from only missing-not-at-random feedback. To resolve this propensity contradiction, we derive a propensity-independent generalization error bound and propose a novel algorithm to minimize the theoretical bound via adversarial learning. Our theory and algorithm do not require a propensity estimation procedure, thereby leading to a well-performing rating predictor without the true propensity information. Extensive experiments demonstrate that the proposed approach is superior to a range of existing methods both in rating prediction and ranking metrics in practical settings without MCAR data.

6. An MLP Architecture for Sequential Recommendations

Muyang Li, Xiangyu Zhao, Chuan Lyu, Minghao Zhao, Runze Wu, Ruocheng Guo

https://arxiv.org/abs/2204.11510

Self-attention models have achieved state-of-the-art performance in sequential recommender systems by capturing the sequential dependencies among user-item interactions. However, they rely on positional embeddings to retain the sequential information, which may break the semantics of item embeddings. In addition, most existing works assume that such sequential dependencies exist solely in the item embeddings, but neglect their existence among the item features. In this work, we propose a novel sequential recommender system (MLP4Rec) based on the recent advances of MLP-based architectures, which is naturally sensitive to the order of items in a sequence. To be specific, we develop a tri-directional fusion scheme to coherently capture sequential, cross-channel and cross-feature correlations. Extensive experiments demonstrate the effectiveness of MLP4Rec over various representative baselines upon two benchmark datasets. The simple architecture of MLP4Rec also leads to the linear computational complexity as well as much fewer model parameters than existing self-attention methods.

7. HCFRec: Hash Collaborative Filtering via Normalized Flow with Structural Consensus for Efficient Recommendation

Fan Wang, Weiming Liu, Chaochao Chen, Mengying Zhu, Xiaolin Zheng

8. Enhancing Sequential Recommendation with Graph Contrastive Learning

Yixin Zhang, Yong Liu, Yonghui Xu, Hao Xiong, Chenyi Lei, Wei He, Lizhen Cui, Chunyan Miao

9. Discrete Listwise Personalized Ranking for Fast Top-N Recommendation with Implicit Feedback

Fangyuan Luo, Jun Wu, Tao Wang

10. RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

Yijun Tian, Chuxu Zhang, Zhichun Guo, Chao Huang, Ronald Metoyer, Nitesh V. Chawla

11. Modeling Spatio-temporal Neighbourhood for Personalized Point-of-interest Recommendation

Xiaolin Wang, Guohao Sun, Xiu FANG, Shoujin Wang, Jian Yang

12. Heterogeneous Interactive Snapshot Network for Review-Enhanced Stock Profiling and Recommendation

Heyuan Wang, Tengjiao Wang, Shun Li, Shijie Guan, Jiayi Zheng, Wei Chen

13. Next Point-of-Interest Recommendation with Inferring Multi-step Future Preferences

Lu Zhang, Zhu Sun, Ziqing Wu, Jie Zhang, Yew Soon Ong, Xinghua Qu

14. Self-supervised Graph Neural Networks for Multi-behavior Recommendation

Shuyun Gu, Xiao Wang, Chuan Shi, Ding Xiao

更多论文可参考官网链接。

https://ijcai-22.org/main-track-accepted-papers/

https://ijcai-22.org/survey-track-accepted-papers/


欢迎干货投稿 \ 论文宣传 \ 合作交流

推荐阅读

SIGIR2022 | 基于用户价格及兴趣偏好的会话推荐

SIGIR2022 | 以用户为中心的对话推荐系统

论文周报 | 推荐系统领域最新研究进展

由于公众号试行乱序推送,您可能不再准时收到机器学习与推荐算法的推送。为了第一时间收到本号的干货内容, 请将本号设为星标,以及常点文末右下角的“在看”。

喜欢的话点个在看吧

IJCAI2022推荐系统论文集锦相关推荐

  1. 【推荐系统】AAAI2022推荐系统论文集锦

    2022年第36届人工智能顶级会议AAAI论文列表已经放出,此次会议共收到9251篇论文提交,其中9020篇论文被审稿.最终录取篇数为1349篇,录取率为可怜的15%.由于境外疫情形势依然严峻,大会将 ...

  2. 【推荐系统】KDD2021推荐系统论文集锦

    嘿,记得给"机器学习与推荐算法"添加星标 一年一度的知识发现与数据挖掘顶级会议SIGKDD将于8月14日至18日在线上举行.据统计,今年共有1541篇有效投稿,其中238篇论文被接 ...

  3. CIKM2022推荐系统论文集锦

    第31届信息和知识管理国际会议CIKM2022将于2022年10月17日-21日以混合会议的方式在美国亚特兰大举行.CIKM会议是数据库/数据挖掘/内容检索领域顶级国际会议,也是中国计算机学会规定的C ...

  4. AAAI2022推荐系统论文集锦

    嘿,记得给"机器学习与推荐算法"添加星标 2022年第36届人工智能顶级会议AAAI论文列表已经放出,此次会议共收到9251篇论文提交,其中9020篇论文被审稿.最终录取篇数为13 ...

  5. KDD2022推荐系统论文集锦

    嘿,记得给"机器学习与推荐算法"添加星标 第28届SIGKDD会议将于8月14日至18日在华盛顿举行.据统计,今年共有1695篇有效投稿,其中254篇论文被接收,接收率为14.98 ...

  6. KDD2022推荐系统论文集锦(附pdf下载)

    嘿,记得给"机器学习与推荐算法"添加星标 第28届SIGKDD会议将于8月14日至18日在华盛顿举行.据统计,今年共有1695篇有效投稿,其中254篇论文被接收,接收率为14.98 ...

  7. RecSys2021推荐系统论文集锦

    嘿,记得给"机器学习与推荐算法"添加星标 第15届推荐系统年会(ACM RecSys 2021)将于9月27日-10月1日在荷兰阿姆斯特丹举行,大会表明可以以更包容的方式通过线上的 ...

  8. KDD2021推荐系统论文集锦

    嘿,记得给"机器学习与推荐算法"添加星标 一年一度的知识发现与数据挖掘顶级会议SIGKDD将于8月14日至18日在线上举行.据统计,今年共有1541篇有效投稿,其中238篇论文被接 ...

  9. WSDM2023推荐系统论文集锦

    嘿,记得给"机器学习与推荐算法"添加星标 第16届国际网络检索与数据挖掘会议WSDM将在2023年2月27日到3月3日于新加坡举行.今年此次会议共收到了690份有效投稿,最终录取篇 ...

  10. CIKM2021推荐系统论文集锦

    猜你喜欢 0.2021年轻人性生活调研报告 1.如何搭建一套个性化推荐系统? 2.从零开始搭建创业公司后台技术栈 3.某视频APP推荐详解(万字长文) 4.微博推荐算法实践与机器学习平台演进 5.腾讯 ...

最新文章

  1. 如何设计 Web App 应用架构?「两分钟了解 IOING」
  2. [置顶] 显示/隐藏登录密码
  3. Python3可变字符串代码实现
  4. MapReduce Job集群提交过程源码跟踪及分析
  5. 力争营收渠道多样化,Line 向自拍应用 Snow 投资 4500 万美元
  6. RxJava:从未来到可观察
  7. 回调java 简书_Java接口回调机制详解【转】
  8. ESXi 中重新启动管理代理
  9. truffle 安装以及基本指令
  10. 从神话诗歌到奇幻科学的人类探索史·《月亮》·三
  11. cad页面布局快捷键_cad设置快捷键(cad快捷键在哪里修改设置)
  12. mysql中部门表和员工表_数据库 员工表和部门表
  13. PKI体系和数字证书
  14. 华为谷歌安装器 Android6.0,gms安装器华为
  15. 网站漏洞扫描工具--Safe3 Web Vul Scanner功能展示
  16. 优维助力国内某省级商业银行同城异地灾备自动化建设
  17. java窗体jmeun刷新,java – JME 3 Swing,多幅画布
  18. SQL入门-连结(JOIN)
  19. 水下超声波测距c语言程序,51单片机超声波测距C程序
  20. MFC中MediaPlayer基本功能使用

热门文章

  1. 大数据面试题汇总(含数仓)
  2. Windows徽标键快捷键
  3. 冲击港交所:百果园书写水果连锁运营默示录
  4. 已解决:git push代码出现Support for password authentication was removed on August 13, 2021.
  5. 天猫Java岗位薪资及职位描述!月薪 40000 的Java程序员,需要掌握哪些技术?
  6. Scala Test
  7. 111wqdqwdwedwedwdwededwedwe
  8. QQ浏览器不能播放视频怎么办?要如何解决
  9. 新操作系统有哪些新功能?一起来看看吧!
  10. 2020-10-31