IRLGSIMay 30, 2019

Deep Adversarial Social Recommendation

arXiv:1905.13160v173 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving recommender systems by better integrating social network data, though it appears incremental as it builds on existing social recommendation methods.

The paper tackles the problem of heterogeneous user behavior across social and item domains in social recommendation by proposing DASO, a deep adversarial framework that uses bidirectional mapping and adversarial learning, achieving effectiveness demonstrated through experiments on two real-world datasets.

Recent years have witnessed rapid developments on social recommendation techniques for improving the performance of recommender systems due to the growing influence of social networks to our daily life. The majority of existing social recommendation methods unify user representation for the user-item interactions (item domain) and user-user connections (social domain). However, it may restrain user representation learning in each respective domain, since users behave and interact differently in the two domains, which makes their representations to be heterogeneous. In addition, most of traditional recommender systems can not efficiently optimize these objectives, since they utilize negative sampling technique which is unable to provide enough informative guidance towards the training during the optimization process. In this paper, to address the aforementioned challenges, we propose a novel deep adversarial social recommendation framework DASO. It adopts a bidirectional mapping method to transfer users' information between social domain and item domain using adversarial learning. Comprehensive experiments on two real-world datasets show the effectiveness of the proposed framework.

Code Implementations2 repos
Foundations

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

Your Notes