Recommendation Unlearning via Influence Function
Yang Zhang, Zhiyu Hu, Yimeng Bai, Jiancan Wu, Qifan Wang, Fuli Feng

TL;DR
This paper introduces IFRU, an influence function-based framework for recommendation unlearning that significantly reduces computational costs while maintaining comparable performance to full retraining.
Contribution
The paper proposes a novel influence function-based method for recommendation unlearning that is efficient, complete, and harmless, addressing limitations of existing retraining approaches.
Findings
Achieves over 250 times faster unlearning than retraining methods.
Maintains recommendation performance comparable to full retraining.
Applicable to mainstream differentiable recommender models.
Abstract
Recommendation unlearning is an emerging task to serve users for erasing unusable data (e.g., some historical behaviors) from a well-trained recommender model. Existing methods process unlearning requests by fully or partially retraining the model after removing the unusable data. However, these methods are impractical due to the high computation cost of full retraining and the highly possible performance damage of partial training. In this light, a desired recommendation unlearning method should obtain a similar model as full retraining in a more efficient manner, i.e., achieving complete, efficient and harmless unlearning. In this work, we propose a new Influence Function-based Recommendation Unlearning (IFRU) framework, which efficiently updates the model without retraining by estimating the influence of the unusable data on the model via the influence function. In the light that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Stochastic Gradient Optimization Techniques
MethodsPruning
