Matrix Completion with Preference Ranking for Top-N Recommendation

Abstract

Matrix completion has become a popular method for top-N recommendation due to the low rank nature of sparse rating matrices. However, many existing methods produce top-N recommendations by recovering a user-item matrix solely based on a low rank function or its relaxations, while ignoring other important intrinsic characteristics of the top-N recommendation tasks such as preference ranking over the items. In this paper, we propose a novel matrix completion method that integrates the low rank and preference ranking characteristics of recommendation matrix under a self-recovery model for top-N recommendation. The proposed method is formulated as a joint minimization problem and solved using an ADMM algorithm. We conduct experiments on E-commerce datasets. The experimental results show the proposed approach outperforms several state-of-the-art methods.

Cite

Text

Wang et al. "Matrix Completion with Preference Ranking for Top-N Recommendation." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/498

Markdown

[Wang et al. "Matrix Completion with Preference Ranking for Top-N Recommendation." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/wang2018ijcai-matrix/) doi:10.24963/IJCAI.2018/498

BibTeX

@inproceedings{wang2018ijcai-matrix,
  title     = {{Matrix Completion with Preference Ranking for Top-N Recommendation}},
  author    = {Wang, Zengmao and Guo, Yuhong and Du, Bo},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {3585-3591},
  doi       = {10.24963/IJCAI.2018/498},
  url       = {https://mlanthology.org/ijcai/2018/wang2018ijcai-matrix/}
}