Debiased Pairwise Learning from Positive-Unlabeled Implicit Feedback
Bin Liu, Qin Luo, Bang Wang

TL;DR
This paper introduces a debiased pairwise learning method for implicit feedback data, correcting sampling bias and false negatives to improve collaborative filtering embeddings, validated across multiple datasets.
Contribution
The paper proposes a novel correction technique called debiased pairwise loss (DPL) that addresses false negatives in implicit feedback for pairwise learning.
Findings
DPL effectively reduces bias in embeddings.
Experimental results show improved recommendation accuracy.
Method is easy to implement with minimal code changes.
Abstract
Learning contrastive representations from pairwise comparisons has achieved remarkable success in various fields, such as natural language processing, computer vision, and information retrieval. Collaborative filtering algorithms based on pairwise learning also rooted in this paradigm. A significant concern is the absence of labels for negative instances in implicit feedback data, which often results in the random selected negative instances contains false negatives and inevitably, biased embeddings. To address this issue, we introduce a novel correction method for sampling bias that yields a modified loss for pairwise learning called debiased pairwise loss (DPL). The key idea underlying DPL is to correct the biased probability estimates that result from false negatives, thereby correcting the gradients to approximate those of fully supervised data. The implementation of DPL only…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvacuation and Crowd Dynamics
