LGMLMar 5, 2020

Semi-supervised Learning Meets Factorization: Learning to Recommend with Chain Graph Model

arXiv:2003.02452v15 citations
AI Analysis

This work addresses the label sparsity issue in recommender systems, which is an incremental improvement for users and platforms needing more accurate recommendations.

The paper tackles the sparsity problem in recommender systems by combining latent factor models with semi-supervised learning using a probabilistic chain graph model, resulting in significant performance improvements over state-of-the-art methods, especially as data sparsity increases.

Recently latent factor model (LFM) has been drawing much attention in recommender systems due to its good performance and scalability. However, existing LFMs predict missing values in a user-item rating matrix only based on the known ones, and thus the sparsity of the rating matrix always limits their performance. Meanwhile, semi-supervised learning (SSL) provides an effective way to alleviate the label (i.e., rating) sparsity problem by performing label propagation, which is mainly based on the smoothness insight on affinity graphs. However, graph-based SSL suffers serious scalability and graph unreliable problems when directly being applied to do recommendation. In this paper, we propose a novel probabilistic chain graph model (CGM) to marry SSL with LFM. The proposed CGM is a combination of Bayesian network and Markov random field. The Bayesian network is used to model the rating generation and regression procedures, and the Markov random field is used to model the confidence-aware smoothness constraint between the generated ratings. Experimental results show that our proposed CGM significantly outperforms the state-of-the-art approaches in terms of four evaluation metrics, and with a larger performance margin when data sparsity increases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes