Representation Extraction and Deep Neural Recommendation for Collaborative Filtering
Arash Khoeini, Saman Haratizadeh, Ehsan Hoseinzade

TL;DR
This paper introduces RexNet, a deep neural network approach that learns user and item representations directly from rating matrices for collaborative filtering, outperforming existing methods without relying on auxiliary unstructured data.
Contribution
The paper proposes a novel modular deep learning framework, RexNet, which extracts hierarchical features from rating matrices for improved recommendation accuracy.
Findings
RexNet significantly outperforms baseline algorithms across various datasets.
The approach effectively captures user-item interactions using only rating data.
RexNet is robust across datasets with different density levels.
Abstract
Many Deep Learning approaches solve complicated classification and regression problems by hierarchically constructing complex features from the raw input data. Although a few works have investigated the application of deep neural networks in recommendation domain, they mostly extract entity features by exploiting unstructured auxiliary data such as visual and textual information, and when it comes to using user-item rating matrix, feature extraction is done by using matrix factorization. As matrix factorization has some limitations, some works have been done to replace it with deep neural network. but these works either need to exploit unstructured data such item's reviews or images, or are specially designed to use implicit data and don't take user-item rating matrix into account. In this paper, we investigate the usage of novel representation learning algorithms to extract users 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Advanced Graph Neural Networks
