EAAI Journal 2025 Journal Article
Multi-view collaborative signal fusion and representation property optimization for recommendation
- Pengfan Chen
- Wei Zhou
- Yao Chang
- Jun Zeng
- Junhao Wen
Modern recommender systems frequently grapple with challenges like data sparsity, data noise, and long-tail distribution, which limit the efficacy of these models. In the past, numerous studies have attempted to solve these problems through graph neural networks or other advanced techniques, achieving considerable performance. However, there still remains a significant lack in the application of self-supervised and contrastive learning approaches, leading to inadequate data representation capabilities, poor model generalization, and lower recommendation accuracy. To address these difficulties, we propose Multi-View Collaborative Signal Fusion and Representation Property Optimization for Recommendation (MCSF-RPORec), customized for item recommendations. The model comprises a preference encoding strategy, multi-view collaborative signal fusion, contrastive learning and representation optimization. Our model’s multi-view collaborative fusion approach effectively addresses the data sparsity issue by leveraging diverse sources of information, while contrastive learning and representation property optimization enhance representation robustness against noise. The advancement of our model is demonstrated through its application in item recommendations on Yelp and Epinions datasets. Our code is at https: //github. com/CQURec/-MCSF-RPORec.