IRAILGNov 10, 2025

Learning to Fast Unrank in Collaborative Filtering Recommendation

arXiv:2511.06803v1h-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses privacy concerns in recommendation systems by enabling real-time unlearning, though it is incremental as it builds on existing unlearning methods.

The paper tackles the problem of inefficient and performance-degrading unlearning in recommendation systems by introducing unranking to reduce target item rankings with formal guarantees, achieving a 50x speedup over existing methods while maintaining recommendation quality comparable to retraining.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes