IRJul 29, 2021

Sparse Feature Factorization for Recommender Systems with Knowledge Graphs

arXiv:2107.14290v131 citations
Originality Incremental advance
AI Analysis

This work addresses training efficiency and expressiveness issues in recommender systems for users and platforms, representing an incremental improvement over existing methods.

The paper tackles the problem of high training complexity in deep learning and factorization-based recommender systems when using side information, by introducing KGFlex, a sparse factorization approach that models user-item interactions through relevant item features, resulting in improved accuracy, diversity, and reduced bias in recommendations.

Deep Learning and factorization-based collaborative filtering recommendation models have undoubtedly dominated the scene of recommender systems in recent years. However, despite their outstanding performance, these methods require a training time proportional to the size of the embeddings and it further increases when also side information is considered for the computation of the recommendation list. In fact, in these cases we have that with a large number of high-quality features, the resulting models are more complex and difficult to train. This paper addresses this problem by presenting KGFlex: a sparse factorization approach that grants an even greater degree of expressiveness. To achieve this result, KGFlex analyzes the historical data to understand the dimensions the user decisions depend on (e.g., movie direction, musical genre, nationality of book writer). KGFlex represents each item feature as an embedding and it models user-item interactions as a factorized entropy-driven combination of the item attributes relevant to the user. KGFlex facilitates the training process by letting users update only those relevant features on which they base their decisions. In other words, the user-item prediction is mediated by the user's personal view that considers only relevant features. An extensive experimental evaluation shows the approach's effectiveness, considering the recommendation results' accuracy, diversity, and induced bias. The public implementation of KGFlex is available at https://split.to/kgflex.

Foundations

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

Your Notes