Modeling Embedding Dimension Correlations via Convolutional Neural Collaborative Filtering
Xiaoyu Du, Xiangnan He, Fajie Yuan, Jinhui Tang, Zhiguang Qin and, Tat-Seng Chua

TL;DR
This paper introduces ConvNCF, a neural collaborative filtering framework that explicitly models correlations among embedding dimensions using outer products and convolutional neural networks, leading to improved recommendation accuracy.
Contribution
It proposes a novel neural CF model that explicitly captures high-order embedding dimension correlations through outer products and CNNs, enhancing recommendation performance.
Findings
ConvNCF outperforms several competitive CF methods on real-world datasets.
Modeling embedding correlations improves recommendation effectiveness.
Extensive experiments validate the utility of the proposed approach.
Abstract
As the core of recommender system, collaborative filtering (CF) models the affinity between a user and an item from historical user-item interactions, such as clicks, purchases, and so on. Benefited from the strong representation power, neural networks have recently revolutionized the recommendation research, setting up a new standard for CF. However, existing neural recommender models do not explicitly consider the correlations among embedding dimensions, making them less effective in modeling the interaction function between users and items. In this work, we emphasize on modeling the correlations among embedding dimensions in neural networks to pursue higher effectiveness for CF. We propose a novel and general neural collaborative filtering framework, namely ConvNCF, which is featured with two designs: 1) applying outer product on user embedding and item embedding to explicitly model…
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.
Taxonomy
TopicsRecommender Systems and Techniques
