# Diverse Weighted Bipartite b-Matching

**Authors:** Faez Ahmed, John P. Dickerson, Mark Fuge

arXiv: 1702.07134 · 2017-08-17

## TL;DR

This paper introduces a novel approach to bipartite matching that balances diversity and efficiency by formulating a supermodular minimization problem, providing scalable algorithms and analyzing the trade-offs involved.

## Contribution

It proposes a quadratic programming approach and a greedy algorithm for balancing diversity and efficiency in bipartite matchings, along with theoretical bounds and practical evaluations.

## Key findings

- The greedy algorithm performs well with theoretical guarantees.
- The price of diversity remains low in real-world datasets.
- The approach effectively balances diversity and efficiency in resource allocation.

## Abstract

Bipartite matching, where agents on one side of a market are matched to agents or items on the other, is a classical problem in computer science and economics, with widespread application in healthcare, education, advertising, and general resource allocation. A practitioner's goal is typically to maximize a matching market's economic efficiency, possibly subject to some fairness requirements that promote equal access to resources. A natural balancing act exists between fairness and efficiency in matching markets, and has been the subject of much research.   In this paper, we study a complementary goal---balancing diversity and efficiency---in a generalization of bipartite matching where agents on one side of the market can be matched to sets of agents on the other. Adapting a classical definition of the diversity of a set, we propose a quadratic programming-based approach to solving a supermodular minimization problem that balances diversity and total weight of the solution. We also provide a scalable greedy algorithm with theoretical performance bounds. We then define the price of diversity, a measure of the efficiency loss due to enforcing diversity, and give a worst-case theoretical bound. Finally, we demonstrate the efficacy of our methods on three real-world datasets, and show that the price of diversity is not bad in practice.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1702.07134/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1702.07134/full.md

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