IRAIDec 21, 2016

Boolean kernels for collaborative filtering in top-N item recommendation

arXiv:1612.07025v221 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of high sparsity in recommendation systems for users and items, but it is incremental as it builds on existing linear models with a less expressive kernel.

The paper tackles the sparsity issue in One-Class Collaborative Filtering by proposing a Boolean kernel called Disjunctive kernel, which reduces sparsity and improves recommendation efficiency, as shown in experiments on multiple datasets.

In many personalized recommendation problems available data consists only of positive interactions (implicit feedback) between users and items. This problem is also known as One-Class Collaborative Filtering (OC-CF). Linear models usually achieve state-of-the-art performances on OC-CF problems and many efforts have been devoted to build more expressive and complex representations able to improve the recommendations. Recent analysis show that collaborative filtering (CF) datasets have peculiar characteristics such as high sparsity and a long tailed distribution of the ratings. In this paper we propose a boolean kernel, called Disjunctive kernel, which is less expressive than the linear one but it is able to alleviate the sparsity issue in CF contexts. The embedding of this kernel is composed by all the combinations of a certain arity d of the input variables, and these combined features are semantically interpreted as disjunctions of the input variables. Experiments on several CF datasets show the effectiveness and the efficiency of the proposed kernel.

Foundations

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

Your Notes