# A Correlative Denoising Autoencoder to Model Social Influence for Top-N   Recommender System

**Authors:** Yiteng Pan, Fazhi He, Haiping Yu

arXiv: 1703.01760 · 2019-12-06

## TL;DR

This paper introduces CoDAE, a novel autoencoder-based model that captures social influence and user role correlations to improve Top-N recommendations in sparse social and rating data environments.

## Contribution

The paper proposes a correlative denoising autoencoder that models user roles and their correlations, enhancing recommendation accuracy with sparse data.

## Key findings

- Outperforms state-of-the-art algorithms on MAP and NDCG metrics
- Effectively models social influence and user roles in sparse data settings
- Demonstrates robustness in learning from limited social and rating data

## Abstract

In recent years, there are numerous works been proposed to leverage the techniques of deep learning to improve social-aware recommendation performance. In most cases, it requires a larger number of data to train a robust deep learning model, which contains a lot of parameters to fit training data. However, both data of user ratings and social networks are facing critical sparse problem, which makes it not easy to train a robust deep neural network model. Towards this problem, we propose a novel Correlative Denoising Autoencoder (CoDAE) method by taking correlations between users with multiple roles into account to learn robust representations from sparse inputs of ratings and social networks for recommendation. We develop the CoDAE model by utilizing three separated autoencoders to learn user features with roles of rater, truster and trustee, respectively. Especially, on account of that each input unit of user vectors with roles of truster and trustee is corresponding to a particular user, we propose to utilize shared parameters to learn common information of the units that corresponding to same users. Moreover, we propose a related regularization term to learn correlations between user features that learnt by the three subnetworks of CoDAE model. We further conduct a series of experiments to evaluate the proposed method on two public datasets for Top-N recommendation task. The experimental results demonstrate that the proposed model outperforms state-of-the-art algorithms on rank-sensitive metrics of MAP and NDCG.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.01760/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1703.01760/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1703.01760/full.md

---
Source: https://tomesphere.com/paper/1703.01760