🤖 AI Summary
To address privacy leakage risks of user sensitive attributes (e.g., age, gender) in recommender systems, this paper proposes the first attribute-level fine-grained model unlearning method, enabling selective removal of a specific attribute’s influence without full model retraining. Our approach integrates gradient inversion constraints, attribute-decoupled representation learning, influence estimation, and localized parameter correction, and is instantiated within graph neural recommendation frameworks such as LightGCN. Experiments on Amazon-Book and Yelp2018 demonstrate >92% attribute unidentifiability and <3% recommendation accuracy degradation—substantially outperforming existing baselines. All code, configuration files, and comprehensive experimental results are publicly released to ensure full reproducibility. This work establishes a novel paradigm for compliant, interpretable, and privacy-preserving recommendation.
📝 Abstract
In this paper, we reproduce the experimental results presented in our previous work titled"Making Users Indistinguishable: Attribute-wise Unlearning in Recommender Systems,"which was published in the proceedings of the 31st ACM International Conference on Multimedia. This paper aims to validate the effectiveness of our proposed method and help others reproduce our experimental results. We provide detailed descriptions of our preprocessed datasets, source code structure, configuration file settings, experimental environment, and reproduced experimental results.