paper-with-me

홈 › Papers

Calibration Matters: Tackling Maximization Bias in Large-scale Advertising Recommendation Systems

2022-05-19 · Yewen Fan, Nian Si, Kun Zhang

Calibration is defined as the ratio of the average predicted click rate to the true click rate. The optimization of calibration is essential to many online advertising recommendation systems because it directly affects the downstream bids in ads auctions and the amount of money charged to advertisers. Despite its importance, calibration optimization often suffers from a problem called "maximization bias". Maximization bias refers to the phenomenon that the maximum of predicted values overestimates the true maximum. The problem is introduced because the calibration is computed on the set selected by the prediction model itself. It persists even if unbiased predictions can be achieved on every datapoint and worsens when covariate shifts exist between the training and test sets. To mitigate this problem, we theorize the quantification of maximization bias and propose a variance-adjusting debiasing (VAD) meta-algorithm in this paper. The algorithm is efficient, robust, and practical as it is able to mitigate maximization bias problems under covariate shifts, neither incurring additional online serving costs nor compromising the ranking performance. We demonstrate the effectiveness of the proposed algorithm using a state-of-the-art recommendation neural network model on a large-scale real-world dataset.

📄 PDF Abstract BibTeX arXiv:2205.09809

Code (1)

tofuwen/vad 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Calibrating Where It Matters: Constrained Temperature Scaling

2024-06-17 · Stephen McKenna, Jacob Carse

We consider calibration of convolutional classifiers for diagnostic decision making. Clinical decision makers can use calibrated classifiers to minimise expected costs given their own cost function. Such functions are us…

Decision MakingDiagnostic

Adapting to Label Shift with Bias-Corrected Calibration

2019-09-25 · Avanti Shrikumar, Amr M. Alexandari, Anshul Kundaje

Label shift refers to the phenomenon where the marginal probability p(y) of observing a particular class changes between the training and test distributions, while the conditional probability p(x|y) stays fixed. This is …

Diabetic Retinopathy DetectionDomain Adaptationimage-classificationImage Classification+1

Learning with Noisy Low-Cost MOS for Image Quality Assessment via Dual-Bias Calibration

2023-11-27 · Lei Wang, Qingbo Wu, Desen Yuan, King Ngi Ngan 외

Learning based image quality assessment (IQA) models have obtained impressive performance with the help of reliable subjective quality labels, where mean opinion score (MOS) is the most popular choice. However, in view o…

Image Quality Assessment

Tackling Visual Control via Multi-View Exploration Maximization

2022-11-28 · Mingqi Yuan, Xin Jin, Bo Li, Wenjun Zeng

We present MEM: Multi-view Exploration Maximization for tackling complex visual control tasks. To the best of our knowledge, MEM is the first approach that combines multi-view representation learning and intrinsic reward…

BenchmarkingReinforcement Learning (RL)Representation Learning

Long-tailed Medical Diagnosis with Relation-aware Representation Learning and Iterative Classifier Calibration

2025-02-05 · Li Pan, Yupei Zhang, Qiushi Yang, Tan Li 외

Recently computer-aided diagnosis has demonstrated promising performance, effectively alleviating the workload of clinicians. However, the inherent sample imbalance among different diseases leads algorithms biased to the…

Classifier calibrationDiagnosticimage-classificationImage Classification+4