Unlearning for Federated Online Learning to Rank: A Reproducibility Study
Yiling Tao, Shuyi Wang, Jiaxi Yang, Guido Zuccon
TL;DR
The paper addresses unlearning in Federated Online Learning to Rank (FOLTR) by adapting five unlearning strategies (Retraining, Fine-tuning, FedEraser, FedRemove, Gradient Ascent) to the federated ranking setting and evaluating them with a unified pipeline. It systematically analyzes under-unlearning and over-unlearning using data- and model-poisoning attacks, RelR, and nDCG@10 across four OLTR datasets, plus distribution-based Fidelity metrics. Key findings show that Fine-tuning provides the strongest under-unlearning performance and fastest recovery, while FedRemove often underperforms; Gradient Ascent can lead to over-unlearning, and FedEraser offers competitive results with calibration. The work advances reproducibility in FU for FOLTR and offers practical insights for privacy-preserving online ranking systems, accompanied by an open-source codebase to support future research.
Abstract
This paper reports on findings from a comparative study on the effectiveness and efficiency of federated unlearning strategies within Federated Online Learning to Rank (FOLTR), with specific attention to systematically analysing the unlearning capabilities of methods in a verifiable manner. Federated approaches to ranking of search results have recently garnered attention to address users privacy concerns. In FOLTR, privacy is safeguarded by collaboratively training ranking models across decentralized data sources, preserving individual user data while optimizing search results based on implicit feedback, such as clicks. Recent legislation introduced across numerous countries is establishing the so called "the right to be forgotten", according to which services based on machine learning models like those in FOLTR should provide capabilities that allow users to remove their own data from those used to train models. This has sparked the development of unlearning methods, along with evaluation practices to measure whether unlearning of a user data successfully occurred. Current evaluation practices are however often controversial, necessitating the use of multiple metrics for a more comprehensive assessment -- but previous proposals of unlearning methods only used single evaluation metrics. This paper addresses this limitation: our study rigorously assesses the effectiveness of unlearning strategies in managing both under-unlearning and over-unlearning scenarios using adapted, and newly proposed evaluation metrics. Thanks to our detailed analysis, we uncover the strengths and limitations of five unlearning strategies, offering valuable insights into optimizing federated unlearning to balance data privacy and system performance within FOLTR. We publicly release our code and complete results at https://github.com/Iris1026/Unlearning-for-FOLTR.git.
