paper-with-me

Papers

Practical Batch Bayesian Sampling Algorithms for Online Adaptive Traffic Experimentation

2023-05-24 · Zezhong Zhang, Ted Yuan

Online controlled experiments have emerged as industry gold standard for assessing new web features. As new web algorithms proliferate, experimentation platform faces an increasing demand on the velocity of online experiments, which encourages adaptive traffic testing methods to speed up identifying best variant by efficiently allocating traffic. This paper proposed four Bayesian batch bandit algorithms (NB-TS, WB-TS, NB-TTTS, WB-TTTS) for eBay's experimentation platform, using summary batch statistics of a goal metric without incurring new engineering technical debts. The novel WB-TTTS, in particular, demonstrates as an efficient, trustworthy and robust alternative to fixed horizon A/B testing. Another novel contribution is to bring trustworthiness of best arm identification algorithms into evaluation criterion and highlight the existence of severe false positive inflation with equivalent best arms. To gain the trust of experimenters, experimentation platform must consider both efficiency and trustworthiness; However, to the best of authors' knowledge, trustworthiness as an important topic is rarely discussed. This paper shows that Bayesian bandits without neutral posterior reshaping, particularly naive Thompson sampling (NB-TS), are untrustworthy because they can always identify an arm as the best from equivalent best arms. To restore trustworthiness, a novel finding uncovers connections between convergence distribution of posterior optimal probabilities of equivalent best arms and neutral posterior reshaping, which controls false positives. Lastly, this paper presents lessons learned from eBay's experience, as well as thorough evaluations. We hope this work is useful to other industrial practitioners and inspires academic researchers interested in the trustworthiness of adaptive traffic experimentation.

📄 PDF Abstract BibTeX arXiv:2305.14704

Code (0)

등록된 구현이 없습니다.

Tasks

Thompson Sampling

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

On Batch Bayesian Optimization

2019-11-04 · Sayak Ray Chowdhury, Aditya Gopalan

We present two algorithms for Bayesian optimization in the batch feedback setting, based on Gaussian process upper confidence bound and Thompson sampling approaches, along with frequentist regret guarantees and numerical…

Bayesian OptimizationThompson Sampling

Full Bayesian Reinforcement Learning via LF-IBIS

2026-07-02 · Stefano Masini, Cecilia Viscardi, Michela Baccini arxiv

Reinforcement Learning (RL) is a sequential decision-making framework in which an agent learns optimal policies through interaction with an environment by maximizing cumulative rewards. Among RL methods, Bayesian Reinfor…

Reinforcement LearningBayesian Inference

TS-RSR: A provably efficient approach for batch Bayesian Optimization

2024-03-07 · Zhaolin Ren, Na Li

This paper presents a new approach for batch Bayesian Optimization (BO) called Thompson Sampling-Regret to Sigma Ratio directed sampling (TS-RSR), where we sample a new batch of actions by minimizing a Thompson Sampling …

Bayesian OptimizationThompson Sampling

Scalable Bayesian Non-Negative Tensor Factorization for Massive Count Data

2015-08-18 · Changwei Hu, Piyush Rai, Changyou Chen, Matthew Harding 외

We present a Bayesian non-negative tensor factorization model for count-valued tensor data, and develop scalable inference algorithms (both batch and online) for dealing with massive tensors. Our generative model can han…

Fast Bayesian Inference with Batch Bayesian Quadrature via Kernel Recombination

2022-06-09 · Masaki Adachi, Satoshi Hayakawa, Martin Jørgensen, Harald Oberhauser 외

Calculation of Bayesian posteriors and model evidences typically requires numerical integration. Bayesian quadrature (BQ), a surrogate-model-based approach to numerical integration, is capable of superb sample efficiency…

Bayesian InferenceNumerical Integration