GAN-Based Deep Matrix Factorization for Recommendation Systems

Qingqin Wang,Yun Xiong,Yangyong Zhu
DOI: https://doi.org/10.1007/978-981-15-2810-1_38
2020-01-01
Abstract:Recommendation systems can be divided into two categories: a generator model for predicting the relevant item given a user; or a discriminator model for predicting relevancy given a user-item pair. In order to combine the two models for better recommendation, we propose a novel deep matrix factorization model based on a generative adversarial network which uses collaborative graphs to relieve data sparsity. With interactive records, user-collaboration-graph and item-collaboration-graph are constructed. Then, we use the neighbor nodes’ information in collaborative graphs including user-based information and item-based information to alleviate interaction matrix data sparsity. Finally, the pre-filled matrix is fed into a deep generator and a deep discriminator respectively to learn the feature representations of users and items in a common low-dimensional space through adversarial training, which generates better top-N recommendation results. We conduct extensive experiments on two real-world datasets to demonstrate the effectiveness of our model.
What problem does this paper attempt to address?