paper-with-me

홈 › Papers

A Scalable Neural Network for DSIC Affine Maximizer Auction Design

2023-05-20 · NeurIPS 2023 11 · Zhijian Duan, Haoran Sun, Yurong Chen, Xiaotie Deng

Automated auction design aims to find empirically high-revenue mechanisms through machine learning. Existing works on multi item auction scenarios can be roughly divided into RegretNet-like and affine maximizer auctions (AMAs) approaches. However, the former cannot strictly ensure dominant strategy incentive compatibility (DSIC), while the latter faces scalability issue due to the large number of allocation candidates. To address these limitations, we propose AMenuNet, a scalable neural network that constructs the AMA parameters (even including the allocation menu) from bidder and item representations. AMenuNet is always DSIC and individually rational (IR) due to the properties of AMAs, and it enhances scalability by generating candidate allocations through a neural network. Additionally, AMenuNet is permutation equivariant, and its number of parameters is independent of auction scale. We conduct extensive experiments to demonstrate that AMenuNet outperforms strong baselines in both contextual and non-contextual multi-item auctions, scales well to larger auctions, generalizes well to different settings, and identifies useful deterministic allocations. Overall, our proposed approach offers an effective solution to automated DSIC auction design, with improved scalability and strong revenue performance in various settings.

📄 PDF Abstract BibTeX arXiv:2305.12162

Code (2)

haoran0301/amenunet 공식 구현 pytorch
knightt0301/amenunet 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Enhancing Affine Maximizer Auctions with Correlation-Aware Payment

2026-02-10 · Haoran Sun, Xuanzhi Xia, Xu Chu, Xiaotie Deng arxiv

Affine Maximizer Auctions (AMAs), a generalized mechanism family from VCG, are widely used in automated mechanism design due to their inherent dominant-strategy incentive compatibility (DSIC) and individual rationality (…

Differentiable Economics for Randomized Affine Maximizer Auctions

2022-02-06 · Michael Curry, Tuomas Sandholm, John Dickerson

A recent approach to automated mechanism design, differentiable economics, represents auctions by rich function approximators and optimizes their performance by gradient descent. The ideal auction architecture for differ…

Automated Deterministic Auction Design with Objective Decomposition

2024-02-19 · Zhijian Duan, Haoran Sun, Yichong Xia, Siqiang Wang 외

Identifying high-revenue mechanisms that are both dominant strategy incentive compatible (DSIC) and individually rational (IR) is a fundamental challenge in auction design. While theoretical approaches have encountered b…

Mode Connectivity in Auction Design

2023-05-18 · NeurIPS 2023 11 · Christoph Hertrich, Yixin Tao, László A. Végh

Optimal auction design is a fundamental problem in algorithmic game theory. This problem is notoriously difficult already in very simple settings. Recent work in differentiable economics showed that neural networks can e…

Duality for Optimal Multi-Item, Multi-Bidder Auction Design: Revenue Certificates through Deep Learning

2026-06-08 · Yanchen Jiang, David C. Parkes, Tonghan Wang arxiv

Characterizing revenue-optimal auctions for multi-item, multi-bidder settings remains a fundamental open problem, with no known closed-form solution existing beyond restrictive binary-type instances. This has motivated i…