MixDec Sampling: A Soft Link-based Sampling Method of Graph Neural Network for Recommendation
Xiangjin Xie,Yuxin Chen,Ruipeng Wang,Xianli Zhang,Shilei Cao,Kai Ouyang,Zihan Zhang,Hai-Tao Zheng,Buyue Qian,Hansen Zheng,Bo Hu,Chengxiang Zhuo,Zang Li
DOI: https://doi.org/10.1109/ICDM54844.2022.00070
2022-01-01
Abstract:Graph neural networks have been widely used in recent recommender systems, where negative sampling plays an important role. Existing negative sampling methods restrict the relationship between nodes as either hard positive pairs or hard negative pairs. This leads to the loss of structural information, and lacks the mechanism to generate positive pairs for nodes with few neighbors. To overcome limitations, we propose a novel soft link-based sampling method, namely MixDec Sampling, which consists of Mixup Sampling module and Decay Sampling module. The Mixup Sampling augments node features by synthesizing new nodes and soft links, which provides sufficient number of samples for nodes with few neighbors. The Decay Sampling strengthens the digestion of graph structure information by generating soft links for node embedding learning. To the best of our knowledge, we are the first to model sampling relationships between nodes by soft links in GNN-based recommender systems. Extensive experiments demonstrate that the proposed MixDec Sampling can significantly and consistently improve the recommendation performance of several representative GNN-based models on various recommendation benchmarks.
What problem does this paper attempt to address?