IRAIMar 3

AlphaFree: Recommendation Free from Users, IDs, and GNNs

arXiv:2603.02653v1h-index: 2
Originality Highly original
AI Analysis

This addresses limitations like high memory costs and poor generalization in recommendation systems, offering a novel approach that could benefit domains requiring efficient and scalable personalization.

The paper tackles the problem of designing recommender systems without traditional dependencies on user embeddings, ID features, and graph neural networks, proposing AlphaFree which achieves up to 40% improvement over non-language-representation methods and reduces GPU memory usage by up to 69%.

Can we design effective recommender systems free from users, IDs, and GNNs? Recommender systems are central to personalized content delivery across domains, with top-K item recommendation being a fundamental task to retrieve the most relevant items from historical interactions. Existing methods rely on entrenched design conventions, often adopted without reconsideration, such as storing per-user embeddings (user-dependent), initializing features from raw IDs (ID-dependent), and employing graph neural networks (GNN-dependent). These dependencies incur several limitations, including high memory costs, cold-start and over-smoothing issues, and poor generalization to unseen interactions. In this work, we propose AlphaFree, a novel recommendation method free from users, IDs, and GNNs. Our main ideas are to infer preferences on-the-fly without user embeddings (user-free), replace raw IDs with language representations (LRs) from pre-trained language models (ID-free), and capture collaborative signals through augmentation with similar items and contrastive learning, without GNNs (GNN-free). Extensive experiments on various real-world datasets show that AlphaFree consistently outperforms its competitors, achieving up to around 40% improvements over non-LR-based methods and up to 5.7% improvements over LR-based methods, while significantly reducing GPU memory usage by up to 69% under high-dimensional LRs.

Foundations

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

Your Notes