IRLGNov 29, 2024

ContextGNN: Beyond Two-Tower Recommendation Systems

arXiv:2411.19513v120 citationsh-index: 23Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses the problem of scalable and accurate recommendations for users, though it is incremental as it builds on existing GNN and two-tower methods.

The paper tackles the limitation of two-tower recommendation systems by introducing ContextGNN, which combines pair-wise and two-tower representations to improve link prediction, resulting in a 20% average performance gain across diverse tasks.

Recommendation systems predominantly utilize two-tower architectures, which evaluate user-item rankings through the inner product of their respective embeddings. However, one key limitation of two-tower models is that they learn a pair-agnostic representation of users and items. In contrast, pair-wise representations either scale poorly due to their quadratic complexity or are too restrictive on the candidate pairs to rank. To address these issues, we introduce Context-based Graph Neural Networks (ContextGNNs), a novel deep learning architecture for link prediction in recommendation systems. The method employs a pair-wise representation technique for familiar items situated within a user's local subgraph, while leveraging two-tower representations to facilitate the recommendation of exploratory items. A final network then predicts how to fuse both pair-wise and two-tower recommendations into a single ranking of items. We demonstrate that ContextGNN is able to adapt to different data characteristics and outperforms existing methods, both traditional and GNN-based, on a diverse set of practical recommendation tasks, improving performance by 20% on average.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes