ICASSP 2025accepted0 citations

E-RNS : Enhancing Negative Sample Quality from Gradient Perspective for Graph Recommendation

Qiangsheng Feng, Jiwei Qin, Jie Ma

Abstract

Bayesian Personalized Ranking (BPR) is a widely used optimization function in GNN-based recommender systems, and negative samples are usually obtained through the Random Negative Sampling (RNS) method during BPR training. However, from the gradient perspective, RNS tends to select low-quality samples with minimal information, resulting in small gradients. These small gradients contribute little to BPR optimization, limiting the model’s ability to effectively distinguish between positive and negative samples. To alleviate this issue, we propose a general negative sample information enhancement method: Enhancing Random Negative Sampling (E-RNS), which constructs hard negative samples by enhancing the information in randomly selected negative samples. Specifically, in the Noise Injection step, it generates initial noise and injects a certain amount of noise in the same direction into the vector dimensions of positive samples to create enriched information. Then, in the Information Fusion step, this enriched information is mixed with the negative samples to synthesize new hard negative samples. Extensive experiments demonstrate that applying E-RNS to GNN-based recommender models significantly improves performance.

BibTeX
@inproceedings{icassp2025_ernsenhancingneg,
  title = {E-RNS : Enhancing Negative Sample Quality from Gradient Perspective for Graph Recommendation},
  author = {Qiangsheng Feng and Jiwei Qin and Jie Ma},
  booktitle = {ICASSP 2025},
  year = {2025}
}