paper-with-me

Papers

Lightweight Embeddings for Graph Collaborative Filtering

2024-03-27 · Xurong Liang, Tong Chen, Lizhen Cui, Yang Wang, Meng Wang, Hongzhi Yin

Graph neural networks (GNNs) are currently one of the most performant collaborative filtering methods. Meanwhile, owing to the use of an embedding table to represent each user/item as a distinct vector, GNN-based recommenders have inherited the long-standing defect of parameter inefficiency. As a common practice for scalable embeddings, parameter sharing enables the use of fewer embedding vectors (i.e., meta-embeddings). When assigning meta-embeddings, most existing methods are a heuristically designed, predefined mapping from each user's/item's ID to the corresponding meta-embedding indexes, thus simplifying the optimization problem into learning only the meta-embeddings. However, in the context of GNN-based collaborative filtering, such a fixed mapping omits the semantic correlations between entities that are evident in the user-item interaction graph, leading to suboptimal recommendation performance. To this end, we propose Lightweight Embeddings for Graph Collaborative Filtering (LEGCF), a parameter-efficient embedding framework dedicated to GNN-based recommenders. LEGCF innovatively introduces an assignment matrix as an extra learnable component on top of meta-embeddings. To jointly optimize these two heavily entangled components, aside from learning the meta-embeddings by minimizing the recommendation loss, LEGCF further performs efficient assignment update by enforcing a novel semantic similarity constraint and finding its closed-form solution based on matrix pseudo-inverse. The meta-embeddings and assignment matrix are alternately updated, where the latter is sparsified on the fly to ensure negligible storage overhead. Extensive experiments on three benchmark datasets have verified LEGCF's smallest trade-off between size and performance, with consistent accuracy gain over state-of-the-art baselines. The codebase of LEGCF is available in https://github.com/xurong-liang/LEGCF.

📄 PDF Abstract BibTeX arXiv:2403.18479

Code (1)

xurong-liang/LEGCF 공식 구현 pytorch

Tasks

Collaborative FilteringSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Neural Causal Graph Collaborative Filtering

2023-07-10 · Xiangmeng Wang, Qian Li, Dianer Yu, Wei Huang 외

Graph collaborative filtering (GCF) has gained considerable attention in recommendation systems by leveraging graph learning techniques to enhance collaborative filtering (CF). One classical approach in GCF is to learn u…

Collaborative FilteringGraph LearningGraph Representation LearningRecommendation Systems+2

Empirical Comparison of Graph Embeddings for Trust-Based Collaborative Filtering

2020-03-30 · Tomislav Duricic, Hussain Hussain, Emanuel Lacic, Dominik Kowald 외

In this work, we study the utility of graph embeddings to generate latent user representations for trust-based collaborative filtering. In a cold-start setting, on three publicly available datasets, we evaluate approache…

Collaborative FilteringNetwork Embedding

Neural Graph Collaborative Filtering

2019-05-20 · Xiang Wang, Xiangnan He, Meng Wang, Fuli Feng 외

Learning vector representations (aka. embeddings) of users and items lies at the core of modern recommender systems. Ranging from early matrix factorization to recently emerged deep learning based methods, existing effor…

Collaborative FilteringLink PredictionRecommendation 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

Unifying paragraph embeddings and neural collaborative filtering for hybrid recommendation

2020-01-20 · 03/16 2020 1 · Yihao Zhang a, Zhi Liu a, ∗, Chunyan Sang b

Collaborative filtering is one of widely used recommendation techniques. Despite the effectiveness of matrix factorization for collaborative filtering; however, the inner product operator, combining the multiplication …

Collaborative Filtering