TL;DR
This paper introduces INMO, a scalable, model-agnostic module for collaborative filtering that generates inductive embeddings, enabling better handling of new users and items while reducing model complexity.
Contribution
The paper proposes INMO, a novel inductive embedding module that can be integrated with existing models to improve scalability and inductive capabilities in collaborative filtering.
Findings
INMO improves recommendation accuracy in inductive scenarios.
INMO reduces the number of model parameters significantly.
Experiments show INMO's effectiveness on multiple benchmarks.
Abstract
Collaborative filtering is one of the most common scenarios and popular research topics in recommender systems. Among existing methods, latent factor models, i.e., learning a specific embedding for each user/item by reconstructing the observed interaction matrix, have shown excellent performances. However, such user-specific and item-specific embeddings are intrinsically transductive, making it difficult to deal with new users and new items unseen during training. Besides, the number of model parameters heavily depends on the number of all users and items, restricting its scalability to real-world applications. To solve the above challenges, in this paper, we propose a novel model-agnostic and scalable Inductive Embedding Module for collaborative filtering, namely INMO. INMO generates the inductive embeddings for users (items) by characterizing their interactions with some template…
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
MethodsLightGCN
