Empowering Collaborative Filtering with Principled Adversarial Contrastive Loss
An Zhang, Leheng Sheng, Zhibo Cai, Xiang Wang, Tat-Seng Chua

TL;DR
This paper introduces AdvInfoNCE, a principled adversarial contrastive loss tailored for collaborative filtering, which adaptively mines hard negatives and improves generalization in top-K recommendation tasks.
Contribution
It proposes AdvInfoNCE, a novel adversarial contrastive loss specifically designed for CF, addressing challenges like out-of-distribution data and false negatives, with theoretical and empirical validation.
Findings
AdvInfoNCE outperforms existing contrastive losses in recommendation tasks.
It enhances model robustness against out-of-distribution data.
Empirical results show improved generalization and recommendation accuracy.
Abstract
Contrastive Learning (CL) has achieved impressive performance in self-supervised learning tasks, showing superior generalization ability. Inspired by the success, adopting CL into collaborative filtering (CF) is prevailing in semi-supervised top-K recommendations. The basic idea is to routinely conduct heuristic-based data augmentation and apply contrastive losses (e.g., InfoNCE) on the augmented views. Yet, some CF-tailored challenges make this adoption suboptimal, such as the issue of out-of-distribution, the risk of false negatives, and the nature of top-K evaluation. They necessitate the CL-based CF scheme to focus more on mining hard negatives and distinguishing false negatives from the vast unlabeled user-item interactions, for informative contrast signals. Worse still, there is limited understanding of contrastive loss in CF methods, especially w.r.t. its generalization ability.…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Technologies in Various Fields · Domain Adaptation and Few-Shot Learning · Flood Risk Assessment and Management
MethodsInfoNCE · Focus
