paper-with-me

Papers

Lightweight Compositional Embeddings for Incremental Streaming Recommendation

2022-02-04 · Mengyue Hang, Tobias Schnabel, Longqi Yang, Jennifer Neville

Most work in graph-based recommender systems considers a {\em static} setting where all information about test nodes (i.e., users and items) is available upfront at training time. However, this static setting makes little sense for many real-world applications where data comes in continuously as a stream of new edges and nodes, and one has to update model predictions incrementally to reflect the latest state. To fully capitalize on the newly available data in the stream, recent graph-based recommendation models would need to be repeatedly retrained, which is infeasible in practice. In this paper, we study the graph-based streaming recommendation setting and propose a compositional recommendation model -- Lightweight Compositional Embedding (LCE) -- that supports incremental updates under low computational cost. Instead of learning explicit embeddings for the full set of nodes, LCE learns explicit embeddings for only a subset of nodes and represents the other nodes {\em implicitly}, through a composition function based on their interactions in the graph. This provides an effective, yet efficient, means to leverage streaming graph data when one node type (e.g., items) is more amenable to static representation. We conduct an extensive empirical study to compare LCE to a set of competitive baselines on three large-scale user-item recommendation datasets with interactions under a streaming setting. The results demonstrate the superior performance of LCE, showing that it achieves nearly skyline performance with significantly fewer parameters than alternative graph-based models.

📄 PDF Abstract BibTeX arXiv:2202.02427

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Semantic IDs for Music Recommendation

2025-07-24 · M. Jeffrey Mei, Florian Henkel, Samuel E. Sandberg, Oliver Bembom 외 arxiv

Training recommender systems for next-item recommendation often requires unique embeddings to be learned for each item, which may take up most of the trainable parameters for a model. Shared embeddings, such as using con…

Scalable Dynamic Embedding Size Search for Streaming Recommendation

2024-07-22 · Yunke Qu, Liang Qu, Tong Chen, Xiangyu Zhao 외

Recommender systems typically represent users and items by learning their embeddings, which are usually set to uniform dimensions and dominate the model parameters. However, real-world recommender systems often operate i…

Recommendation Systems

Lightweight Embeddings with Graph Rewiring for Collaborative Filtering

2025-05-25 · Xurong Liang, Tong Chen, Wei Yuan, Hongzhi Yin

As recommendation services scale rapidly and their deployment now commonly involves resource-constrained edge devices, GNN-based recommender systems face significant challenges, including high embedding storage costs and…

Collaborative FilteringRecommendation Systems

Fast Second-Order Online Kernel Learning through Incremental Matrix Sketching and Decomposition

2024-10-15 · Dongxie Wen, Xiao Zhang, Zhewei Wei

Online Kernel Learning (OKL) has attracted considerable research interest due to its promising predictive performance in streaming environments. Second-order approaches are particularly appealing for OKL as they often of…

Recommendation Systems

Diffusion-EXR: Controllable Review Generation for Explainable Recommendation via Diffusion Models

2023-12-24 · Ling Li, Shaohua Li, Winda Marantika, Alex C. Kot 외

Denoising Diffusion Probabilistic Model (DDPM) has shown great competence in image and audio generation tasks. However, there exist few attempts to employ DDPM in the text generation, especially review generation under r…

Audio GenerationDenoisingExplainable RecommendationRecommendation Systems+3