FedAU2: Attribute Unlearning for User-Level Federated Recommender Systems with Adaptive and Robust Adversarial Training
Yuyuan Li, Junjie Fang, Fengyuan Yu, Xichun Sheng, Tianyu Du, Xuyang Teng, Shaowei Jiang, Linbo Jiang, Jianan Lin, Chaochao Chen
TL;DR
This work tackles attribute leakage in user-level FedRecs by introducing FedAU2, which combines an adaptive Selective Unlearning Trigger with a Dual-Stochastic Variational AutoEncoder to stabilize adversarial training and mask gradient information. The approach directly targets two core challenges: training stability under heterogeneous client data and preventing gradient-based attribute leakage. Extensive experiments on three real-world datasets across multiple FedRec models show that FedAU2 substantially improves unlearning effectiveness with minimal degradation to recommendation performance, outperforming DP-based baselines. The results highlight the practical impact of per-user adaptive defenses for privacy-preserving recommender systems in highly decentralized environments.
Abstract
Federated Recommender Systems (FedRecs) leverage federated learning to protect user privacy by retaining data locally. However, user embeddings in FedRecs often encode sensitive attribute information, rendering them vulnerable to attribute inference attacks. Attribute unlearning has emerged as a promising approach to mitigate this issue. In this paper, we focus on user-level FedRecs, which is a more practical yet challenging setting compared to group-level FedRecs. Adversarial training emerges as the most feasible approach within this context. We identify two key challenges in implementing adversarial training-based attribute unlearning for user-level FedRecs: i) mitigating training instability caused by user data heterogeneity, and ii) preventing attribute information leakage through gradients. To address these challenges, we propose FedAU2, an attribute unlearning method for user-level FedRecs. For CH1, we propose an adaptive adversarial training strategy, where the training dynamics are adjusted in response to local optimization behavior. For CH2, we propose a dual-stochastic variational autoencoder to perturb the adversarial model, effectively preventing gradient-based information leakage. Extensive experiments on three real-world datasets demonstrate that our proposed FedAU2 achieves superior performance in unlearning effectiveness and recommendation performance compared to existing baselines.
