Search papers, labs, and topics across Lattice.
The paper addresses the problem of uncertainty in Click-Through-Rate (CTR) and Conversion-Rate (CVR) estimates used by autobidding algorithms in e-commerce platforms, which can negatively impact bidding efficiency. They introduce DenoiseBid, a Bayesian method that replaces noisy CTR/CVR estimates with values sampled from recovered distributions to improve bidding strategies. Experiments on synthetic, iPinYou, and BAT datasets demonstrate the effectiveness of DenoiseBid in mitigating the impact of noisy CTR/CVR predictions on autobidding performance.
Improve your autobidding strategy: DenoiseBid leverages Bayesian inference to correct noisy CTR/CVR estimates, leading to more efficient bids in online auctions.
Modern e-commerce platforms employ various auction mechanisms to allocate paid slots for a given item. To scale this approach to the millions of auctions, the platforms suggest promotion tools based on the autobidding algorithms. These algorithms typically depend on the Click-Through-Rate (CTR) and Conversion-Rate (CVR) estimates provided by a pre-trained machine learning model. However, the predictions of such models are uncertain and can significantly affect the performance of the autobidding algorithm. To address this issue, we propose the DenoiseBid method, which corrects the generated CTRs and CVRs to make the resulting bids more efficient in auctions. The underlying idea of our method is to employ a Bayesian approach and replace noisy CTR or CVR estimates with those from recovered distributions. To demonstrate the performance of the proposed approach, we perform extensive experiments on the synthetic, iPinYou, and BAT datasets. To evaluate the robustness of our approach to the noise scale, we use synthetic noise and noise estimated from the predictions of the pre-trained machine learning model.