paper-with-me

Papers

INMO: A Model-Agnostic and Scalable Module for Inductive Collaborative Filtering

2021-07-12 · Yunfan Wu, Qi Cao, HuaWei Shen, Shuchang Tao, Xueqi Cheng

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 items (template users), instead of employing an embedding lookup table. Under the theoretical analysis, we further propose an effective indicator for the selection of template users/items. Our proposed INMO can be attached to existing latent factor models as a pre-module, inheriting the expressiveness of backbone models, while bringing the inductive ability and reducing model parameters. We validate the generality of INMO by attaching it to both Matrix Factorization (MF) and LightGCN, which are two representative latent factor models for collaborative filtering. Extensive experiments on three public benchmarks demonstrate the effectiveness and efficiency of INMO in both transductive and inductive recommendation scenarios.

📄 PDF Abstract BibTeX arXiv:2107.05247

Code (1)

WuYunfan/igcn_cf 공식 구현 pytorch

Tasks

Collaborative FilteringRecommendation Systems

Methods 이 논문이 사용한 방법론

LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…

Similar Papers 제목 키워드 기반

BrainMorph: A Foundational Keypoint Model for Robust and Flexible Brain MRI Registration

2024-05-22 · Alan Q. Wang, Rachit Saluja, Heejong Kim, Xinzi He 외

We present a keypoint-based foundation model for general purpose brain MRI registration, based on the recently-proposed KeyMorph framework. Our model, called BrainMorph, serves as a tool that supports multi-modal, pairwi…

inMOTIFin: a lightweight end-to-end simulation software for regulatory sequences

2025-06-25 · Katalin Ferenc, Lorenzo Martini, Ieva Rauluseviciute, Geir Kjetil Sandve 외

The accurate development, assessment, interpretation, and benchmarking of bioinformatics frameworks for analyzing transcriptional regulatory grammars rely on controlled simulations to validate the underlying methods. How…

Benchmarking

TrainMover: An Interruption-Resilient and Reliable ML Training Runtime

2024-12-17 · ChonLam Lao, Minlan Yu, Aditya Akella, Jiamin Cao 외

Large-scale ML training jobs are frequently interrupted by hardware and software anomalies, failures, and management events. Existing solutions like checkpointing or runtime reconfiguration suffer from long downtimes, de…

ManagementScheduling

MinMo: A Multimodal Large Language Model for Seamless Voice Interaction

2025-01-10 · Qian Chen, Yafeng Chen, Yanni Chen, Mengzhe Chen 외

Recent advancements in large language models (LLMs) and multimodal speech-text models have laid the groundwork for seamless voice interactions, enabling real-time, natural, and human-like conversations. Previous models f…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model+4

Unifying Inductive, Cross-Domain, and Multimodal Learning for Robust and Generalizable Recommendation

2025-10-21 · Chanyoung Chung, Kyeongryul Lee, Sunbin Park, Joyce Jiyoung Whang arxiv

Recommender systems have long been built upon the modeling of interactions between users and items, while recent studies have sought to broaden this paradigm by generalizing to new users and items, incorporating diverse …