paper-with-me

Papers

Deep Ensemble Shape Calibration: Multi-Field Post-hoc Calibration in Online Advertising

2024-01-17 · Shuai Yang, Hao Yang, Zhuang Zou, Linhe Xu, Shuo Yuan, Yifan Zeng

In the e-commerce advertising scenario, estimating the true probabilities (known as a calibrated estimate) on Click-Through Rate (CTR) and Conversion Rate (CVR) is critical. Previous research has introduced numerous solutions for addressing the calibration problem. These methods typically involve the training of calibrators using a validation set and subsequently applying these calibrators to correct the original estimated values during online inference. However, what sets e-commerce advertising scenarios apart is the challenge of multi-field calibration. Multi-field calibration requires achieving calibration in each field. In order to achieve multi-field calibration, it is necessary to have a strong data utilization ability. Because the quantity of pCTR specified range for a single field-value (such as user ID and item ID) sample is relatively small, this makes the calibrator more difficult to train. However, existing methods have difficulty effectively addressing these issues. To solve these problems, we propose a new method named Deep Ensemble Shape Calibration (DESC). In terms of business understanding and interpretability, we decompose multi-field calibration into value calibration and shape calibration. We introduce innovative basis calibration functions, which enhance both function expression capabilities and data utilization by combining these basis calibration functions. A significant advancement lies in the development of an allocator capable of allocating the most suitable calibrators to different estimation error distributions within diverse fields and values. We achieve significant improvements in both public and industrial datasets. In online experiments, we observe a +2.5% increase in CVR and +4.0% in GMV (Gross Merchandise Volume). Our code is now available at: https://github.com/HaoYang0123/DESC.

📄 PDF Abstract BibTeX arXiv:2401.09507

Code (1)

haoyang0123/desc 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Improving Uncertainty Calibration of Deep Neural Networks via Truth Discovery and Geometric Optimization

2021-06-25 · Chunwei Ma, Ziyun Huang, Jiayi Xian, Mingchen Gao 외

Deep Neural Networks (DNNs), despite their tremendous success in recent years, could still cast doubts on their predictions due to the intrinsic uncertainty associated with their learning process. Ensemble techniques and…

Simplex-Constrained Sparse Bagging: Transitioning from Uniform Priors to Sparse Posteriors in Ensemble Learning

2026-06-11 · Meher Sai Preetam Madiraju, Meher Bhaskar Madiraju arxiv

We present Simplex-Constrained Sparse Bagging (SCSB), a mathematically rigorous framework for post-training compression and probability calibration of bootstrap-based bagging ensembles. Standard bagging ensembles (such a…

Ensemble Learning

Classifier Ensemble for Efficient Uncertainty Calibration of Deep Neural Networks for Image Classification

2025-01-17 · Michael Schulze, Nikolas Ebert, Laurenz Reichardt, Oliver Wasenmüller

This paper investigates novel classifier ensemble techniques for uncertainty calibration applied to various deep neural networks for image classification. We evaluate both accuracy and calibration metrics, focusing on Ex…

image-classificationImage Classification

Improved Uncertainty Post-Calibration via Rank Preserving Transforms

2021-01-01 · Yu Bai, Tengyu Ma, Huan Wang, Caiming Xiong

Modern machine learning models with high accuracy often exhibit poor uncertainty calibration: the output probabilities of the model do not reflect its accuracy, and tend to be over-confident. Existing post-calibration me…

text-classificationText Classification

GETS: Ensemble Temperature Scaling for Calibration in Graph Neural Networks

2024-10-12 · Dingyi Zhuang, Chonghe Jiang, Yunhan Zheng, Shenhao Wang 외

Graph Neural Networks deliver strong classification results but often suffer from poor calibration performance, leading to overconfidence or underconfidence. This is particularly problematic in high stakes applications w…

Mixture-of-Experts