English

Learning to Fast Unrank in Collaborative Filtering Recommendation

Information Retrieval 2025-11-11 v1 Artificial Intelligence Machine Learning

Abstract

Modern data-driven recommendation systems risk memorizing sensitive user behavioral patterns, raising privacy concerns. Existing recommendation unlearning methods, while capable of removing target data influence, suffer from inefficient unlearning speed and degraded performance, failing to meet real-time unlearning demands. Considering the ranking-oriented nature of recommendation systems, we present unranking, the process of reducing the ranking positions of target items while ensuring the formal guarantees of recommendation unlearning. To achieve efficient unranking, we propose Learning to Fast Unrank in Collaborative Filtering Recommendation (L2UnRank), which operates through three key stages: (a) identifying the influenced scope via interaction-based p-hop propagation, (b) computing structural and semantic influences for entities within this scope, and (c) performing efficient, ranking-aware parameter updates guided by influence information. Extensive experiments across multiple datasets and backbone models demonstrate L2UnRank's model-agnostic nature, achieving state-of-the-art unranking effectiveness and maintaining recommendation quality comparable to retraining, while also delivering a 50x speedup over existing methods. Codes are available at https://github.com/Juniper42/L2UnRank.

Keywords

Cite

@article{arxiv.2511.06803,
  title  = {Learning to Fast Unrank in Collaborative Filtering Recommendation},
  author = {Junpeng Zhao and Lin Li and Ming Li and Amran Bhuiyan and Jimmy Huang},
  journal= {arXiv preprint arXiv:2511.06803},
  year   = {2025}
}
R2 v1 2026-07-01T07:29:06.738Z