paper-with-me

Papers

Causal Incremental Graph Convolution for Recommender System Retraining

2021-08-16 · Sihao Ding, Fuli Feng, Xiangnan He, Yong Liao, Jun Shi, Yongdong Zhang

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.

📄 PDF Abstract BibTeX arXiv:2108.06889

Code (1)

Dingseewhole/CI_LightGCN_master 공식 구현 pytorch

Tasks

Causal InferenceRecommendation Systems

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

GraphSAIL: Graph Structure Aware Incremental Learning for Recommender Systems

2020-08-25 · Yishi Xu, Yingxue Zhang, Wei Guo, Huifeng Guo 외

Given the convenience of collecting information through online services, recommender systems now consume large scale data and play a more important role in improving user experience. With the recent emergence of Graph Ne…

Incremental LearningRecommendation Systems

Incremental Causal Graph Learning for Online Cyberattack Detection in Cyber-Physical Infrastructures

2025-07-18 · Arun Vignesh Malarkkan, Dongjie Wang, Haoyue Bai, Yanjie Fu arxiv

The escalating threat of cyberattacks on real-time critical infrastructures poses serious risks to public safety, demanding detection methods that effectively capture complex system interdependencies and adapt to evolvin…

Graph ClassificationAnomaly DetectionGraph Learning

Light distillation for Incremental Graph Convolution Collaborative Filtering

2025-05-26 · X Fan, F Mo, C Chen, H Yamana

Recommender systems presently utilize vast amounts of data and play a pivotal role in enhancing user experiences. Graph Convolution Networks (GCNs) have surfaced as highly efficient models within the realm of recommender…

Collaborative FilteringKnowledge DistillationRecommendation Systems

A Probabilistic Framework for Temporal Distribution Generalization in Industry-Scale Recommender Systems

2025-11-26 · Yuxuan Zhu, Cong Fu, Yabo Ni, Anxiang Zeng 외 arxiv

Temporal distribution shift (TDS) erodes the long-term accuracy of recommender systems, yet industrial practice still relies on periodic incremental training, which struggles to capture both stable and transient patterns…

Self-Supervised LearningIncremental LearningData Augmentation

Rolling Forward: Enhancing LightGCN with Causal Graph Convolution for Credit Bond Recommendation

2025-03-18 · Ashraf Ghiye, Baptiste Barreau, Laurent Carlier, Michalis Vazirgiannis

Graph Neural Networks have significantly advanced research in recommender systems over the past few years. These methods typically capture global interests using aggregated past interactions and rely on static embeddings…

Recommendation Systems