Adversarial Collaborative Filtering for Free
Huiyuan Chen, Xiaoting Li, Vivian Lai, Chin-Chia Michael Yeh, Yujie, Fan, Yan Zheng, Mahashweta Das, Hao Yang

TL;DR
This paper introduces SharpCF, an adversarial collaborative filtering method that improves recommendation robustness and generalizability without additional computational cost by leveraging sharpness-aware minimization principles.
Contribution
SharpCF is a novel adversarial training approach for collaborative filtering that avoids min-max optimization, reducing computational overhead while enhancing model robustness.
Findings
SharpCF outperforms existing adversarial CF methods on real-world datasets.
It achieves superior recommendation accuracy with minimal additional computation.
Theoretical analysis links adversarial training to sharpness-aware minimization, explaining its effectiveness.
Abstract
Collaborative Filtering (CF) has been successfully used to help users discover the items of interest. Nevertheless, existing CF methods suffer from noisy data issue, which negatively impacts the quality of recommendation. To tackle this problem, many prior studies leverage adversarial learning to regularize the representations of users/items, which improves both generalizability and robustness. Those methods often learn adversarial perturbations and model parameters under min-max optimization framework. However, there still have two major drawbacks: 1) Existing methods lack theoretical guarantees of why adding perturbations improve the model generalizability and robustness; 2) Solving min-max optimization is time-consuming. In addition to updating the model parameters, each iteration requires additional computations to update the perturbations, making them not scalable for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBalanced Selection
