TL;DR
CRANet is a novel autoencoder-based recommendation model that effectively utilizes both observed and unobserved user-item interactions to improve recommendation accuracy, addressing the bias caused by negative sampling.
Contribution
This paper introduces CRANet, a new autoencoder architecture with a reflective receptor network and information fusion, capable of leveraging implicit preferences from unobserved interactions.
Findings
CRANet outperforms state-of-the-art methods on four benchmark datasets.
Debiasing negative signals enhances recommendation performance.
The model demonstrates robustness across different recommendation tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
