# AutoSVD++: An Efficient Hybrid Collaborative Filtering Model via   Contractive Auto-encoders

**Authors:** Shuai Zhang, Lina Yao, Xiwei Xu

arXiv: 1704.00551 · 2017-06-14

## TL;DR

AutoSVD++ introduces a scalable hybrid collaborative filtering model that integrates content information and implicit feedback using contractive auto-encoders, significantly improving recommendation accuracy on large datasets.

## Contribution

The paper presents a novel hybrid matrix factorization model utilizing contractive auto-encoders to effectively incorporate content data without manual feature engineering.

## Key findings

- Outperforms existing methods on three large datasets
- Achieves higher recommendation accuracy
- Demonstrates good scalability and efficiency

## Abstract

Collaborative filtering (CF) has been successfully used to provide users with personalized products and services. However, dealing with the increasing sparseness of user-item matrix still remains a challenge. To tackle such issue, hybrid CF such as combining with content based filtering and leveraging side information of users and items has been extensively studied to enhance performance. However, most of these approaches depend on hand-crafted feature engineering, which are usually noise-prone and biased by different feature extraction and selection schemes. In this paper, we propose a new hybrid model by generalizing contractive auto-encoder paradigm into matrix factorization framework with good scalability and computational efficiency, which jointly model content information as representations of effectiveness and compactness, and leverage implicit user feedback to make accurate recommendations. Extensive experiments conducted over three large scale real datasets indicate the proposed approach outperforms the compared methods for item recommendation.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1704.00551/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1704.00551/full.md

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