MixDec Sampling: A Soft Link-based Sampling Method of Graph Neural Network for Recommendation
Xiangjin Xie, Yuxin Chen, Ruipeng Wang, Kai Ouyang, Zihan Zhang, Hai-Tao Zheng, Buyue Qian, Hansen Zheng, Bo Hu, Chengxiang Zhuo, Zang Li
TL;DR
MixDec Sampling introduces soft link-based sampling for GNN-based recommender systems to overcome the limitations of binary hard sampling. It combines Mixup Sampling and BFS-driven Decay Sampling to synthesize new nodes and preserve graph structure, improving embedding learning for nodes with few neighbors. Across three datasets and three backbone GNNs, MixDec yields consistent gains in MRR and Hit@K, with notable benefits in dense graphs and sparse neighborhoods. The approach is plug-and-play, scalable, and offers a practical boost for real-world graph-based recommendations.
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.
