Open AccessPosted Content
Causal Incremental Graph Convolution for Recommender System Retraining.
TL;DR: In this paper, a causal incremental graph convolution (IGC) is proposed to fuse the long-term and short-term preference signals for recommender models. But the authors do not consider the effect of new data on the representation of inactive nodes.
read more
Abstract: Real-world recommender system needs to be regularly retrained to keep with the new data. In this work, we consider how to efficiently retrain graph convolution network (GCN) based recommender models, which are state-of-the-art techniques for collaborative recommendation. To pursue high efficiency, we set the target as using only new data for model updating, meanwhile not sacrificing the recommendation accuracy compared with full model retraining. This is non-trivial to achieve, since the interaction data participates in both the graph structure for model construction and the loss function for model learning, whereas the old graph structure is not allowed to use in model updating. Towards the goal, we propose a \textit{Causal Incremental Graph Convolution} approach, which consists of two new operators named \textit{Incremental Graph Convolution} (IGC) and \textit{Colliding Effect Distillation} (CED) to estimate the output of full graph convolution. In particular, we devise simple and effective modules for IGC to ingeniously combine the old representations and the incremental graph and effectively fuse the long-term and short-term preference signals. CED aims to avoid the out-of-date issue of inactive nodes that are not in the incremental graph, which connects the new data with inactive nodes through causal inference. In particular, CED estimates the causal effect of new data on the representation of inactive nodes through the control of their collider. Extensive experiments on three real-world datasets demonstrate both accuracy gains and significant speed-ups over the existing retraining mechanism.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
An effective explainable food recommendation using deep image clustering and community detection
Mehrdad Rostami,Usman Muhammad,Saman Forouzandeh,Kamal Berahmand,Vahid Farrahi,Mourad Oussalah +5 more
TL;DR: Zhang et al. as discussed by the authors proposed an explainable food recommendation system that uses the visual content of food to justify their recommendations and incorporated a new similarity score based on a tendency measure that quantifies the extent to which user community prefers a given food category in the recommendation.
29
Guest Editorial: Deep Neural Networks for Graphs: Theory, Models, Algorithms, and Applications
Ming Li,Alessio Micheli,Yu Guang Wang,Shirui Pan,Píetro Lió,Giorgio Stefano Gnecco,Ming Li +6 more
21
Privacy Preserved and Decentralized Smartphone Recommendation System
A. Khan,Maha Driss,Wadii Boulila,Gabriel Avelino Sampedro,Sidra Abbas,Chitapong Wechtaisong +5 more
TL;DR: This study proposes a decentralized smartphone recommendation system using federated learning and TF-IDF features, achieving 96.68% accuracy on a novel dataset of 13,000 mobile phone reviews while preserving customer data security.
20
A Comparative Analysis of Bias Amplification in Graph Neural Network Approaches for Recommender Systems
TL;DR: In this article , a literature review and an analysis of the behavior against biases of different GNN-based algorithms compared to state-of-the-art methods are presented, and appropriate solutions to tackle this issue with the least possible impact on the model's performance are explored.
LightNestle: Quick and Accurate Neural Sequential Tensor Completion via Meta Learning
Yuhui Li,Wei Liang,Kun Xie,Dafang Zhang,Songyou Xie +4 more
- 17 May 2023
TL;DR: LightNestle is proposed, a novel sequential tensor completion scheme based on meta-learning, which designs an expressive neural network to transfer spatial knowledge from previous embeddings to currentembeddings and an attention-based module to transfer temporal patterns into current embedDings in linear complexity.
14
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
Neural Collaborative Filtering
Xiangnan He,Lizi Liao,Hanwang Zhang,Liqiang Nie,Xia Hu,Tat-Seng Chua +5 more
- 03 Apr 2017
TL;DR: This work strives to develop techniques based on neural networks to tackle the key problem in recommendation --- collaborative filtering --- on the basis of implicit feedback, and presents a general framework named NCF, short for Neural network-based Collaborative Filtering.
•Posted Content
Overcoming catastrophic forgetting in neural networks
James Kirkpatrick,Razvan Pascanu,Neil C. Rabinowitz,Joel Veness,Guillaume Desjardins,Andrei Rusu,Kieran Milan,John Quan,Tiago Ramalho,Agnieszka Grabska-Barwinska,Demis Hassabis,Claudia Clopath,Dharshan Kumaran,Raia Hadsell +13 more
TL;DR: It is shown that it is possible to overcome the limitation of connectionist models and train networks that can maintain expertise on tasks that they have not experienced for a long time and selectively slowing down learning on the weights important for previous tasks.
5K
•Proceedings Article
BPR: Bayesian personalized ranking from implicit feedback
Steffen Rendle,Christoph Freudenthaler,Zeno Gantner,Lars Schmidt-Thieme +3 more
- 18 Jun 2009
TL;DR: In this article, the authors proposed a generic optimization criterion BPR-Opt for personalized ranking that is the maximum posterior estimator derived from a Bayesian analysis of the problem, which is based on stochastic gradient descent with bootstrap sampling.
Graph Convolutional Neural Networks for Web-Scale Recommender Systems
Rex Ying,Ruining He,Kaifeng Chen,Pong Eksombatchai,William L. Hamilton,Jure Leskovec +5 more
- 19 Jul 2018
TL;DR: A novel method based on highly efficient random walks to structure the convolutions and a novel training strategy that relies on harder-and-harder training examples to improve robustness and convergence of the model are developed.
4.2K