paper-with-me

Papers

Recommendation Unlearning

2022-01-18 · Chong Chen, Fei Sun, Min Zhang, Bolin Ding

Recommender systems provide essential web services by learning users' personal preferences from collected data. However, in many cases, systems also need to forget some training data. From the perspective of privacy, several privacy regulations have recently been proposed, requiring systems to eliminate any impact of the data whose owner requests to forget. From the perspective of utility, if a system's utility is damaged by some bad data, the system needs to forget these data to regain utility. From the perspective of usability, users can delete noise and incorrect entries so that a system can provide more useful recommendations. While unlearning is very important, it has not been well-considered in existing recommender systems. Although there are some researches have studied the problem of machine unlearning in the domains of image and text data, existing methods can not been directly applied to recommendation as they are unable to consider the collaborative information. In this paper, we propose RecEraser, a general and efficient machine unlearning framework tailored to recommendation task. The main idea of RecEraser is to partition the training set into multiple shards and train a constituent model for each shard. Specifically, to keep the collaborative information of the data, we first design three novel data partition algorithms to divide training data into balanced groups based on their similarity. Then, considering that different shard models do not uniformly contribute to the final prediction, we further propose an adaptive aggregation method to improve the global model utility. Experimental results on three public benchmarks show that RecEraser can not only achieve efficient unlearning, but also outperform the state-of-the-art unlearning methods in terms of model utility. The source code can be found at https://github.com/chenchongthu/Recommendation-Unlearning

📄 PDF Abstract BibTeX arXiv:2201.06820

Code (1)

chenchongthu/recommendation-unlearning 공식 구현 tf

Tasks

Machine UnlearningRecommendation Systems

Similar Papers 제목 키워드 기반

CURE4Rec: A Benchmark for Recommendation Unlearning with Deeper Influence

2024-08-26 · Chaochao Chen, Jiaming Zhang, Yizhao Zhang, Li Zhang 외

With increasing privacy concerns in artificial intelligence, regulations have mandated the right to be forgotten, granting individuals the right to withdraw their data from models. Machine unlearning has emerged as a pot…

FairnessMachine UnlearningRecommendation Systems

On the Effectiveness of Unlearning in Session-Based Recommendation

2023-12-22 · Xin Xin, Liu Yang, Ziqi Zhao, Pengjie Ren 외

Session-based recommendation predicts users' future interests from previous interactions in a session. Despite the memorizing of historical samples, the request of unlearning, i.e., to remove the effect of certain traini…

Session-Based Recommendations

A Survey on Recommendation Unlearning: Fundamentals, Taxonomy, Evaluation, and Open Questions

2024-12-17 · Yuyuan Li, Xiaohua Feng, Chaochao Chen, Qiang Yang

Recommender systems have become increasingly influential in shaping user behavior and decision-making, highlighting their growing impact in various domains. Meanwhile, the widespread adoption of machine learning models i…

Machine UnlearningRecommendation SystemsSurvey

Recommendation Unlearning via Matrix Correction

2023-07-29 · Jiahao Liu, Dongsheng Li, Hansu Gu, Tun Lu 외

Recommender systems are important for providing personalized services to users, but the vast amount of collected user data has raised concerns about privacy (e.g., sensitive data), security (e.g., malicious data) and uti…

Collaborative FilteringRecommendation Systems

Customized Retrieval-Augmented Generation with LLM for Debiasing Recommendation Unlearning

2025-09-10 · Haichao Zhang, Chong Zhang, Peiyu Hu, Shi Qiu 외 arxiv

Modern recommender systems face a critical challenge in complying with privacy regulations like the 'right to be forgotten': removing a user's data without disrupting recommendations for others. Traditional unlearning me…