LGFeb 11, 2023

Adversarial Online Collaborative Filtering

arXiv:2302.05765v3h-index: 45
AI Analysis

This addresses the problem of efficient and adaptive content recommendation in online systems for users and platforms, though it is incremental as it builds on existing collaborative filtering frameworks.

The paper tackles online collaborative filtering with no-repetition constraints, where users cannot be recommended the same item twice, by designing algorithms that achieve optimal regret guarantees under biclustering assumptions and more robust versions for general matrices, with experiments showing competitive performance against baselines.

We investigate the problem of online collaborative filtering under no-repetition constraints, whereby users need to be served content in an online fashion and a given user cannot be recommended the same content item more than once. We start by designing and analyzing an algorithm that works under biclustering assumptions on the user-item preference matrix, and show that this algorithm exhibits an optimal regret guarantee, while being fully adaptive, in that it is oblivious to any prior knowledge about the sequence of users, the universe of items, as well as the biclustering parameters of the preference matrix. We then propose a more robust version of this algorithm which operates with general matrices. Also this algorithm is parameter free, and we prove regret guarantees that scale with the amount by which the preference matrix deviates from a biclustered structure. To our knowledge, these are the first results on online collaborative filtering that hold at this level of generality and adaptivity under no-repetition constraints. Finally, we complement our theoretical findings with simple experiments on real-world datasets aimed at both validating the theory and empirically comparing to standard baselines. This comparison shows the competitive advantage of our approach over these baselines.

Foundations

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

Your Notes