IRNov 2, 2016

Improving incremental recommenders with online bagging

arXiv:1611.00558v21 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for more accurate and efficient online recommender systems for users and platforms handling continuous data streams, though it is incremental as it adapts existing ensemble methods to a new context.

The paper tackled the problem of improving incremental recommender systems by applying online bagging to an incremental matrix factorization algorithm, achieving up to 35% accuracy improvement over the baseline with minimal computational overhead.

Online recommender systems often deal with continuous, potentially fast and unbounded flows of data. Ensemble methods for recommender systems have been used in the past in batch algorithms, however they have never been studied with incremental algorithms that learn from data streams. We evaluate online bagging with an incremental matrix factorization algorithm for top-N recommendation with positive-only -- binary -- ratings. Our results show that online bagging is able to improve accuracy up to 35% over the baseline, with small computational overhead.

Foundations

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

Your Notes