paper-with-me

홈 › Papers

Collaborative Reflection-Augmented Autoencoder Network for Recommender Systems

2022-01-10 · Lianghao Xia, Chao Huang, Yong Xu, Huance Xu, Xiang Li, WeiGuo Zhang

As the deep learning techniques have expanded to real-world recommendation tasks, many deep neural network based Collaborative Filtering (CF) models have been developed to project user-item interactions into latent feature space, based on various neural architectures, such as multi-layer perceptron, auto-encoder and graph neural networks. However, the majority of existing collaborative filtering systems are not well designed to handle missing data. Particularly, in order to inject the negative signals in the training phase, these solutions largely rely on negative sampling from unobserved user-item interactions and simply treating them as negative instances, which brings the recommendation performance degradation. To address the issues, we develop a Collaborative Reflection-Augmented Autoencoder Network (CRANet), that is capable of exploring transferable knowledge from observed and unobserved user-item interactions. The network architecture of CRANet is formed of an integrative structure with a reflective receptor network and an information fusion autoencoder module, which endows our recommendation framework with the ability of encoding implicit user's pairwise preference on both interacted and non-interacted items. Additionally, a parametric regularization-based tied-weight scheme is designed to perform robust joint training of the two-stage CRANet model. We finally experimentally validate CRANet on four diverse benchmark datasets corresponding to two recommendation tasks, to show that debiasing the negative signals of user-item interactions improves the performance as compared to various state-of-the-art recommendation techniques. Our source code is available at https://github.com/akaxlh/CRANet.

📄 PDF Abstract BibTeX arXiv:2201.03158

Code (1)

akaxlh/cranet 공식 구현 tf

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

An Explainable Autoencoder For Collaborative Filtering Recommendation

2019-12-23 · Pegah Sagheb Haghighi, Olurotimi Seton, Olfa Nasraoui

Autoencoders are a common building block of Deep Learning architectures, where they are mainly used for representation learning. They have also been successfully used in Collaborative Filtering (CF) recommender systems t…

Collaborative FilteringDeep LearningExplainable RecommendationRecommendation Systems+1

Co-Authoring the Self: A Human-AI Interface for Interest Reflection in Recommenders

2025-10-10 · Ruixuan Sun, Junyuan Wang, Sanjali Roy, Joseph A. Konstan arxiv

Natural language-based user profiles in recommender systems have been explored for their interpretability and potential to help users scrutinize and refine their interests, thereby improving recommendation quality. Build…

Social movie recommender system based on deep autoencoder network using Twitter data

2020-10-07 · 16/06 2020 10 · Hossein Tahmasebi1, Reza Ravanmehr1, Rezvan Mohamadrezaei1

Recommender systems attempt to provide effective suggestions to each user based on their interests and behaviors. These recommendations usually match the personal user preferences and assist them in the decision-making p…

Collaborative FilteringDecision MakingRecommendation Systems

Deep Variational Models for Collaborative Filtering-based Recommender Systems

2021-07-27 · Jesús Bobadilla, Fernando Ortega, Abraham Gutiérrez, Ángel González-Prieto

Deep learning provides accurate collaborative filtering models to improve recommender system results. Deep matrix factorization and their related collaborative neural networks are the state-of-art in the field; neverthel…

Collaborative FilteringData AugmentationRecommendation Systems

Modurec: Recommender Systems with Feature and Time Modulation

2020-10-13 · Javier Maroto, Clément Vignac, Pascal Frossard

Current state of the art algorithms for recommender systems are mainly based on collaborative filtering, which exploits user ratings to discover latent factors in the data. These algorithms unfortunately do not make effe…

Collaborative FilteringRecommendation Systems