Deep Item-based Collaborative Filtering for Top-N Recommendation
Feng Xue, Xiangnan He, Xiang Wang, Jiandong Xu, Kai Liu, Richang Hong

TL;DR
This paper introduces DeepICF, a deep neural network-based item-based collaborative filtering method that models higher-order and nonlinear item interactions to improve top-N recommendation accuracy.
Contribution
It proposes a novel deep learning approach for ICF that captures complex user-item interaction patterns beyond linear similarity modeling.
Findings
DeepICF outperforms traditional ICF methods on MovieLens and Pinterest datasets.
Higher-order interaction modeling significantly improves recommendation accuracy.
Attention mechanisms further enhance the performance of DeepICF.
Abstract
Item-based Collaborative Filtering(short for ICF) has been widely adopted in recommender systems in industry, owing to its strength in user interest modeling and ease in online personalization. By constructing a user's profile with the items that the user has consumed, ICF recommends items that are similar to the user's profile. With the prevalence of machine learning in recent years, significant processes have been made for ICF by learning item similarity (or representation) from data. Nevertheless, we argue that most existing works have only considered linear and shallow relationship between items, which are insufficient to capture the complicated decision-making process of users. In this work, we propose a more expressive ICF solution by accounting for the nonlinear and higher-order relationship among items. Going beyond modeling only the second-order interaction (e.g. similarity)…
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 · Image and Video Quality Assessment · Advanced Bandit Algorithms Research
