LGIRAug 8, 2013

OFF-Set: One-pass Factorization of Feature Sets for Online Recommendation in Persistent Cold Start Settings

arXiv:1308.1792v134 citations
Originality Incremental advance
AI Analysis

This addresses the cold start problem for online recommendation systems in ad targeting, though it is incremental as it builds on latent factor analysis.

The paper tackles the persistent user cold start problem in online recommendation, where each user is encountered only once, by introducing OFF-Set, a one-pass factorization algorithm that models users via feature mapping and non-linear interactions, and demonstrates its superiority over baselines on real ad-targeting data.

One of the most challenging recommendation tasks is recommending to a new, previously unseen user. This is known as the 'user cold start' problem. Assuming certain features or attributes of users are known, one approach for handling new users is to initially model them based on their features. Motivated by an ad targeting application, this paper describes an extreme online recommendation setting where the cold start problem is perpetual. Every user is encountered by the system just once, receives a recommendation, and either consumes or ignores it, registering a binary reward. We introduce One-pass Factorization of Feature Sets, OFF-Set, a novel recommendation algorithm based on Latent Factor analysis, which models users by mapping their features to a latent space. Furthermore, OFF-Set is able to model non-linear interactions between pairs of features. OFF-Set is designed for purely online recommendation, performing lightweight updates of its model per each recommendation-reward observation. We evaluate OFF-Set against several state of the art baselines, and demonstrate its superiority on real ad-targeting data.

Foundations

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

Your Notes