# Deep Learning-powered Iterative Combinatorial Auctions

**Authors:** Jakob Weissteiner, Sven Seuken

arXiv: 1907.05771 · 2023-03-14

## TL;DR

This paper introduces a deep learning approach to iterative combinatorial auctions, replacing support vector regressions with neural networks to improve scalability and efficiency in large domains.

## Contribution

It demonstrates how DNNs can replace SVRs in ICAs, reformulating the winner determination problem as a mixed integer program and showing improved performance and scalability.

## Key findings

- DNN-based WDP can be reformulated as a mixed integer program.
- DNNs outperform SVRs in prediction accuracy.
- DNN-powered ICAs achieve higher economic efficiency and scale well to large domains.

## Abstract

In this paper, we study the design of deep learning-powered iterative combinatorial auctions (ICAs). We build on prior work where preference elicitation was done via kernelized support vector regressions (SVRs). However, the SVR-based approach has limitations because it requires solving a machine learning (ML)-based winner determination problem (WDP). With expressive kernels (like gaussians), the ML-based WDP cannot be solved for large domains. While linear or quadratic kernels have better computational scalability, these kernels have limited expressiveness. In this work, we address these shortcomings by using deep neural networks (DNNs) instead of SVRs. We first show how the DNN-based WDP can be reformulated into a mixed integer program (MIP). Second, we experimentally compare the prediction performance of DNNs against SVRs. Third, we present experimental evaluations in two medium-sized domains which show that even ICAs based on relatively small-sized DNNs lead to higher economic efficiency than ICAs based on kernelized SVRs. Finally, we show that our DNN-powered ICA also scales well to very large CA domains.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.05771/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05771/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1907.05771/full.md

---
Source: https://tomesphere.com/paper/1907.05771