IRAIAug 25, 2022

Dynamic collaborative filtering Thompson Sampling for cross-domain advertisements recommendation

arXiv:2208.11926v22 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the challenge of optimizing ads across multiple domains for online advertisers, though it appears incremental as it builds on existing contextual bandit methods.

The paper tackles the problem of cross-domain advertisement recommendation by proposing a dynamic collaborative filtering Thompson Sampling model that transfers knowledge among multiple bandit models and incorporates temporal dynamics, resulting in a 9.7% improvement in click-through rate compared to state-of-the-art models.

Recently online advertisers utilize Recommender systems (RSs) for display advertising to improve users' engagement. The contextual bandit model is a widely used RS to exploit and explore users' engagement and maximize the long-term rewards such as clicks or conversions. However, the current models aim to optimize a set of ads only in a specific domain and do not share information with other models in multiple domains. In this paper, we propose dynamic collaborative filtering Thompson Sampling (DCTS), the novel yet simple model to transfer knowledge among multiple bandit models. DCTS exploits similarities between users and between ads to estimate a prior distribution of Thompson sampling. Such similarities are obtained based on contextual features of users and ads. Similarities enable models in a domain that didn't have much data to converge more quickly by transferring knowledge. Moreover, DCTS incorporates temporal dynamics of users to track the user's recent change of preference. We first show transferring knowledge and incorporating temporal dynamics improve the performance of the baseline models on a synthetic dataset. Then we conduct an empirical analysis on a real-world dataset and the result showed that DCTS improves click-through rate by 9.7% than the state-of-the-art models. We also analyze hyper-parameters that adjust temporal dynamics and similarities and show the best parameter which maximizes CTR.

Foundations

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

Your Notes