paper-with-me

홈 › Papers

Global-Local Item Embedding for Temporal Set Prediction

2021-09-05 · Seungjae Jung, Young-Jin Park, Jisu Jeong, Kyung-Min Kim, Hiun Kim, Minkyu Kim, Hanock Kwak

Temporal set prediction is becoming increasingly important as many companies employ recommender systems in their online businesses, e.g., personalized purchase prediction of shopping baskets. While most previous techniques have focused on leveraging a user's history, the study of combining it with others' histories remains untapped potential. This paper proposes Global-Local Item Embedding (GLOIE) that learns to utilize the temporal properties of sets across whole users as well as within a user by coining the names as global and local information to distinguish the two temporal patterns. GLOIE uses Variational Autoencoder (VAE) and dynamic graph-based model to capture global and local information and then applies attention to integrate resulting item embeddings. Additionally, we propose to use Tweedie output for the decoder of VAE as it can easily model zero-inflated and long-tailed distribution, which is more suitable for several real-world data distributions than Gaussian or multinomial counterparts. When evaluated on three public benchmarks, our algorithm consistently outperforms previous state-of-the-art methods in most ranking metrics.

📄 PDF Abstract BibTeX arXiv:2109.02074

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderPredictionRecommendation Systems

Similar Papers 제목 키워드 기반

Dynamic Embeddings for Interaction Prediction

2020-11-10 · Zekarias T. Kefato, Sarunas Girdzijauskas, Nasrullah Sheikh, Alberto Montresor

In recommender systems (RSs), predicting the next item that a user interacts with is critical for user retention. While the last decade has seen an explosion of RSs aimed at identifying relevant items that match user pre…

PredictionRecommendation Systems

Lightweight Self-Attentive Sequential Recommendation

2021-08-25 · Yang Li, Tong Chen, Peng-Fei Zhang, Hongzhi Yin

Modern deep neural networks (DNNs) have greatly facilitated the development of sequential recommender systems by achieving state-of-the-art recommendation performance on various sequential recommendation tasks. Given a s…

Recommendation SystemsSequential Recommendation

LGMRec: Local and Global Graph Learning for Multimodal Recommendation

2023-12-27 · Zhiqiang Guo, Jianjun Li, GuoHui Li, Chaoyang Wang 외

The multimodal recommendation has gradually become the infrastructure of online media platforms, enabling them to provide personalized service to users through a joint modeling of user historical behaviors (e.g., purchas…

Graph EmbeddingGraph Learninghypergraph embeddingMultimodal Recommendation

Learning to Collaborate via Structures: Cluster-Guided Item Alignment for Federated Recommendation

2026-02-25 · Yuchun Tu, Zhiwei Li, Bingli Sun, Yixuan Li 외 arxiv

Federated recommendation facilitates collaborative model training across distributed clients while keeping sensitive user interaction data local. Conventional approaches typically rely on synchronizing high-dimensional i…

Federated Recommendation with Additive Personalization

2023-01-22 · Zhiwei Li, Guodong Long, Tianyi Zhou

Building recommendation systems via federated learning (FL) is a new emerging challenge for advancing next-generation Internet service and privacy protection. Existing approaches train shared item embedding by FL while k…

Federated LearningRecommendation Systems