paper-with-me

홈 › Papers

Conformal Online Auction Design

2024-05-11 · Jiale Han, Xiaowu Dai

This paper proposes the conformal online auction design (COAD), a novel mechanism for maximizing revenue in online auctions by quantifying the uncertainty in bidders' values without relying on assumptions about value distributions. COAD incorporates both the bidder and item features and leverages historical data to provide an incentive-compatible mechanism for online auctions. Unlike traditional methods for online auctions, COAD employs a distribution-free, prediction interval-based approach using conformal prediction techniques. This novel approach ensures that the expected revenue from our mechanism can achieve at least a constant fraction of the revenue generated by the optimal mechanism. Additionally, COAD admits the use of a broad array of modern machine-learning methods, including random forests, kernel methods, and deep neural nets, for predicting bidders' values. It ensures revenue performance under any finite sample of historical data. Moreover, COAD introduces bidder-specific reserve prices based on the lower confidence bounds of bidders' valuations, which is different from the uniform reserve prices commonly used in the literature. We validate our theoretical predictions through extensive simulations and a real-data application. All code for using COAD and reproducing results is made available on GitHub.

📄 PDF Abstract BibTeX arXiv:2405.07038

Code (1)

JialeHan22/Conformal-Online-Auction-Design 공식 구현 tf

Tasks

Conformal Prediction

Similar Papers 제목 키워드 기반

Stochastic Online Conformal Prediction with Semi-Bandit Feedback

2024-05-22 · Haosen Ge, Hamsa Bastani, Osbert Bastani

Conformal prediction has emerged as an effective strategy for uncertainty quantification by modifying a model to output sets of labels instead of a single label. These prediction sets come with the guarantee that they co…

Conformal Predictionimage-classificationImage ClassificationPrediction+2

Conformalized Strategy-Proof Auctions

2024-05-20 · Roy Maor Lotan, Inbal Talgam-Cohen, Yaniv Romano

Auctions are key for maximizing sellers' revenue and ensuring truthful bidding among buyers. Recently, an approach known as differentiable economics based on machine learning (ML) has shown promise in learning powerful a…

Conformal PredictionPrediction

EdgeNet : Encoder-decoder generative Network for Auction Design in E-commerce Online Advertising

2023-05-09 · Guangyuan Shen, Shengjie Sun, Dehong Gao, Libin Yang 외

We present a new encoder-decoder generative network dubbed EdgeNet, which introduces a novel encoder-decoder framework for data-driven auction design in online e-commerce advertising. We break the neural auction paradigm…

Decoder

A Survey of Online Auction Mechanism Design Using Deep Learning Approaches

2021-10-11 · Zhanhao Zhang

Online auction has been very widespread in the recent years. Platform administrators are working hard to refine their auction mechanisms that will generate high profits while maintaining a fair resource allocation. With …

Deep Learning

Artificial Intelligence and Auction Design

2022-02-12 · Martino Banchio, Andrzej Skrzypacz

Motivated by online advertising auctions, we study auction design in repeated auctions played by simple Artificial Intelligence algorithms (Q-learning). We find that first-price auctions with no additional feedback lead …

Q-Learning