paper-with-me

홈 › Papers

CPM-sensitive AUC for CTR prediction

2019-04-23 · Zhaocheng Liu, Guangxue Yin

The prediction of click-through rate (CTR) is crucial for industrial applications, such as online advertising. AUC is a commonly used evaluation indicator for CTR models. For advertising platforms, online performance is generally evaluated by CPM. However, in practice, AUC often improves in offline evaluation, but online CPM does not. As a result, a huge waste of precious online traffic and human costs has been caused. This is because there is a gap between offline AUC and online CPM. AUC can only reflect the order on CTR, but it does not reflect the order of CTR*Bid. Moreover, the bids of different advertisements are different, so the loss of income caused by different reverse-order pair is also different. For this reason, we propose the CPM-sensitive AUC (csAUC) to solve all these problems. We also give the csAUC calculation method based on dynamic programming. It can fully support the calculation of csAUC on large-scale data in real-world applications.

📄 PDF Abstract BibTeX arXiv:1904.10272

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionPrediction

Similar Papers 제목 키워드 기반

Towards Assumption-free Bias Mitigation

2023-07-09 · Chia-Yuan Chang, Yu-Neng Chuang, Kwei-Herng Lai, Xiaotian Han 외

Despite the impressive prediction ability, machine learning models show discrimination towards certain demographics and suffer from unfair prediction behaviors. To alleviate the discrimination, extensive studies focus on…

Predictionvalid

Adversarial Fairness Network

2021-09-29 · Taeuk Jang, Xiaoqian Wang, Heng Huang

Fairness is becoming a rising concern in machine learning. Recent research has discovered that state-of-the-art models are amplifying social bias by making biased predictions towards some population groups (characterized…

BIG-bench Machine LearningFairness

Risk-Sensitive Conformal Prediction for Catheter Placement Detection in Chest X-rays

2025-05-28 · Long Hui

This paper presents a novel approach to catheter and line position detection in chest X-rays, combining multi-task learning with risk-sensitive conformal prediction to address critical clinical requirements. Our model si…

Conformal PredictionMulti-Task LearningPrediction

When Fairness Meets Privacy: Fair Classification with Semi-Private Sensitive Attributes

2022-07-18 · Canyu Chen, Yueqing Liang, Xiongxiao Xu, Shangyu Xie 외

Machine learning models have demonstrated promising performance in many areas. However, the concerns that they can be biased against specific demographic groups hinder their adoption in high-stake applications. Thus, it …

ClassificationFairness

Of Dice and Games: A Theory of Generalized Boosting

2024-12-11 · Marco Bressan, Nataly Brukhim, Nicolò Cesa-Bianchi, Emmanuel Esposito 외

Cost-sensitive loss functions are crucial in many real-world prediction problems, where different types of errors are penalized differently; for example, in medical diagnosis, a false negative prediction can lead to wors…

Binary ClassificationLearning TheoryMedical DiagnosisPAC learning+1