Review for NeurIPS paper: Simplify and Robustify Negative Sampling for Implicit Collaborative Filtering
–Neural Information Processing Systems
Weaknesses: I don't think the proposed algorithm to leverage the variance is fully sound. The user memory set Mu is updated on each iteration by first uniformly sampling additional items and then retaining those with higher scores (with probability proportional to softmax of the score). First, for datasets that have lots of items, uniform sampling is very unlikely to produce hard negatives with high scores so this procedure can be highly inefficient. Second, since new samples are likely to have lower scores, one either has to increase the temperature or leave Mu relatively static between iterations. If Mu is static then training can saturate and the model can overfit to these negative examples.
Neural Information Processing Systems
Jan-21-2025, 11:24:31 GMT
- Technology: