paper-with-me

홈 › Papers

A Neural Autoregressive Approach to Collaborative Filtering

2016-05-31 · Yin Zheng, Bangsheng Tang, Wenkui Ding, Hanning Zhou

This paper proposes CF-NADE, a neural autoregressive architecture for collaborative filtering (CF) tasks, which is inspired by the Restricted Boltzmann Machine (RBM) based CF model and the Neural Autoregressive Distribution Estimator (NADE). We first describe the basic CF-NADE model for CF tasks. Then we propose to improve the model by sharing parameters between different ratings. A factored version of CF-NADE is also proposed for better scalability. Furthermore, we take the ordinal nature of the preferences into consideration and propose an ordinal cost to optimize CF-NADE, which shows superior performance. Finally, CF-NADE can be extended to a deep model, with only moderately increased computational complexity. Experimental results show that CF-NADE with a single hidden layer beats all previous state-of-the-art methods on MovieLens 1M, MovieLens 10M, and Netflix datasets, and adding more hidden layers can further improve the performance.

📄 PDF Abstract BibTeX arXiv:1605.09477

Code (3)

Build-Week-Spotify-Song-Suggester-5/Data-Science
JoonyoungYi/CFNADE-keras tf
dsanno/chainer-cf-nade

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Collaborative Filtering with User-Item Co-Autoregressive Models

2016-12-21 · Chao Du, Chongxuan Li, Yin Zheng, Jun Zhu 외

Deep neural networks have shown promise in collaborative filtering (CF). However, existing neural approaches are either user-based or item-based, which cannot leverage all the underlying information explicitly. We propos…

Collaborative Filtering

Neural Autoregressive Collaborative Filtering for Implicit Feedback

2016-09-13 · Zheng Yin, Liu Cailiang, Tang Bangsheng, Zhou Hanning

This paper proposes implicit CF-NADE, a neural autoregressive model for collaborative filtering tasks using implicit feedback ( e.g. click, watch, browse behaviors). We first convert a users implicit feedback into a like…

Collaborative Filtering

Reasoning with Autoregressive-Diffusion Collaborative Thoughts

2026-02-02 · Mu Yuan, Liekang Zeng, Guoliang Xing, Lan Zhang 외 arxiv

Autoregressive and diffusion models represent two complementary generative paradigms. Autoregressive models excel at sequential planning and constraint composition, yet struggle with tasks that require explicit spatial o…

Question AnsweringSpatial Reasoning

Local Collaborative Filtering: A Collaborative Filtering Method that Utilizes Local Similarities among Users

2025-11-17 · Zhaoxin Shen, Dan Wu arxiv

To leverage user behavior data from the Internet more effectively in recommender systems, this paper proposes a novel collaborative filtering (CF) method called Local Collaborative Filtering (LCF). LCF utilizes local sim…

Collaborative Filtering

Heterogeneous Collaborative Filtering

2019-08-31 · Yifang Liu, Zhentao Xu, Cong Hui, Yi Xuan 외

Recommendation system is important to a content sharing/creating social network. Collaborative filtering is a widely-adopted technology in conventional recommenders, which is based on similarity between positively engage…

Collaborative FilteringDiversity