A Unified Batch Online Learning Framework for Click Prediction
Rishabh Iyer, Nimit Acharya, Tanuja Bompada, Denis Charles, Eren, Manavoglu

TL;DR
This paper introduces a unified batch online learning framework for click prediction, demonstrating its effectiveness and robustness over traditional retraining, with theoretical insights and extensive empirical validation.
Contribution
It proposes two novel batch online learning schemes, analyzes their relationship, and evaluates their advantages over full retraining in click prediction tasks.
Findings
OL schemes outperform full retraining in robustness.
The two OL schemes are theoretically related.
Long-term impact and implementation challenges are discussed.
Abstract
We present a unified framework for Batch Online Learning (OL) for Click Prediction in Search Advertisement. Machine Learning models once deployed, show non-trivial accuracy and calibration degradation over time due to model staleness. It is therefore necessary to regularly update models, and do so automatically. This paper presents two paradigms of Batch Online Learning, one which incrementally updates the model parameters via an early stopping mechanism, and another which does so through a proximal regularization. We argue how both these schemes naturally trade-off between old and new data. We then theoretically and empirically show that these two seemingly different schemes are closely related. Through extensive experiments, we demonstrate the utility of of our OL framework; how the two OL schemes relate to each other and how they trade-off between the new and historical data. We then…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Machine Learning and Algorithms · Recommender Systems and Techniques
